5 references to Feature
Microsoft.ML.Core (5)
Data\RoleMappedSchema.cs (5)
52/// commonly used pre-defined instances available (for example, <see cref="Label"/>, <see cref="Feature"/>) that should 130/// The <see cref="ColumnRole.Feature"/> column, when there is exactly one (null otherwise). 361yield return ColumnRole.Feature.Bind(feature); 381/// <param name="feature">The column name that will be mapped to the <see cref="ColumnRole.Feature"/> role</param> 467/// <param name="feature">The column name that will be mapped to the <see cref="RoleMappedSchema.ColumnRole.Feature"/> role</param>