9 references to Row
Microsoft.ML.Data (6)
Training\TrainerUtils.cs (6)
748
_getWeight =
Row
.GetOptWeightFloatGetter(data);
753
_getGroup =
Row
.GetOptGroupGetter(data);
757
_getId =
Row
.GetIdGetter();
836
_get =
Row
.GetFeatureFloatVectorGetter(data);
903
_get =
Row
.GetLabelFloatGetter(data);
975
_get =
Row
.GetLabelFloatGetter(data);
Microsoft.ML.KMeansClustering (2)
KMeansPlusPlusTrainer.cs (2)
492
RowIndexGetter = (FeatureFloatVectorCursor cur) => cur.
Row
.Position < baseMaxInstancesToAccelerate ? (int)cur.
Row
.Position : -1;
Microsoft.ML.StandardTrainers (1)
Standard\MulticlassClassification\MulticlassNaiveBayesTrainer.cs (1)
162
if (cursor.
Row
.Position > int.MaxValue)