モジュール: meridian.model.knots
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
ノットの計算に使用する補助関数。
クラス
class KnotInfo: ノット数、ノットの位置、重み付けを含みます。
関数
get_knot_info(...): ノット数、ノットの位置、重み付けを返します。
l1_distance_weights(...): 各期間のノットの重み付けを計算します。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-01-25 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"]],["最終更新日 2025-01-25 UTC。"],[],["This document details functions and a class for knot calculations. The `KnotInfo` class stores the number, locations, and weights of knots. The `get_knot_info` function returns this knot information. The `l1_distance_weights` function calculates weights at each knot for every time period. These tools are designed for managing and computing data related to knots within a model.\n"]]