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