Documentation of 'jhplot.bsom.BsomDemo' Java class.
BsomDemo
jhplot.bsom

Class BsomDemo

  • All Implemented Interfaces:
    ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants
    Direct Known Subclasses:
    Bsom


    public class BsomDemoextends JFrame
    BsomDemo is an applet for the demonstration of Bayesian Self-Organizing Maps. The following parameters are used: 'data' is the number of data points. (def. 100) 'unit' is the number of inner units (weight points). (def. 20) 'amin' is the power of 10 for minimum alpha. (def. 0.) 'amax' is the power of 10 for maximum alpha. (def. 5.) 'bmin' is the power of 10 for minimum beta. (def. 0.) 'bmax' is the power of 10 for maximum beta. (def. 5.) 'init_weight' is the size of initial random weights. (def. 0.1) (xd, yd) is the position of origin of mathematical space in display. (def. 210, 150) 'scale' is the scale factor from mathematical space to display. (def. 70) 'dstep' is the size of a cell for density calculation. (def. 10)
    See Also:
    Serialized Form
    • Field Detail

      • delta

        public static double delta
    • Constructor Detail

      • BsomDemo

        public BsomDemo()
    • Method Detail

      • init

        public void init()
      • start

        public void start()
      • startNoThread

        public void startNoThread()
      • stop

        public void stop()
      • learn

        public void learn()
        Set learn mode
      • auto

        public void auto()
        Set auto mode
      • setAlphaBeta

        public void setAlphaBeta(double alpha,                         double beta)
        Set alpha and beta for learning
      • resetUnitNumber

        public void resetUnitNumber(int r)

DMelt 2.7 © DataMelt by jWork.ORG