Uses of Class
weka.core.pmml.jaxbbindings.TargetValueCounts
Packages that use TargetValueCounts
-
Uses of TargetValueCounts in weka.core.pmml.jaxbbindings
Methods in weka.core.pmml.jaxbbindings that return TargetValueCountsModifier and TypeMethodDescriptionObjectFactory.createTargetValueCounts()
Create an instance ofTargetValueCounts
BayesOutput.getTargetValueCounts()
Gets the value of the targetValueCounts property.PairCounts.getTargetValueCounts()
Gets the value of the targetValueCounts property.Methods in weka.core.pmml.jaxbbindings with parameters of type TargetValueCountsModifier and TypeMethodDescriptionvoid
BayesOutput.setTargetValueCounts
(TargetValueCounts value) Sets the value of the targetValueCounts property.void
PairCounts.setTargetValueCounts
(TargetValueCounts value) Sets the value of the targetValueCounts property.