C# Класс AIMA.Test.Core.Unit.Learning.Learners.DecisionTreeTest

Показать файл Открыть проект

Приватные методы

Метод Описание
createActualRestaurantDecisionTree ( ) : DecisionTree
createInducedRestaurantDecisionTree ( ) : DecisionTree
testActualDecisionTreeClassifiesRestaurantDataSetCorrectly ( ) : void
testInducedDecisionTreeClassifiesRestaurantDataSetCorrectly ( ) : void
testStumpCreationForDataSet ( ) : void
testStumpCreationForSpecifiedAttributeValuePair ( ) : void
testStumpPredictionForDataSet ( ) : void