GeneralityToProgressRatioRule Classe
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.
Generality to Progress Ratio (PQ).
public sealed class GeneralityToProgressRatioRule : Microsoft.ML.Trainers.FastTree.MovingWindowRule
type GeneralityToProgressRatioRule = class
inherit MovingWindowRule
Public NotInheritable Class GeneralityToProgressRatioRule
Inherits MovingWindowRule
- Héritage
Constructeurs
GeneralityToProgressRatioRule(Single, Int32) |
Créez une règle qui peut mettre fin au processus d’entraînement lorsque le ratio généralité-progression dépasse |
Propriétés
Threshold |
Seuil de la plage [0, 1]. (Hérité de MovingWindowRule) |
WindowSize |
Nombre de scores de validation historiques pris en compte lors de la détermination de l’arrêt du processus d’entraînement. (Hérité de MovingWindowRule) |
Méthodes
CheckScore(Single, Single, Boolean) |
Consultez CheckScore(Single, Single, Boolean). |