SchemaAnnotationsExtensions.IsNormalized(DataViewSchema+Column) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- column
- DataViewSchema.Column