SchemaAnnotationsExtensions.IsNormalized(DataViewSchema+Column) Method

Definition

Returns true if and only if column has IsNormalized annotation set to true.

public static bool IsNormalized (this Microsoft.ML.DataViewSchema.Column column);
static member IsNormalized : Microsoft.ML.DataViewSchema.Column -> bool
<Extension()>
Public Function IsNormalized (column As DataViewSchema.Column) As Boolean

Parameters

Returns

Applies to