1 write to TaskType
Microsoft.ML.CodeGenerator (1)
CodeGenerator\CSharp\CodeGenerator.cs (1)
299
TaskType
= _settings.MlTask.ToString(),
3 references to TaskType
Microsoft.ML.CodeGenerator (3)
Templates\Console\ModelOutputClass.cs (3)
40
if("BinaryClassification".Equals(
TaskType
)){
44
} if("MulticlassClassification".Equals(
TaskType
) && !IsObjectDetection){
77
} else if("MulticlassClassification".Equals(
TaskType
)){