GeneralityToProgressRatioRule(Single, Int32) Construtor
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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.