次の方法で共有


KMeansModelParameters.GetClusterCentroids メソッド

定義

指定されたバッファーのセットに重心をコピーします。

public void GetClusterCentroids (ref Microsoft.ML.Data.VBuffer<float>[] centroids, out int k);
member this.GetClusterCentroids : VBuffer * int -> unit
Public Sub GetClusterCentroids (ByRef centroids As VBuffer(Of Single)(), ByRef k As Integer)

パラメーター

centroids
VBuffer<Single>[]

コピー先のバッファー。 必要に応じて、適切な長さに拡張されます。

k
Int32

の論理サイズに対応するクラスターの centroids数。

適用対象