6 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>
Microsoft.ML.Data (1)
Evaluators\MamlEvaluator.cs (1)
147
yield return RoleMappedSchema.ColumnRole.
Weight
.Bind(weight);
Microsoft.ML.EntryPoints (1)
CrossValidationMacro.cs (1)
367
RoleMappedSchema.ColumnRole.
Weight
.Bind(input.WeightColumn.Value),