VBufferEditor<T>.Commit 方法

定義

認可編輯,並使用目前的 ValuesIndices 建立新的 VBuffer<T> 。 請注意,呼叫這個 結構及其屬性之後,不應該使用。

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

傳回

新建立的 VBuffer<T>

適用於