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

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

Private Properties

프로퍼티 타입 설명
Compute int

공개 메소드들

메소드 설명
Decide ( double input ) : int

Computes a class-label decision for a given input.

RandomForest ( int trees, int classes ) : System

Creates a new random forest.

비공개 메소드들

메소드 설명
Compute ( double data ) : int

메소드 상세

Decide() 공개 메소드

Computes a class-label decision for a given input.
public Decide ( double input ) : int
input double The input vector that should be classified into /// one of the possible classes.
리턴 int

RandomForest() 공개 메소드

Creates a new random forest.
public RandomForest ( int trees, int classes ) : System
trees int The number of trees in the forest.
classes int The number of classes in the classification problem.
리턴 System