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