Class CAAMInitializeStegmann.CAAMInitEntry

  • Enclosing class:
    CAAMInitializeStegmann

    class CAAMInitializeStegmann.CAAMInitEntry
    extends java.lang.Object
    Container for initialization results.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      CDVector C()
      Returns the corresponding model parameters.
      double E_fit()
      Returns the fit measure.
      CAAMShape Shape()
      Returns the corresponding shape.
      • Methods inherited from class java.lang.Object

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

      • m_dE_fit

        private double m_dE_fit
        fit measure
      • m_vC

        private CDVector m_vC
        model parameters vector.
    • Constructor Detail

      • CAAMInitEntry

        public CAAMInitEntry​(double e_fit,
                             CAAMShape s,
                             CDVector c)
        Constructor
        Parameters:
        e_fit - fit measure
        s - shape
        c - parameter changes
    • Method Detail

      • E_fit

        public double E_fit()
        Returns the fit measure.
        Returns:
        fit measure
      • Shape

        public CAAMShape Shape()
        Returns the corresponding shape.
        Returns:
        shape
      • C

        public CDVector C()
        Returns the corresponding model parameters.
        Returns:
        model parameters