Property | Type | Description | |
---|---|---|---|
Compute | int |
Method | Description | |
---|---|---|
Decide ( double input ) : int |
Computes a class-label decision for a given input.
|
|
RandomForest ( int trees, int classes ) : System |
Creates a new random forest.
|
Method | Description | |
---|---|---|
Compute ( double data ) : int |
public Decide ( double input ) : int | ||
input | double | The input vector that should be classified into
/// one of the |
return | int |
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. |
return | System |