SeparableNDFunction
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
1 つの引数の関数の合計として表される、N 個の引数の関数。
| JSON 表現 |
{
"components": {
string: {
object (Function1D)
},
...
},
"constantPrice": number
} |
| フィールド |
components |
map (key: string, value: object (Function1D))
関数のコンポーネント(引数/ディメンションごとに 1 つのエントリ)。 "key": value ペアのリストを含むオブジェクト。例: { "name": "wrench", "mass": "1.3kg", "count": "3" }
|
constantPrice |
number
関数の定数部分。
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-10-15 UTC。
[[["わかりやすい","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"]],["最終更新日 2024-10-15 UTC。"],[],["The content describes a function with multiple arguments, represented as a sum of single-argument functions. The `components` field, a map, stores these individual functions, with each entry corresponding to one argument/dimension. The structure utilizes a key-value pair format. The `constantPrice` field provides the function's constant value, contributing to the overall sum. The function is represented by an object, and the arguments are described in the function1D documentation.\n"]]