C# Class XgbFeatureInteractions.XgbModel

Datei anzeigen Open project: Far0n/xgbfi Class Usage Examples

Private Properties

Property Type Description
CollectFeatureInteractions void

Public Methods

Method Description
GetFeatureInteractions ( int maxInteractionDepth = -1, int maxDeepening = -1 ) : FeatureInteractions
XgbModel ( ) : System

Private Methods

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

Method Details

GetFeatureInteractions() public method

public GetFeatureInteractions ( int maxInteractionDepth = -1, int maxDeepening = -1 ) : FeatureInteractions
maxInteractionDepth int
maxDeepening int
return FeatureInteractions

XgbModel() public method

public XgbModel ( ) : System
return System