Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

Uses of Class
de.lmu.ifi.dbs.elki.result.outlier.OutlierResult

Packages that use OutlierResult
de.lmu.ifi.dbs.elki.algorithm.outlier Outlier detection algorithms 
de.lmu.ifi.dbs.elki.evaluation.histogram Functionality for the evaluation of algorithms using histograms. 
de.lmu.ifi.dbs.elki.result Result types, representation and handling 
de.lmu.ifi.dbs.elki.utilities.scaling.outlier Scaling of Outlier scores, that require a statistical analysis of the occurring values 
de.lmu.ifi.dbs.elki.visualization.visualizers.vis2d Visualizers based on 2D projections. 
 

Uses of OutlierResult in de.lmu.ifi.dbs.elki.algorithm.outlier
 

Methods in de.lmu.ifi.dbs.elki.algorithm.outlier that return OutlierResult
 OutlierResult ABOD.getFastRanking(Database<V> database, int k, int sampleSize)
          Main part of the algorithm.
 OutlierResult ABOD.getRanking(Database<V> database, int k)
          Main part of the algorithm.
protected  OutlierResult LOCI.runInTime(Database<O> database)
          Runs the algorithm in the timed evaluation part.
protected  OutlierResult LoOP.runInTime(Database<O> database)
          Performs the LoOP algorithm on the given database.
protected  OutlierResult AbstractDBOutlier.runInTime(Database<O> database)
          Runs the algorithm in the timed evaluation part.
protected  OutlierResult LDOF.runInTime(Database<O> database)
           
protected  OutlierResult KNNWeightOutlier.runInTime(Database<O> database)
          Runs the algorithm in the timed evaluation part.
protected  OutlierResult KNNOutlier.runInTime(Database<O> database)
          Runs the algorithm in the timed evaluation part.
protected  OutlierResult LOF.runInTime(Database<O> database)
          Performs the Generalized LOF_SCORE algorithm on the given database.
protected  OutlierResult ReferenceBasedOutlierDetection.runInTime(Database<V> database)
          Runs the algorithm in the timed evaluation part.
protected  OutlierResult EMOutlier.runInTime(Database<V> database)
          Runs the algorithm in the timed evaluation part.
protected  OutlierResult GaussianModel.runInTime(Database<V> database)
           
protected  OutlierResult GaussianUniformMixture.runInTime(Database<V> database)
           
protected  OutlierResult SOD.runInTime(Database<V> database)
          Performs the SOD algorithm on the given database.
protected  OutlierResult ABOD.runInTime(Database<V> database)
           
 

Uses of OutlierResult in de.lmu.ifi.dbs.elki.evaluation.histogram
 

Methods in de.lmu.ifi.dbs.elki.evaluation.histogram that return OutlierResult
private  OutlierResult ComputeOutlierHistogram.getOutlierResult(Database<O> database, Result result)
          Find an OutlierResult to work with.
 

Uses of OutlierResult in de.lmu.ifi.dbs.elki.result
 

Methods in de.lmu.ifi.dbs.elki.result that return types with arguments of type OutlierResult
static List<OutlierResult> ResultUtil.getOutlierResults(Result r)
          Collect all outlier results from a Result
 

Uses of OutlierResult in de.lmu.ifi.dbs.elki.utilities.scaling.outlier
 

Methods in de.lmu.ifi.dbs.elki.utilities.scaling.outlier with parameters of type OutlierResult
private static double MultiplicativeInverseScaling.getScaleValue(Database<?> db, OutlierResult or)
          Compute the scaling value in a linear scan over the annotation.
 void MultiplicativeInverseScaling.prepare(Database<?> db, Result result, OutlierResult or)
           
 void MinusLogGammaScaling.prepare(Database<?> db, Result result, OutlierResult or)
           
 void SqrtStandardDeviationScaling.prepare(Database<?> db, Result result, OutlierResult or)
           
 void TopKOutlierScaling.prepare(Database<?> db, Result result, OutlierResult or)
           
 void OutlierScalingFunction.prepare(Database<?> db, Result result, OutlierResult or)
          Prepare is called once for each data set, before getScaled() will be called.
 void OutlierLinearScaling.prepare(Database<?> db, Result result, OutlierResult or)
           
 void OutlierGammaScaling.prepare(Database<?> db, Result result, OutlierResult or)
           
 void OutlierMinusLogScaling.prepare(Database<?> db, Result result, OutlierResult or)
           
 void MinusLogStandardDeviationScaling.prepare(Database<?> db, Result result, OutlierResult or)
           
 void OutlierSqrtScaling.prepare(Database<?> db, Result result, OutlierResult or)
           
 void StandardDeviationScaling.prepare(Database<?> db, Result result, OutlierResult or)
           
 

Uses of OutlierResult in de.lmu.ifi.dbs.elki.visualization.visualizers.vis2d
 

Methods in de.lmu.ifi.dbs.elki.visualization.visualizers.vis2d with parameters of type OutlierResult
 void BubbleVisualizer.init(String name, VisualizerContext context, OutlierResult result)
          Initializes this Visualizer.
 void TooltipVisualizer.init(String name, VisualizerContext context, OutlierResult result)
          Initializes this Visualizer.
 


Release 0.3 (2010-03-31_1612)