2 writes to MatrixColumnIndexColumnType
Microsoft.ML.Recommender (2)
MatrixFactorizationPredictor.cs (2)
457
MatrixColumnIndexColumnType
= trainSchema[xCol].Type;
495
MatrixColumnIndexColumnType
= TrainSchema[xCol].Type;
5 references to MatrixColumnIndexColumnType
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)
236
Assert.True(model.
MatrixColumnIndexColumnType
is KeyDataViewType);
238
var matColKeyType = (KeyDataViewType)model.
MatrixColumnIndexColumnType
;
348
var matColKeyType = model.
MatrixColumnIndexColumnType
as KeyDataViewType;
795
var matColKeyType = model.
MatrixColumnIndexColumnType
as KeyDataViewType;