6 references to Features
Microsoft.ML.Data (5)
Training\TrainerUtils.cs (5)
40AllFeatures = Features | AllowBadFeatures, 235if ((opt & CursOpt.Features) != 0 && data.Schema.Feature.HasValue) 825public FeatureFloatVectorCursor(RoleMappedData data, CursOpt opt = CursOpt.Features, 834if ((opt & CursOpt.Features) != 0 && data.Schema.Feature != null) 867public 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.