1 write to IsObjectDetection
Microsoft.ML.CodeGenerator (1)
CodeGenerator\CSharp\AzureCodeGenerator\AzureAttachConsoleAppCodeGenerator.cs (1)
98IsObjectDetection = _settings.IsObjectDetection,
3 references to IsObjectDetection
Microsoft.ML.CodeGenerator (3)
Templates\Console\PredictProgram.cs (3)
57if(!IsObjectDetection){ 81} else if("MulticlassClassification".Equals(TaskType) && !IsObjectDetection){ 87} else if(IsObjectDetection){