Compartir a través de


VBufferDataFrameColumn<T>.SetTypedValue(Int64, VBuffer<T>) Method

Definition

protected void SetTypedValue (long rowIndex, Microsoft.ML.Data.VBuffer<T> value);
member this.SetTypedValue : int64 * Microsoft.ML.Data.VBuffer<'T> -> unit
Protected Sub SetTypedValue (rowIndex As Long, value As VBuffer(Of T))

Parameters

rowIndex
Int64
value
VBuffer<T>

Applies to