다음을 통해 공유


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입니다.

적용 대상