共用方式為


VBufferDataFrameColumn<T>.GetTypedValue(Int64) Method

Definition

protected Microsoft.ML.Data.VBuffer<T> GetTypedValue (long rowIndex);
member this.GetTypedValue : int64 -> Microsoft.ML.Data.VBuffer<'T>
Protected Function GetTypedValue (rowIndex As Long) As VBuffer(Of T)

Parameters

rowIndex
Int64

Returns

Applies to