Documentation of 'jsat.classifiers.bayesian.MultivariateNormals' Java class
MultivariateNormals
jsat.classifiers.bayesian

Class MultivariateNormals

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, Classifier, Parameterized


    public class MultivariateNormals
    extends BestClassDistribution
    This classifier can be seen as an extension of NaiveBayes. Instead of treating the variables as independent, each class uses all of its variables to fit a Multivariate Normal distribution. As such, it can only handle numerical attributes. However, if the classes are normally distributed, it will produce optimal classification results. The less normal the true distributions are, the less accurate the classifier will be.
    See Also:
    Serialized Form
    • Constructor Detail

      • MultivariateNormals

        public MultivariateNormals(boolean usePriors)
      • MultivariateNormals

        public MultivariateNormals(MultivariateNormals toCopy)
        Copy constructor
        Parameters:
        toCopy - the object to copy

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.