SeparableNDFunction
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Funkcja N argumentów wyrażona jako suma funkcji jednego argumentu.
| Zapis JSON |
{
"components": {
string: {
object (Function1D)
},
...
},
"constantPrice": number
} |
| Pola |
components |
map (key: string, value: object (Function1D))
Składniki funkcji, po 1 wpisie na argument/wymiar. Obiekt zawierający listę par "key": value. Przykład: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
|
constantPrice |
number
Stała część funkcji.
|
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2024-10-15 UTC.
[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 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"]]