6 references to Features
Microsoft.ML.Data (5)
Training\TrainerUtils.cs (5)
40
AllFeatures =
Features
| AllowBadFeatures,
235
if ((opt & CursOpt.
Features
) != 0 && data.Schema.Feature.HasValue)
825
public FeatureFloatVectorCursor(RoleMappedData data, CursOpt opt = CursOpt.
Features
,
834
if ((opt & CursOpt.
Features
) != 0 && data.Schema.Feature != null)
867
public Factory(RoleMappedData data, CursOpt opt = CursOpt.
Features
)
Microsoft.ML.Predictor.Tests (1)
TestPredictors.cs (1)
493
/// trained with <see cref="CursOpt.
Features
"/> produces the same baselines as it did before this change.