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