C# 클래스 Accord.MachineLearning.DecisionTrees.RandomForestLearning

파일 보기 프로젝트 열기: accord-net/framework 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Run double
run double

공개 메소드들

메소드 설명
Learn ( double inputs, int output ) : RandomForest

Learns a new Random Forest with the given data.

RandomForestLearning ( ) : System

Creates a new decision forest learning algorithm.

RandomForestLearning ( RandomForest forest ) : System

Creates a new decision forest learning algorithm.

비공개 메소드들

메소드 설명
Run ( double inputs, int output ) : double
run ( double inputs, int output ) : double

메소드 상세

Learn() 공개 메소드

Learns a new Random Forest with the given data.
public Learn ( double inputs, int output ) : RandomForest
inputs double The input points.
output int The class label for each point.
리턴 RandomForest

RandomForestLearning() 공개 메소드

Creates a new decision forest learning algorithm.
public RandomForestLearning ( ) : System
리턴 System

RandomForestLearning() 공개 메소드

Creates a new decision forest learning algorithm.
public RandomForestLearning ( RandomForest forest ) : System
forest RandomForest
리턴 System