de.lmu.ifi.dbs.elki.algorithm.outlier.trivial
Class TrivialNoOutlier
java.lang.Object
   de.lmu.ifi.dbs.elki.algorithm.AbstractAlgorithm<OutlierResult>
de.lmu.ifi.dbs.elki.algorithm.AbstractAlgorithm<OutlierResult>
       de.lmu.ifi.dbs.elki.algorithm.outlier.trivial.TrivialNoOutlier
de.lmu.ifi.dbs.elki.algorithm.outlier.trivial.TrivialNoOutlier
- All Implemented Interfaces: 
- Algorithm, OutlierAlgorithm, InspectionUtilFrequentlyScanned, Parameterizable
- public class TrivialNoOutlier 
- extends AbstractAlgorithm<OutlierResult>- implements OutlierAlgorithm
 
Trivial method that claims to find no outliers. Can be used as reference
 algorithm in comparisons.
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
logger
private static final Logging logger
- Our logger.
 
 
TrivialNoOutlier
public TrivialNoOutlier()
- Constructor.
 
getInputTypeRestriction
public TypeInformation[] getInputTypeRestriction()
- Description copied from class: AbstractAlgorithm
- Get the input type restriction used for negotiating the data query.
 
- 
- Specified by:
- getInputTypeRestrictionin interface- Algorithm
- Specified by:
- getInputTypeRestrictionin class- AbstractAlgorithm<OutlierResult>
 
- 
- Returns:
- Type restriction
 
run
public OutlierResult run(Relation<?> relation)
                  throws IllegalStateException
- Run the actual algorithm.
 
- 
 
- 
- Parameters:
- relation- Relation
- Returns:
- Result
- Throws:
- IllegalStateException
 
getLogger
protected Logging getLogger()
- Description copied from class: AbstractAlgorithm
- Get the (STATIC) logger for this class.
 
- 
- Specified by:
- getLoggerin class- AbstractAlgorithm<OutlierResult>
 
- 
- Returns:
- the static logger