ソボルサンプル
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
Sobol シーケンスから点を生成します。
`num_results` 個のサンプルを使用して Sobol シーケンスを作成します。各サンプルの寸法は「dim」です。最初の「スキップ」サンプルをスキップします。
パブリックメソッド
出力<T> | |
static <T extends Number> SobolSample <T> | create ( スコープscope, オペランド<Integer>dim, オペランド<Integer>numResults, オペランド<Integer>skip,Class<T>dtype) 新しい SobolSample オペレーションをラップするクラスを作成するためのファクトリ メソッド。 |
静的SobolSample <Float> | create ( スコープscope, オペランド<整数>dim, オペランド<整数>numResults, オペランド<整数>skip) デフォルトの出力タイプを使用して新しい SobolSample オペレーションをラップするクラスを作成するファクトリ メソッド。 |
出力<T> | サンプル() `shape` [num_results, dim] を持つ Sobol シーケンスからのサンプルの `Tensor`。 |
継承されたメソッド
クラスjava.lang.Objectからブール値 | 等しい(オブジェクト arg0) |
最終クラス<?> | getクラス() |
整数 | ハッシュコード() |
最後の空白 | 通知する() |
最後の空白 | すべて通知() |
弦 | toString () |
最後の空白 | wait (long arg0, int arg1) |
最後の空白 | 待機(長い引数0) |
最後の空白 | 待って() |
パブリックメソッド
public Output <T> asOutput ()
テンソルのシンボリック ハンドルを返します。
TensorFlow オペレーションへの入力は、別の TensorFlow オペレーションの出力です。このメソッドは、入力の計算を表すシンボリック ハンドルを取得するために使用されます。
public static SobolSample <T> create (スコープscope、オペランド<Integer> dim、オペランド<Integer> numResults、オペランド<Integer>skip、Class<T> dtype)
新しい SobolSample オペレーションをラップするクラスを作成するためのファクトリ メソッド。
パラメーター
範囲 | 現在のスコープ |
---|
薄暗い | 各サンプルの次元を表す正のスカラー `Tensor`。 |
---|
結果の数 | dtype int32 の正のスカラー `Tensor`。出力で返される Sobol ポイントの数。 |
---|
スキップ | dtype int32 の正のスカラー `Tensor`。スキップする Sobol シーケンスの最初の点の数。 |
---|
dtype | サンプルの種類。 「float32」または「float64」のいずれか。 |
---|
public static SobolSample <Float> create (スコープscope,オペランド<Integer> dim,オペランド<Integer> numResults,オペランド<Integer> Skip)
デフォルトの出力タイプを使用して新しい SobolSample オペレーションをラップするクラスを作成するファクトリ メソッド。
パラメーター
範囲 | 現在のスコープ |
---|
薄暗い | 各サンプルの次元を表す正のスカラー `Tensor`。 |
---|
結果の数 | dtype int32 の正のスカラー `Tensor`。出力で返される Sobol ポイントの数。 |
---|
スキップ | dtype int32 の正のスカラー `Tensor`。スキップする Sobol シーケンスの最初の点の数。 |
---|
public出力<T>サンプル()
`shape` [num_results, dim] を持つ Sobol シーケンスからのサンプルの `Tensor`。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2023-12-01 UTC。
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"必要な情報がない"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"複雑すぎる / 手順が多すぎる"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"最新ではない"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"翻訳に関する問題"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"サンプル / コードに問題がある"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"その他"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"わかりやすい"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"問題の解決に役立った"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"その他"
}]
{"lastModified": "\u6700\u7d42\u66f4\u65b0\u65e5 2023-12-01 UTC\u3002"}
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2023-12-01 UTC。"],[],[]]