C# Class AIMA.Test.Core.Unit.Learning.Inductive.DecisionListTest

Show file Open project: PaulMineau/AIMA.Net

Private Methods

Method Description
testDecisionListFallsThruToDefaultIfNoTestMatches ( ) : void
testDecisionListFallsThruToNextTestIfOneDoesntMatch ( ) : void
testDecisionListHandlesEmptyDataSet ( ) : void
testDecisionListMerge ( ) : void
testDecisionListWithSingleTestReturnsTestValueIfTestSuccessful ( ) : void
testDecisonListWithNoTestsReturnsDefaultValue ( ) : void