次の方法で共有


DataFrame.IDataView.GetRowCursor メソッド

定義

Microsoft.ML.DataViewRowCursor IDataView.GetRowCursor (System.Collections.Generic.IEnumerable<Microsoft.ML.DataViewSchema.Column> columnsNeeded, Random rand);
abstract member Microsoft.ML.IDataView.GetRowCursor : seq<Microsoft.ML.DataViewSchema.Column> * Random -> Microsoft.ML.DataViewRowCursor
override this.Microsoft.ML.IDataView.GetRowCursor : seq<Microsoft.ML.DataViewSchema.Column> * Random -> Microsoft.ML.DataViewRowCursor
Function GetRowCursor (columnsNeeded As IEnumerable(Of DataViewSchema.Column), rand As Random) As DataViewRowCursor Implements IDataView.GetRowCursor

パラメーター

rand
Random

戻り値

実装

適用対象