Compartilhar via


GeneralityToProgressRatioRule(Single, Int32) Construtor

Definição

Crie uma regra que possa encerrar o processo de treinamento quando a taxa de generalidade para progresso exceder 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)

Parâmetros

threshold
Single

A diferença de taxa máxima (em percentual como 0,01 para 1% e 0,5 para 50%).

windowSize
Int32

Consulte WindowSize.

Aplica-se a