C# Класс Accord.MachineLearning.DecisionTrees.RandomForestLearning

Показать файл Открыть проект Примеры использования класса

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