public interface OutlierAlgorithm extends Algorithm
Modifier and Type | Method and Description |
---|---|
OutlierResult |
run(Database database)
Runs the algorithm.
|
getInputTypeRestriction
OutlierResult run(Database database) throws IllegalStateException
Algorithm
run
in interface Algorithm
database
- the database to run the algorithm onIllegalStateException
- if the algorithm has not been initialized
properly (e.g. the setParameters(String[]) method has been failed
to be called).