VBufferEditor<T>.Commit Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Commits the edits and creates a new VBuffer<T> using the current Values and Indices. Note that this structure and its properties should not be used once this is called.
public Microsoft.ML.Data.VBuffer<T> Commit ();
member this.Commit : unit -> Microsoft.ML.Data.VBuffer<'T>
Public Function Commit () As VBuffer(Of T)
Returns
The newly created VBuffer<T>.