2 writes to ClassificationLabel
Microsoft.ML.CodeGenerator (1)
CodeGenerator\CSharp\CodeGeneratorSettings.cs (1)
19ClassificationLabel = new string[] { };
Microsoft.ML.CodeGenerator.Tests (1)
ApprovalTests\ConsoleCodeGeneratorTests.cs (1)
272ClassificationLabel = new string[] { "label1", "label2", "label3" },
1 reference to ClassificationLabel
Microsoft.ML.CodeGenerator (1)
CodeGenerator\CSharp\AzureCodeGenerator\AzureAttachModelCodeGenerator.cs (1)
65Labels = _settings.ClassificationLabel,