Packages

class DistADConfig extends Serializable

This class gets a config file path and reads the values from the config file

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DistADConfig
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DistADConfig(path: String)

    path

    the path of the config file

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val BISECTINGKMEANS: String
  5. val CONOD: String
  6. val FULL: String
  7. val IQR: String
  8. val LITERAL2FEATURE: String
  9. val MAD: String
  10. val MINHASHLSH: String
  11. val MULTIFEATURE: String
  12. val NUMERICLITERAL: String
  13. val PARTIAL: String

    Static values

  14. val PIVOT: String
  15. val PREDICATE: String
  16. val ZSCORE: String
  17. var anomalyDetectionAlgorithm: String
  18. var anomalyDetectionType: String
  19. var anomalyListSize: Int
  20. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  21. val cfg: Config
  22. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  23. var clusteringMethod: String
  24. var clusteringType: String
  25. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  27. var featureExtractor: String
  28. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  29. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  30. var inputData: String
  31. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  32. var l2fDepth: Int

    Literal2Feature

  33. var l2fSeedNumber: Int
  34. var maxSampleForIF: Int

    Isolation Forest

  35. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  36. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  37. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  38. var numEstimatorsForIF: Int
  39. var numberOfClusters: Int
  40. var pairWiseDistanceThreshold: Double

    CONOD

  41. var resultFilePath: String
  42. var silhouetteMethod: Boolean
  43. var silhouetteMethodSamplingRate: Double
  44. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  45. def toString(): String
    Definition Classes
    DistADConfig → AnyRef → Any
  46. var verbose: Boolean
  47. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  49. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. var writeResultToFile: Boolean

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped