Partager via


GeneralityToProgressRatioRule(Single, Int32) Constructeur

Définition

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.

S’applique à