KMeansModelParameters.GetClusterCentroids Metoda

Definicja

Kopiuje centroidy do zestawu udostępnionych buforów.

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)

Parametry

centroids
VBuffer<Single>[]

Bufor, do którego ma być skopiowany. W razie potrzeby zostanie przedłużony do odpowiedniej długości.

k
Int32

Liczba klastrów odpowiadających logicznemu rozmiarowi elementu centroids.

Dotyczy