C# Class XgbFeatureInteractions.XgbModel

Afficher le fichier Open project: Far0n/xgbfi Class Usage Examples

Private Properties

Свойство Type Description
CollectFeatureInteractions void

Méthodes publiques

Méthode Description
GetFeatureInteractions ( int maxInteractionDepth = -1, int maxDeepening = -1 ) : FeatureInteractions
XgbModel ( ) : System

Private Methods

Méthode Description
CollectFeatureInteractions ( XgbTree tree, HashSet currentInteraction, double currentGain, double currentCover, double pathProbability, int depth, int deepening ) : void

Method Details

GetFeatureInteractions() public méthode

public GetFeatureInteractions ( int maxInteractionDepth = -1, int maxDeepening = -1 ) : FeatureInteractions
maxInteractionDepth int
maxDeepening int
Résultat FeatureInteractions

XgbModel() public méthode

public XgbModel ( ) : System
Résultat System