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