Class DiscreteEstimatorFullBayes

    • Constructor Detail

      • DiscreteEstimatorFullBayes

        public DiscreteEstimatorFullBayes​(int nSymbols,
                                          double w1,
                                          double w2,
                                          DiscreteEstimatorBayes EmptyDist,
                                          DiscreteEstimatorBayes ClassDist,
                                          double fPrior)
        Constructor
        Parameters:
        nSymbols - the number of possible symbols (remember to include 0)
        w1 -
        w2 -
        EmptyDist -
        ClassDist -
        fPrior -
    • Method Detail

      • main

        public static void main​(java.lang.String[] argv)
        Main method for testing this class.
        Parameters:
        argv - should contain a sequence of integers which will be treated as symbolic.