Property | Type | Description | |
---|---|---|---|
Run | double | ||
run | double |
Method | Description | |
---|---|---|
Learn ( double inputs, int output ) : |
Learns a new Random Forest with the given data.
|
|
RandomForestLearning ( ) : System |
Creates a new decision forest learning algorithm.
|
|
RandomForestLearning ( |
Creates a new decision forest learning algorithm.
|
Method | Description | |
---|---|---|
Run ( double inputs, int output ) : double | ||
run ( double inputs, int output ) : double |
public Learn ( double inputs, int output ) : |
||
inputs | double | The input points. |
output | int | The class label for each point. |
return |
public RandomForestLearning ( |
||
forest | ||
return | System |