4 references to Weight
Microsoft.ML.Core (4)
Data\RoleMappedSchema.cs (4)
145
/// The <see cref="ColumnRole.
Weight
"/> column, when there is exactly one (null otherwise).
365
yield return ColumnRole.
Weight
.Bind(weight);
383
/// <param name="weight">The column name that will be mapped to the <see cref="ColumnRole.
Weight
"/> role</param>
469
/// <param name="weight">The column name that will be mapped to the <see cref="RoleMappedSchema.ColumnRole.
Weight
"/> role</param>