Implemented interface member:
method
GetSlotCursor
Microsoft.ML.Data.ITransposeDataView.GetSlotCursor(System.Int32)
6 references to GetSlotCursor
Microsoft.ML.Data (2)
DataLoadSave\Transpose\TransposeLoader.cs (2)
816SlotCursor cursor = trans.GetSlotCursor(0); 837SlotCursor cursor = trans.GetSlotCursor(0);
Microsoft.ML.FastTree (3)
FastTree.cs (3)
1395using (var cursor = trans.GetSlotCursor(featIdx)) 1462using (var cursor = trans.GetSlotCursor(featIdx)) 1463using (var catCursor = trans.GetSlotCursor(featIdx))
Microsoft.ML.Transforms (1)
MutualInformationFeatureSelection.cs (1)
666using (var cursor = trans.GetSlotCursor(col))