You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting this error when trying to use classifier = KNNClassifier(extractors, dist='Hamming') or classifier.setDistanceMetric('Hamming')
File "/usr/lib/pymodules/python2.7/SimpleCV/MachineLearning/KNNClassifier.py", line 220, in train
self.mClassifier.distanceContructor = orange.ExamplesDistanceConstructor_Hamming();
AttributeError: 'NoneType' object has no attribute 'distanceContructor'
The text was updated successfully, but these errors were encountered:
I'm getting this error when trying to use
classifier = KNNClassifier(extractors, dist='Hamming')
orclassifier.setDistanceMetric('Hamming')
The text was updated successfully, but these errors were encountered: