3 references to ScoreColumnKind
Microsoft.ML.Core (1)
Data\AnnotationUtils.cs (1)
429cols.Add(new SchemaShape.Column(Kinds.ScoreColumnKind, SchemaShape.Column.VectorKind.Scalar, TextDataViewType.Instance, false));
Microsoft.ML.Data (2)
Scorers\ScoreSchemaFactory.cs (2)
20/// <param name="scoreColumnKindValue">The kind of the score column. It's the value of <see cref="AnnotationUtils.Kinds.ScoreColumnKind"/> in the score column's metadata.</param> 113/// <see cref="AnnotationUtils.Kinds.ScoreColumnKind"/>.</param>