Свойство | Тип | Описание | |
---|---|---|---|
Run | double | ||
run | double |
Метод | Описание | |
---|---|---|
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.
|
Метод | Описание | |
---|---|---|
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. |
Результат |
public RandomForestLearning ( |
||
forest | ||
Результат | System |