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_DistributionsThe 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 TypeClassDescriptionclassSymbolic probability estimator based on symbol counts and a prior.classSymbolic probability estimator based on symbol counts and a prior. -
Uses of Estimator in weka.estimators
Subclasses of Estimator in weka.estimatorsModifier and TypeClassDescriptionclassSimple symbolic probability estimator based on symbol counts.classSimple kernel density estimator.classSimple probability estimator that places a single normal distribution over the observed values.classSimple probability estimator that places a single normal distribution over the observed values.classSimple probability estimator that places a single Poisson distribution over the observed values.Methods in weka.estimators that return EstimatorModifier and TypeMethodDescriptionstatic EstimatorCreates a deep copy of the given estimator using serialization.static EstimatorCreates 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 EstimatorCreates a deep copy of the given estimator using serialization.Methods in weka.estimators with parameters of type EstimatorModifier and TypeMethodDescriptionstatic voidEstimator.buildEstimator(Estimator est, String[] options, boolean isIncremental) Build an estimator using the options.static voidEstimator.buildEstimator(Estimator est, Instances instances, int attrIndex, int classIndex, int classValueIndex, boolean isIncremental) static EstimatorCreates 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 EstimatorCreates a deep copy of the given estimator using serialization.voidCheckEstimator.setEstimator(Estimator newEstimator) Set the estimator for boosting.static voidEstimatorUtils.writeCurve(String f, Estimator est, double min, double max, int numPoints) Output of an n points of a density curve.static voidEstimatorUtils.writeCurve(String f, Estimator est, Estimator classEst, double classIndex, double min, double max, int numPoints) Output of an n points of a density curve.