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