4 references to AllFeatures
Microsoft.ML.Ensemble (2)
OutputCombiners\BaseStacking.cs (1)
177using (var cursor = new FloatLabelCursor(data, CursOpt.AllFeatures | CursOpt.AllLabels))
Selector\SubModelSelector\BaseDiverseSelector.cs (1)
49using (var cursor = new FeatureFloatVectorCursor(data, CursOpt.AllFeatures))
Microsoft.ML.LightGbm (1)
LightGbmTrainerBase.cs (1)
553var loadFlags = CursOpt.AllLabels | CursOpt.AllFeatures;
Microsoft.ML.Predictor.Tests (1)
TestPredictors.cs (1)
491/// used by LightGBM with <see cref="CursOpt.AllFeatures"/>, and that this change does not affect