2 instantiations of BinaryClassificationExperiment
Microsoft.ML.AutoML (2)
API\AutoCatalog.cs (2)
81
return new
BinaryClassificationExperiment
(_context, new BinaryExperimentSettings()
97
return new
BinaryClassificationExperiment
(_context, experimentSettings);
5 references to BinaryClassificationExperiment
Microsoft.ML.AutoML (5)
API\AutoCatalog.cs (4)
71
/// <para>See <see cref="
BinaryClassificationExperiment
"/> for a more detailed code example of an AutoML binary classification experiment.</para>
79
public
BinaryClassificationExperiment
CreateBinaryClassificationExperiment(uint maxExperimentTimeInSeconds)
93
/// See <see cref="
BinaryClassificationExperiment
"/> for a more detailed code example of an AutoML binary classification experiment.
95
public
BinaryClassificationExperiment
CreateBinaryClassificationExperiment(BinaryExperimentSettings experimentSettings)
API\ExperimentBase.cs (1)
14
/// (like <see cref="
BinaryClassificationExperiment
"/>) inherit from this class.