GeneralityToProgressRatioRule(Single, Int32) Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Créez une règle qui peut mettre fin au processus d’entraînement lorsque le ratio généralité-progression dépasse threshold
.
public GeneralityToProgressRatioRule (float threshold = 0.01, int windowSize = 5);
new Microsoft.ML.Trainers.FastTree.GeneralityToProgressRatioRule : single * int -> Microsoft.ML.Trainers.FastTree.GeneralityToProgressRatioRule
Public Sub New (Optional threshold As Single = 0.01, Optional windowSize As Integer = 5)
Paramètres
- threshold
- Single
Écart de ratio maximal (en pourcentage, par exemple, 0,01 pour 1 % et 0,5 pour 50 %).
- windowSize
- Int32
Consultez WindowSize.