Method: Bayes_utils#init_classifier
- Defined in:
- lib/bio-band/weka/classifiers/bayes/bayes_utils.rb
#init_classifier ⇒ Object
7 8 9 10 11 |
# File 'lib/bio-band/weka/classifiers/bayes/bayes_utils.rb', line 7 def init_classifier (self.class.) if self.class. self.class.data.setClassIndex(self.class.class_index) if self.class.class_index buildClassifier(self.class.data) end |