C# 클래스 XgbFeatureInteractions.XgbModel

파일 보기 프로젝트 열기: Far0n/xgbfi 1 사용 예제들

Private Properties

프로퍼티 타입 설명
CollectFeatureInteractions void

공개 메소드들

메소드 설명
GetFeatureInteractions ( int maxInteractionDepth = -1, int maxDeepening = -1 ) : FeatureInteractions
XgbModel ( ) : System

비공개 메소드들

메소드 설명
CollectFeatureInteractions ( XgbTree tree, HashSet currentInteraction, double currentGain, double currentCover, double pathProbability, int depth, int deepening ) : void

메소드 상세

GetFeatureInteractions() 공개 메소드

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

XgbModel() 공개 메소드

public XgbModel ( ) : System
리턴 System