Package pyvision :: Package vector :: Module id3 :: Class ID3
[hide private]
[frames] | no frames]

Class ID3

source code

Instance Methods [hide private]
 
__init__(self) source code
 
addTraining(self, label, feature)
Training Data
source code
 
addTesting(self, label, feature)
Training Data
source code
 
train(self)
Train the classifier on the current data
source code
 
classify(self, feature)
Classify the feature vector
source code
 
test(self, data=None) source code