2 writes to MatrixRowIndexColumnType
Microsoft.ML.Recommender (2)
MatrixFactorizationPredictor.cs (2)
460
MatrixRowIndexColumnType
= trainSchema[yCol].Type;
499
MatrixRowIndexColumnType
= TrainSchema[yCol].Type;
5 references to MatrixRowIndexColumnType
Microsoft.ML.Recommender (1)
MatrixFactorizationPredictor.cs (1)
436
/// columns specified by <see cref="MatrixColumnIndexColumnName"/>, <see cref="MatrixColumnIndexColumnType"/>, <see cref="MatrixRowIndexColumnName"/>, and <see cref="
MatrixRowIndexColumnType
"></see>.
Microsoft.ML.Tests (4)
TrainerEstimators\MatrixFactorizationTests.cs (4)
237
Assert.True(model.
MatrixRowIndexColumnType
is KeyDataViewType);
240
var matRowKeyType = (KeyDataViewType)model.
MatrixRowIndexColumnType
;
350
var matRowKeyType = model.
MatrixRowIndexColumnType
as KeyDataViewType;
797
var matRowKeyType = model.
MatrixRowIndexColumnType
as KeyDataViewType;