Class VectorialMean

    • Constructor Detail

      • VectorialMean

        public VectorialMean​(int dimension)
        Constructs a VectorialMean.
        Parameters:
        dimension - vectors dimension
    • Method Detail

      • getResult

        public double[] getResult()
        Get the mean vector.
        Returns:
        mean vector
      • getN

        public long getN()
        Get the number of vectors in the sample.
        Returns:
        number of vectors in the sample
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object