Class AlgorithmKMeans.positionWeightItem

  • Enclosing class:
    AlgorithmKMeans

    private class AlgorithmKMeans.positionWeightItem
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private double position
      DOCUMENT ME!
      private double weight
      DOCUMENT ME!
    • Constructor Summary

      Constructors 
      Constructor Description
      positionWeightItem​(double position, double weight)
      Creates a new positionWieghtItem object.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double getPosition()
      DOCUMENT ME!
      double getWeight()
      DOCUMENT ME!
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • position

        private final double position
        DOCUMENT ME!
      • weight

        private final double weight
        DOCUMENT ME!
    • Constructor Detail

      • positionWeightItem

        public positionWeightItem​(double position,
                                  double weight)
        Creates a new positionWieghtItem object.
        Parameters:
        position -
        weight -
    • Method Detail

      • getPosition

        public double getPosition()
        DOCUMENT ME!
        Returns:
        DOCUMENT ME!
      • getWeight

        public double getWeight()
        DOCUMENT ME!
        Returns:
        DOCUMENT ME!