Condividi tramite


VBufferEditor<T>.Commit Metodo

Definizione

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

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

Restituisce

Oggetto VBuffer<T> appena creato.

Si applica a