C# 클래스 Accord.Tests.MachineLearning.ID3LearningTest

파일 보기 프로젝트 열기: accord-net/framework 1 사용 예제들

공개 메소드들

메소드 설명
CreateMitchellExample ( Accord.MachineLearning.DecisionTrees.DecisionTree &tree, int &inputs, int &outputs ) : void
CreateXORExample ( Accord.MachineLearning.DecisionTrees.DecisionTree &tree, int &inputs, int &outputs ) : void

비공개 메소드들

메소드 설명
ArgumentCheck1 ( ) : void
ConsistencyTest1 ( ) : void
ConsistencyTest1_automatic ( ) : void
ConstantDiscreteVariableTest ( ) : void
IncompleteDiscreteVariableTest ( ) : void
LargeSampleTest1 ( ) : void
LargeSampleTest2 ( ) : void
LargeSampleTest_WithRepetition ( ) : void
RunTest ( ) : void
RunTest2 ( ) : void
RunTest3 ( ) : void
learn_test ( ) : void
learn_test_automatic ( ) : void

메소드 상세

CreateMitchellExample() 공개 정적인 메소드

public static CreateMitchellExample ( Accord.MachineLearning.DecisionTrees.DecisionTree &tree, int &inputs, int &outputs ) : void
tree Accord.MachineLearning.DecisionTrees.DecisionTree
inputs int
outputs int
리턴 void

CreateXORExample() 공개 정적인 메소드

public static CreateXORExample ( Accord.MachineLearning.DecisionTrees.DecisionTree &tree, int &inputs, int &outputs ) : void
tree Accord.MachineLearning.DecisionTrees.DecisionTree
inputs int
outputs int
리턴 void