4 references to IsNormalized
Microsoft.ML.Core (4)
Data\AnnotationUtils.cs (4)
318
/// Returns whether a column has the <see cref="Kinds.
IsNormalized
"/> annotation indicated by
322
/// <returns>True if and only if the column has the <see cref="Kinds.
IsNormalized
"/> annotation
327
return column.Annotations.TryFindColumn(Kinds.
IsNormalized
, out var metaCol)
432
cols.Add(new SchemaShape.Column(Kinds.
IsNormalized
, SchemaShape.Column.VectorKind.Scalar, BooleanDataViewType.Instance, false));