VBufferEditor<T>.Commit Metodo

Definizione

Esegue il commit delle modifiche e crea un nuovo VBuffer<T> oggetto utilizzando l'oggetto corrente Values e Indices. Si noti che questa struttura e le relative proprietà non devono essere usate dopo la chiamata.

public Microsoft.ML.Data.VBuffer<T> Commit();
member this.Commit : unit -> Microsoft.ML.Data.VBuffer<'T>
Public Function Commit () As VBuffer(Of T)

Valori restituiti

Oggetto appena creato VBuffer<T>.

Si applica a