Join the newly launched
Discord community for real-time discussions, peer support, and direct interaction with the Meridian team!
meridian.model.knots.KnotInfo
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Zawiera liczbę węzłów, lokalizacji węzłów i wagi.
meridian.model.knots.KnotInfo(
n_knots: int,
knot_locations: np.ndarray[int, np.dtype[int]],
weights: np.ndarray[int, np.dtype[float]]
)
Atrybuty |
n_knots
|
Liczba węzłów
|
knot_locations
|
Lokalizacja węzłów
|
weights
|
Wagi użyte do pomnożenia przez wartości węzłów w celu uzyskania czasu –
o różnych współczynnikach.
|
Metody
__eq__
__eq__(
other
)
Zwracanie = wartość siebie.
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-23 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-23 UTC."],[],["The `KnotInfo` class stores knot-related data: the number of knots (`n_knots`), their locations (`knot_locations`), and their associated weights (`weights`). These weights are used to derive time-varying coefficients by multiplying them with the knot values. The class also includes an `__eq__` method to compare if one `KnotInfo` is equal to another.\n"],null,[]]