RegressionTrainer Výčet
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Výčet ML.NET vícetřídních klasifikačních školitelů používaných autoML.
public enum RegressionTrainer
type RegressionTrainer =
Public Enum RegressionTrainer
- Dědičnost
-
RegressionTrainer
Pole
FastForest | 0 | Viz třída FastForestRegressionTrainer. |
FastTree | 1 | Viz třída FastTreeRegressionTrainer. |
FastTreeTweedie | 2 | Viz třída FastTreeTweedieTrainer. |
LbfgsPoissonRegression | 4 | Viz třída LbfgsPoissonRegressionTrainer. |
LightGbm | 3 | Viz třída LightGbmRegressionTrainer. |
StochasticDualCoordinateAscent | 5 | Viz třída SdcaRegressionTrainer. |