7 references to AnnotationsForMulticlassScoreColumn
Microsoft.ML.LightGbm (1)
LightGbmMulticlassTrainer.cs (1)
370
new SchemaShape.Column(DefaultColumnNames.Score, SchemaShape.Column.VectorKind.Vector, NumberDataViewType.Single, false, new SchemaShape(AnnotationUtils.
AnnotationsForMulticlassScoreColumn
(labelCol))),
Microsoft.ML.StandardTrainers (4)
Standard\LogisticRegression\MulticlassLogisticRegression.cs (1)
378
new SchemaShape.Column(DefaultColumnNames.Score, SchemaShape.Column.VectorKind.Vector, NumberDataViewType.Single, false, new SchemaShape(AnnotationUtils.
AnnotationsForMulticlassScoreColumn
(labelCol))),
Standard\MulticlassClassification\MetaMulticlassTrainer.cs (1)
174
var scoreAnnotationCols = AnnotationUtils.
AnnotationsForMulticlassScoreColumn
(labelCol);
Standard\MulticlassClassification\MulticlassNaiveBayesTrainer.cs (1)
124
new SchemaShape.Column(DefaultColumnNames.Score, SchemaShape.Column.VectorKind.Vector, NumberDataViewType.Single, false, new SchemaShape(AnnotationUtils.
AnnotationsForMulticlassScoreColumn
(labelCol))),
Standard\SdcaMulticlass.cs (1)
168
new SchemaShape.Column(DefaultColumnNames.Score, SchemaShape.Column.VectorKind.Vector, NumberDataViewType.Single, false, new SchemaShape(AnnotationUtils.
AnnotationsForMulticlassScoreColumn
(labelCol))),
Microsoft.ML.TorchSharp (2)
NasBert\NasBertTrainer.cs (2)
339
NumberDataViewType.Single, false, new SchemaShape(AnnotationUtils.
AnnotationsForMulticlassScoreColumn
(labelCol)));
444
NumberDataViewType.Single, false, new SchemaShape(AnnotationUtils.
AnnotationsForMulticlassScoreColumn
(labelAnnotationsColumn)));