Class AlgorithmMeanShiftClustering.fams_cut

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int where  
      private int which  
    • Constructor Summary

      Constructors 
      Constructor Description
      fams_cut()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getWhere()  
      int getWhich()  
      void setWhere​(int where)  
      void setWhich​(int which)  
      • Methods inherited from class java.lang.Object

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

      • which

        private int which
      • where

        private int where
    • Constructor Detail

      • fams_cut

        public fams_cut()
    • Method Detail

      • setWhich

        public void setWhich​(int which)
      • setWhere

        public void setWhere​(int where)
      • getWhich

        public int getWhich()
      • getWhere

        public int getWhere()