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 327return column.Annotations.TryFindColumn(Kinds.IsNormalized, out var metaCol) 432cols.Add(new SchemaShape.Column(Kinds.IsNormalized, SchemaShape.Column.VectorKind.Scalar, BooleanDataViewType.Instance, false));