다음을 통해 공유


VBuffer<T>.CopyToDense(VBuffer<T>) 메서드

정의

이 버퍼에서 지정된 대상으로 복사하여 조밀한 표현을 적용합니다.

public void CopyToDense (ref Microsoft.ML.Data.VBuffer<T> destination);
member this.CopyToDense : VBuffer -> unit
Public Sub CopyToDense (ByRef destination As VBuffer(Of T))

매개 변수

destination
VBuffer<T>

대상 버퍼입니다. 복사본 후에는 가 있습니다 LengthLength.

적용 대상