package anomalydetection
- Alphabetic
- Public
- All
Type Members
-
class
CONOD extends Serializable
This is the modified version of CONOD which can work on any arbitrary RDF data.
This is the modified version of CONOD which can work on any arbitrary RDF data. The original CONOD was only working on DBpedia. By changing the similarity function now it is generic
-
class
DistADConfig extends Serializable
This class gets a config file path and reads the values from the config file
-
class
MultiFeatureAnomalyDetection extends AnyRef
This class runs multi-feature anomaly detection based on IsolationForest algorithm
-
class
NumericLiteralAnomalyDetection extends AnyRef
This class runs anomaly detection on the level of numeric literals
-
class
PredicateAnomalyDetection extends AnyRef
This class runs anomaly detection on the level of predicates
Value Members
-
object
AnomalyDetectionDispatcher
This class is responsible to read the config file from a path and based on the values in config file initiate the right class for anomaly detection
- object DistADLogger extends Serializable
-
object
DistADUtil
This class gathers all the utilities needed for distributed anomaly detection