Class MultivariateNormalMixtureExpectationMaximization.DataRow

    • Field Detail

      • row

        private final double[] row
        One data row.
      • mean

        private java.lang.Double mean
        Mean of the data row.
    • Constructor Detail

      • DataRow

        DataRow​(double[] data)
        Create a data row.
        Parameters:
        data - Data to use for the row