Uses of Class
moltsen.AI.NaiveBayes.model.FeatureData
-
Packages that use FeatureData Package Description moltsen.AI.NaiveBayes.model This package is used by the NaiveBayes classifier package. -
-
Uses of FeatureData in moltsen.AI.NaiveBayes.model
Methods in moltsen.AI.NaiveBayes.model that return types with arguments of type FeatureData Modifier and Type Method Description ArrayList<FeatureData>
NaiveBayesData. getFeatures()
Method parameters in moltsen.AI.NaiveBayes.model with type arguments of type FeatureData Modifier and Type Method Description void
NaiveBayesData. setFeatures(ArrayList<FeatureData> features)
-