お知らせ:
2025 年 4 月 15 日より前に Earth Engine の使用を登録したすべての非商用プロジェクトは、Earth Engine へのアクセスを維持するために
非商用目的での利用資格を確認する必要があります。
ee.Clusterer.wekaLVQ
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
学習ベクトル量子化アルゴリズムを実装するクラスタ。詳しくは、以下をご覧ください。
T. Kohonen、「Learning Vector Quantization」、The Handbook of Brain Theory and Neural Networks、第 2 版、MIT Press、2003 年、pp. 631-634。
用途 | 戻り値 |
---|
ee.Clusterer.wekaLVQ(numClusters, learningRate, epochs, normalizeInput) | クラスタリング |
引数 | タイプ | 詳細 |
---|
numClusters | 整数、デフォルト: 7 | クラスタの数。 |
learningRate | 浮動小数点数、デフォルト: 1 | トレーニング アルゴリズムの学習率。値は 0 より大きく 1 以下にする必要があります。 |
epochs | 整数、デフォルト: 1000 | トレーニング エポックの数。1 以上の値を指定してください。 |
normalizeInput | ブール値。デフォルト値は false です。 | 属性の正規化をスキップします。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-26 UTC。
[null,null,["最終更新日 2025-07-26 UTC。"],[],["The `ee.Clusterer.wekaLVQ` function implements the Learning Vector Quantization algorithm for clustering. It requires specifying the number of clusters (`numClusters`, default 7), the learning rate (`learningRate`, default 1, between 0 and 1), the number of training epochs (`epochs`, default 1000, at least 1), and whether to normalize the input attributes (`normalizeInput`, default false). The function returns a Clusterer object. The algorithm's details are described in a specific paper by T. Kohonen.\n"],null,[]]