|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OutlierAlgorithm
Generic super interface for outlier detection algorithms.
Method Summary | |
---|---|
OutlierResult |
run(Database database)
Runs the algorithm. |
Methods inherited from interface de.lmu.ifi.dbs.elki.algorithm.Algorithm |
---|
getInputTypeRestriction |
Method Detail |
---|
OutlierResult run(Database database) throws IllegalStateException
Algorithm
run
in interface Algorithm
database
- the database to run the algorithm on
IllegalStateException
- if the algorithm has not been initialized
properly (e.g. the setParameters(String[]) method has been failed
to be called).
|
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |