1 write to TestSet
Microsoft.ML.Core (1)
Prediction\TrainContext.cs (1)
64TestSet = testSet;
2 references to TestSet
Microsoft.ML.Core (2)
Prediction\TrainContext.cs (1)
51/// <param name="testSet">Will set <see cref="TestSet"/> to this value if specified</param>
Prediction\TrainerInfo.cs (1)
47/// Whether the trainer can use test set via <see cref="TrainContext.TestSet"/>. Not implementing