Uses of Class
weka.estimators.Estimator
Packages that use Estimator
-
Uses of Estimator in weka.classifiers.bayes
Fields in weka.classifiers.bayes declared as EstimatorModifier and TypeFieldDescriptionEstimator[][]
BayesNet.m_Distributions
The attribute estimators containing CPTs.Methods in weka.classifiers.bayes that return EstimatorModifier and TypeMethodDescriptionNaiveBayes.getClassEstimator()
Get the class estimator.Estimator[][]
NaiveBayes.getConditionalEstimators()
Get all the conditional estimators.Estimator[][]
BayesNet.getDistributions()
Get full set of estimators. -
Uses of Estimator in weka.classifiers.bayes.net.estimate
Subclasses of Estimator in weka.classifiers.bayes.net.estimateModifier and TypeClassDescriptionclass
Symbolic probability estimator based on symbol counts and a prior.class
Symbolic probability estimator based on symbol counts and a prior. -
Uses of Estimator in weka.estimators
Subclasses of Estimator in weka.estimatorsModifier and TypeClassDescriptionclass
Simple symbolic probability estimator based on symbol counts.class
Simple kernel density estimator.class
Simple probability estimator that places a single normal distribution over the observed values.class
Simple probability estimator that places a single normal distribution over the observed values.class
Simple probability estimator that places a single Poisson distribution over the observed values.Methods in weka.estimators that return EstimatorModifier and TypeMethodDescriptionstatic Estimator
Creates a deep copy of the given estimator using serialization.static Estimator
Creates a new instance of a estimator given it's class name and (optional) arguments to pass to it's setOptions method.CheckEstimator.getEstimator()
Get the estimator used as the estimatorConditionalEstimator.getEstimator
(double given) Get a probability estimator for a valueDDConditionalEstimator.getEstimator
(double given) Get a probability estimator for a valueDKConditionalEstimator.getEstimator
(double given) Get a probability estimator for a valueDNConditionalEstimator.getEstimator
(double given) Get a probability estimator for a valueKDConditionalEstimator.getEstimator
(double given) Get a probability estimator for a valueKKConditionalEstimator.getEstimator
(double given) Get a probability estimator for a valueNDConditionalEstimator.getEstimator
(double given) Get a probability estimator for a valueNNConditionalEstimator.getEstimator
(double given) Get a probability estimator for a valuestatic Estimator[]
Estimator.makeCopies
(Estimator model, int num) Creates a given number of deep copies of the given estimator using serialization.static Estimator
Creates a deep copy of the given estimator using serialization.Methods in weka.estimators with parameters of type EstimatorModifier and TypeMethodDescriptionstatic void
Estimator.buildEstimator
(Estimator est, String[] options, boolean isIncremental) Build an estimator using the options.static void
Estimator.buildEstimator
(Estimator est, Instances instances, int attrIndex, int classIndex, int classValueIndex, boolean isIncremental) static Estimator
Creates a deep copy of the given estimator using serialization.static Estimator[]
Estimator.makeCopies
(Estimator model, int num) Creates a given number of deep copies of the given estimator using serialization.static Estimator
Creates a deep copy of the given estimator using serialization.void
CheckEstimator.setEstimator
(Estimator newEstimator) Set the estimator for boosting.static void
EstimatorUtils.writeCurve
(String f, Estimator est, double min, double max, int numPoints) Output of an n points of a density curve.static void
EstimatorUtils.writeCurve
(String f, Estimator est, Estimator classEst, double classIndex, double min, double max, int numPoints) Output of an n points of a density curve.