class DistADConfig extends Serializable
This class gets a config file path and reads the values from the config file
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DistADConfig
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
DistADConfig(path: String)
- path
the path of the config file
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val BISECTINGKMEANS: String
- val CONOD: String
- val FULL: String
- val IQR: String
- val LITERAL2FEATURE: String
- val MAD: String
- val MINHASHLSH: String
- val MULTIFEATURE: String
- val NUMERICLITERAL: String
-
val
PARTIAL: String
Static values
- val PIVOT: String
- val PREDICATE: String
- val ZSCORE: String
- var anomalyDetectionAlgorithm: String
- var anomalyDetectionType: String
- var anomalyListSize: Int
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val cfg: Config
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- var clusteringMethod: String
- var clusteringType: String
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- var featureExtractor: String
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- var inputData: String
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
var
l2fDepth: Int
Literal2Feature
- var l2fSeedNumber: Int
-
var
maxSampleForIF: Int
Isolation Forest
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- var numEstimatorsForIF: Int
- var numberOfClusters: Int
-
var
pairWiseDistanceThreshold: Double
CONOD
- var resultFilePath: String
- var silhouetteMethod: Boolean
- var silhouetteMethodSamplingRate: Double
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- DistADConfig → AnyRef → Any
- var verbose: Boolean
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- var writeResultToFile: Boolean
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.