Commit 315d55fd authored by Taddeus Kroes's avatar Taddeus Kroes

Added default value for gamma.

parent d6cd13c9
......@@ -41,7 +41,7 @@ dump(test_set, file('test_set', 'w+'))
learning_set = load(file('learning_set', 'r'))
# Train the classifier with the learning set
classifier = Classifier(c=30)
classifier = Classifier(c=30, gamma=1)
classifier.train(learning_set)
classifier.save('classifier')
#----------------------------------------------------------------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment