public static class FlexibleLOF.LOFResult<O> extends Object
FlexibleLOF
algorithm.Modifier and Type | Field and Description |
---|---|
private KNNQuery<O> |
kNNReach
The kNN query w.r.t. the reachability distance.
|
private KNNQuery<O> |
kNNRefer
The kNN query w.r.t. the reference neighborhood distance.
|
private WritableDoubleDataStore |
lofs
The LOF values of the objects.
|
private WritableDoubleDataStore |
lrds
The LRD values of the objects.
|
private OutlierResult |
result
The result of the run of the
FlexibleLOF algorithm. |
private RKNNQuery<O> |
rkNNReach
The rkNN query w.r.t. the reachability distance.
|
private RKNNQuery<O> |
rkNNRefer
The RkNN query w.r.t. the reference neighborhood distance.
|
Constructor and Description |
---|
FlexibleLOF.LOFResult(OutlierResult result,
KNNQuery<O> kNNRefer,
KNNQuery<O> kNNReach,
WritableDoubleDataStore lrds,
WritableDoubleDataStore lofs)
Encapsulates information generated during a run of the
FlexibleLOF algorithm. |
Modifier and Type | Method and Description |
---|---|
KNNQuery<O> |
getKNNReach()
Get the knn query for the reachability set.
|
KNNQuery<O> |
getKNNRefer()
Get the knn query for the reference set.
|
WritableDoubleDataStore |
getLofs()
Get the LOF data store.
|
WritableDoubleDataStore |
getLrds()
Get the LRD data store.
|
OutlierResult |
getResult()
Get the outlier result.
|
RKNNQuery<O> |
getRkNNReach()
Get the RkNN query for the reachability set.
|
RKNNQuery<O> |
getRkNNRefer()
Get the RkNN query for the reference set.
|
void |
setRkNNReach(RKNNQuery<O> rkNNReach)
Sets the RkNN query w.r.t. the reachability distance.
|
void |
setRkNNRefer(RKNNQuery<O> rkNNRefer)
Sets the RkNN query w.r.t. the reference neighborhood distance.
|
private OutlierResult result
FlexibleLOF
algorithm.private final KNNQuery<O> kNNRefer
private final WritableDoubleDataStore lrds
private final WritableDoubleDataStore lofs
public FlexibleLOF.LOFResult(OutlierResult result, KNNQuery<O> kNNRefer, KNNQuery<O> kNNReach, WritableDoubleDataStore lrds, WritableDoubleDataStore lofs)
FlexibleLOF
algorithm.result
- the result of the run of the FlexibleLOF
algorithmkNNRefer
- the kNN query w.r.t. the reference neighborhood distancekNNReach
- the kNN query w.r.t. the reachability distancelrds
- the LRD values of the objectslofs
- the LOF values of the objectspublic KNNQuery<O> getKNNRefer()
public KNNQuery<O> getKNNReach()
public WritableDoubleDataStore getLrds()
public WritableDoubleDataStore getLofs()
public OutlierResult getResult()
FlexibleLOF
algorithmpublic void setRkNNRefer(RKNNQuery<O> rkNNRefer)
rkNNRefer
- the query to setpublic RKNNQuery<O> getRkNNRefer()
public RKNNQuery<O> getRkNNReach()
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.