Class HSMMGeneratorMultinomialEmissions

    • Field Detail

      • nCategories

        public Parameter nCategories
        Number of categories in the multinomial distribution.
      • powerLowerBound

        public PortParameter powerLowerBound
        A power lower bound on the generated trace, which applies to the entire generation window.
      • multinomialEstimates

        public PortParameter multinomialEstimates
        A matrix that has a row for each state and a column for each category in the learned multinomial distribution. if the observations are multidimensional, the categories for each dimension are concatenated into a single vector.
      • _B

        protected double[][] _B
        Multinomial emission probabilities per state.
      • _nCategories

        protected int[] _nCategories
        Number of categories.