Class COPAC.Settings

  • Enclosing class:
    COPAC

    public static class COPAC.Settings
    extends java.lang.Object
    Class to wrap the COPAC settings.
    Author:
    Erich Schubert
    • Constructor Summary

      Constructors 
      Constructor Description
      Settings()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • k

        public int k
        Neighborhood size.
      • pca

        public PCARunner pca
        Class to compute PCA.
      • epsilon

        public double epsilon
        Epsilon value for GDBSCAN.
      • minpts

        public int minpts
        MinPts parameter.
    • Constructor Detail

      • Settings

        public Settings()