2 instantiations of MapKeyToValueOption
Microsoft.ML.AutoML (1)
MapKeyToValue.cs (1)
26this.TParameter = new MapKeyToValueOption();
Microsoft.ML.AutoML.Tests (1)
TunerTests.cs (1)
455var mapKeyToValue = SweepableEstimatorFactory.CreateMapKeyToValue(new MapKeyToValueOption
7 references to MapKeyToValueOption
Microsoft.ML.AutoML (7)
MapKeyToValue.cs (3)
14internal partial class MapKeyToValue : SweepableEstimator<MapKeyToValueOption> 16public MapKeyToValue(MapKeyToValueOption defaultOption, SearchSpace<MapKeyToValueOption> searchSpace = null)
SweepableEstimator\Estimators\MapValueToKey.cs (1)
17public override IEstimator<ITransformer> BuildFromOption(MLContext context, MapKeyToValueOption param)
SweepableEstimatorFactory.cs (3)
293public static MapKeyToValue CreateMapKeyToValue(MapKeyToValueOption defaultOption, SearchSpace<MapKeyToValueOption> searchSpace = null) 296searchSpace = new SearchSpace<MapKeyToValueOption>(defaultOption);