|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.lmu.ifi.dbs.elki.result.AbstractHierarchicalResult de.lmu.ifi.dbs.elki.result.BasicResult de.lmu.ifi.dbs.elki.result.outlier.OutlierResult
public class OutlierResult
Wrap a typical Outlier result, keeping direct references to the main result parts.
Field Summary | |
---|---|
private OutlierScoreMeta |
meta
Outlier score meta information |
private OrderingResult |
ordering
Outlier ordering. |
private Relation<Double> |
scores
Outlier scores. |
Constructor Summary | |
---|---|
OutlierResult(OutlierScoreMeta meta,
Relation<Double> scores)
Constructor. |
Method Summary | |
---|---|
OrderingResult |
getOrdering()
Get the outlier ordering |
OutlierScoreMeta |
getOutlierMeta()
Get the outlier score meta data |
Relation<Double> |
getScores()
Get the outlier scores association. |
Methods inherited from class de.lmu.ifi.dbs.elki.result.BasicResult |
---|
getLongName, getShortName |
Methods inherited from class de.lmu.ifi.dbs.elki.result.AbstractHierarchicalResult |
---|
addChildResult, getHierarchy, setHierarchy |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private OutlierScoreMeta meta
private Relation<Double> scores
private OrderingResult ordering
Constructor Detail |
---|
public OutlierResult(OutlierScoreMeta meta, Relation<Double> scores)
meta
- Outlier score metadata.scores
- Scores result.Method Detail |
---|
public OutlierScoreMeta getOutlierMeta()
public Relation<Double> getScores()
public OrderingResult getOrdering()
|
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |