SeparableNDFunction

N 引數的函式,以單一引數的函式總和表示。

JSON 表示法
{
  "components": {
    string: {
      object (Function1D)
    },
    ...
  },
  "constantPrice": number
}
欄位
components

map (key: string, value: object (Function1D))

函式的元件,每個引數/維度各有一個項目。

這個物件中包含 "key": value 組合的清單,範例:{ "name": "wrench", "mass": "1.3kg", "count": "3" }

constantPrice

number

函式的常數部分。