Aracılığıyla paylaş


KMeansModelParameters.GetClusterCentroids Yöntem

Tanım

Centroid'leri sağlanan arabellek kümesine kopyalar.

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)

Parametreler

centroids
VBuffer<Single>[]

Kopyalanacak arabellek. Gerekirse uygun bir uzunluğa uzatılır.

k
Int32

mantıksal boyutuna centroidskarşılık gelen küme sayısı.

Şunlara uygulanır