1 write to Id
Microsoft.ML.Data (1)
Training\TrainerUtils.cs (1)
795
_getId(ref
Id
);
9 references to Id
Microsoft.ML.KMeansClustering (2)
KMeansPlusPlusTrainer.cs (2)
500
_parallelIndexLookup.TryGetIndex(cur.
Id
, out idx);
522
lookup.Add(cursor.
Id
);
Microsoft.ML.StandardTrainers (7)
Standard\SdcaBinary.cs (5)
388
DataViewRowId id = cursor.
Id
;
437
idToIdx.Add(cursor.
Id
);
579
long longIdx = getIndexFromIdAndRow(cursor.
Id
, row);
815
long idx = getIndexFromId(cursor.
Id
);
983
long idx = getIndexFromIdAndRow(cursor.
Id
, row);
Standard\SdcaMulticlass.cs (2)
204
long idx = getIndexFromId(cursor.
Id
);
386
long idx = getIndexFromIdAndRow(cursor.
Id
, row);