Class BetulaGMM.Par

  • All Implemented Interfaces:
    elki.utilities.optionhandling.Parameterizer
    Direct Known Subclasses:
    BetulaGMMWeighted.Par
    Enclosing class:
    BetulaGMM

    public static class BetulaGMM.Par
    extends java.lang.Object
    implements elki.utilities.optionhandling.Parameterizer
    Parameterizer
    Author:
    Andreas Lang
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) CFTree.Factory<?> cffactory
      CFTree factory.
      protected double delta
      Stopping threshold
      static elki.utilities.optionhandling.OptionID DELTA_ID
      Parameter to specify the termination criterion for maximization of E(M): E(M) - E(M') < em.delta, must be a double equal to or greater than 0.
      static elki.utilities.optionhandling.OptionID INIT_ID
      Parameter to specify the EM cluster models to use.
      protected BetulaClusterModelFactory<?> initialization
      initialization method
      protected int k
      k Parameter.
      protected int maxiter
      Maximum number of iterations.
      protected double prior  
      static elki.utilities.optionhandling.OptionID PRIOR_ID
      Parameter to specify the MAP prior
      protected boolean soft
      Retain soft assignments.
    • Constructor Summary

      Constructors 
      Constructor Description
      Par()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void configure​(elki.utilities.optionhandling.parameterization.Parameterization config)  
      BetulaGMM make()  
      • Methods inherited from class java.lang.Object

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

      • INIT_ID

        public static final elki.utilities.optionhandling.OptionID INIT_ID
        Parameter to specify the EM cluster models to use.
      • DELTA_ID

        public static final elki.utilities.optionhandling.OptionID DELTA_ID
        Parameter to specify the termination criterion for maximization of E(M): E(M) - E(M') < em.delta, must be a double equal to or greater than 0.
      • PRIOR_ID

        public static final elki.utilities.optionhandling.OptionID PRIOR_ID
        Parameter to specify the MAP prior
      • k

        protected int k
        k Parameter.
      • maxiter

        protected int maxiter
        Maximum number of iterations.
      • delta

        protected double delta
        Stopping threshold
      • soft

        protected boolean soft
        Retain soft assignments.
      • prior

        protected double prior
    • Constructor Detail

      • Par

        public Par()
    • Method Detail

      • configure

        public void configure​(elki.utilities.optionhandling.parameterization.Parameterization config)
        Specified by:
        configure in interface elki.utilities.optionhandling.Parameterizer
      • make

        public BetulaGMM make()
        Specified by:
        make in interface elki.utilities.optionhandling.Parameterizer