3 references to IsNormalized
Microsoft.ML.Data (1)
Transforms\ColumnConcatenatingEstimator.cs (1)
123
isNormalized &= col.
IsNormalized
();
Microsoft.ML.Transforms (2)
CountFeatureSelection.cs (1)
181
if (col.
IsNormalized
() && col.Annotations.TryFindColumn(AnnotationUtils.Kinds.IsNormalized, out var isNormalizedAnnotation))
MutualInformationFeatureSelection.cs (1)
248
if (col.
IsNormalized
() && col.Annotations.TryFindColumn(AnnotationUtils.Kinds.IsNormalized, out var isNormalizedAnnotation))