public class NaiveBayesClassifierEx2 extends Object
This example trains a NaiveBayesClassifier on 24 training patterns with four nominal input attributes.
The first nominal attribute has three classifications and the others have two. The target classifications are contact lense prescriptions: hard, soft or neither recommended. These data are benchmark data from the Knowledge Discovery Databases archive maintained at the University of California, Irvine: http://archive.ics.uci.edu/ml/datasets/Lenses.
Constructor and Description |
---|
NaiveBayesClassifierEx2() |
Copyright © 2020 Rogue Wave Software. All rights reserved.