SeparableNDFunction
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Bir bağımsız değişkenin işlevlerinin toplamı olarak ifade edilen N bağımsız değişkenin işlevi.
| JSON gösterimi |
{
"components": {
string: {
object (Function1D)
},
...
},
"constantPrice": number
} |
| Alanlar |
components |
map (key: string, value: object (Function1D))
Bağımsız değişken/boyut başına bir giriş olacak şekilde işlevin bileşenleri. "key": value çiftlerinin listesini içeren bir nesne. Örnek: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
|
constantPrice |
number
İşlevin sabit bölümü.
|
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2024-10-15 UTC.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 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"]]