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

适用于