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