
public interface OutlierAlgorithm extends Algorithm
| Modifier and Type | Method and Description |
|---|---|
OutlierResult |
run(Database database)
Runs the algorithm.
|
getInputTypeRestrictionOutlierResult run(Database database) throws IllegalStateException
Algorithmrun in interface Algorithmdatabase - 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).