다음을 통해 공유


VBufferDataFrameColumn<T>.Item[Int64] Property

Definition

public Microsoft.ML.Data.VBuffer<T> this[long rowIndex] { get; set; }
member this.Item(int64) : Microsoft.ML.Data.VBuffer<'T> with get, set
Default Public Property Item(rowIndex As Long) As VBuffer(Of T)

Parameters

rowIndex
Int64

Property Value

Applies to