Implemented interface member:
property
ParameterSet
Microsoft.ML.IRunResult.ParameterSet
7 references to ParameterSet
Microsoft.ML.Sweeper (7)
Algorithms\KdoSweeper.cs (5)
185children.Add(SampleChild(parent.ParameterSet, parent.MetricValue, history.Length, previousRuns, rMean, rVar, parent.IsMetricMaximizing)); 346return (from RunResult r in previousRuns where _randomParamSets.Contains(r.ParameterSet) select r.MetricValue).ToArray(); 367weights[labelToIndex[r.ParameterSet[param.Name].ValueText]] += r.MetricValue; 368counts[labelToIndex[r.ParameterSet[param.Name].ValueText]]++; 413weights[labelToIndex[r.ParameterSet[param.Name].ValueText]] += r.MetricValue;
Algorithms\SmacSweeper.cs (2)
120features[i] = SweeperProbabilityUtils.ParameterSetAsFloatArray(_host, _sweepParameters, r.ParameterSet, true); 398outSet.Add(r.ParameterSet);