Class COPAC.Settings

  • Enclosing class:
    COPAC

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

      Fields 
      Modifier and Type Field Description
      double epsilon
      Epsilon value for GDBSCAN.
      elki.math.linearalgebra.pca.filter.EigenPairFilter filter
      Eigenpair filter.
      int k
      Neighborhood size.
      int minpts
      MinPts parameter.
      elki.math.linearalgebra.pca.PCARunner pca
      Class to compute PCA.
    • 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 elki.math.linearalgebra.pca.PCARunner pca
        Class to compute PCA.
      • filter

        public elki.math.linearalgebra.pca.filter.EigenPairFilter filter
        Eigenpair filter.
      • epsilon

        public double epsilon
        Epsilon value for GDBSCAN.
      • minpts

        public int minpts
        MinPts parameter.
    • Constructor Detail

      • Settings

        public Settings()