Class MeanOfMaxima


  • public class MeanOfMaxima
    extends Defuzzifier
    Defuzzifier method that calculates the center (mean) where the function reaches a maximum.
    • Constructor Summary

      Constructors 
      Constructor Description
      MeanOfMaxima()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double getValue​(java.util.List<java.awt.geom.Point2D.Double> function)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • MeanOfMaxima

        public MeanOfMaxima()
    • Method Detail

      • getValue

        public double getValue​(java.util.List<java.awt.geom.Point2D.Double> function)
        Specified by:
        getValue in class Defuzzifier
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object