Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

Uses of Class
de.lmu.ifi.dbs.elki.result.MultiResult

Packages that use MultiResult
de.lmu.ifi.dbs.elki ELKI framework "Environment for Developing KDD-Applications Supported by Index-Structures" KDDTask is the main class of the ELKI-Framework for command-line interaction. 
de.lmu.ifi.dbs.elki.algorithm.clustering Clustering algorithms Clustering algorithms are supposed to implement the Algorithm-Interface. 
de.lmu.ifi.dbs.elki.algorithm.outlier Outlier detection algorithms 
de.lmu.ifi.dbs.elki.evaluation Functionality for the evaluation of algorithms. 
de.lmu.ifi.dbs.elki.result Result types, representation and handling 
de.lmu.ifi.dbs.elki.visualization Visualization package of ELKI. 
 

Uses of MultiResult in de.lmu.ifi.dbs.elki
 

Fields in de.lmu.ifi.dbs.elki declared as MultiResult
(package private)  MultiResult KDDTask.result
          Store the result.
 

Methods in de.lmu.ifi.dbs.elki that return MultiResult
 MultiResult KDDTask.getResult()
          Get the algorithms result.
 

Uses of MultiResult in de.lmu.ifi.dbs.elki.algorithm.clustering
 

Fields in de.lmu.ifi.dbs.elki.algorithm.clustering declared as MultiResult
protected  MultiResult SLINK.result
          Provides the result of the algorithm.
 

Methods in de.lmu.ifi.dbs.elki.algorithm.clustering that return MultiResult
 MultiResult SLINK.getResult()
          Returns the result of the algorithm.
protected  MultiResult SLINK.runInTime(Database<O> database)
          Performs the SLINK algorithm on the given database.
 

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

Fields in de.lmu.ifi.dbs.elki.algorithm.outlier declared as MultiResult
(package private)  MultiResult LOCI.result
          Provides the result of the algorithm.
(package private)  MultiResult ABOD.result
          Result storage.
(package private)  MultiResult LOF.result
          Provides the result of the algorithm.
private  MultiResult SOD.sodResult
          Holds the result.
 

Methods in de.lmu.ifi.dbs.elki.algorithm.outlier that return MultiResult
 MultiResult ABOD.getFastRanking(Database<V> database, int k, int sampleSize)
          Main part of the algorithm.
 MultiResult ABOD.getRanking(Database<V> database, int k)
          Main part of the algorithm.
 MultiResult LOCI.getResult()
          Return result.
 MultiResult SOD.getResult()
           
 MultiResult ABOD.getResult()
          Return the results of the last run.
 MultiResult LOF.getResult()
           
protected  MultiResult LOCI.runInTime(Database<O> database)
          Runs the algorithm in the timed evaluation part.
protected  MultiResult LOF.runInTime(Database<O> database)
          Performs the Generalized LOF_SCORE algorithm on the given database.
protected  MultiResult SOD.runInTime(Database<V> database)
          Performs the SOD algorithm on the given database.
protected  MultiResult ABOD.runInTime(Database<V> database)
           
 

Uses of MultiResult in de.lmu.ifi.dbs.elki.evaluation
 

Fields in de.lmu.ifi.dbs.elki.evaluation declared as MultiResult
private  MultiResult ComputeROCCurve.result
          Stores the result object.
 

Methods in de.lmu.ifi.dbs.elki.evaluation that return MultiResult
 MultiResult ComputeROCCurve.getResult()
           
protected  MultiResult ComputeROCCurve.runInTime(Database<O> database)
           
 

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

Methods in de.lmu.ifi.dbs.elki.result with parameters of type MultiResult
static
<M> void
ResultUtil.setGlobalAssociation(MultiResult result, AssociationID<M> meta, M value)
          Set global meta association.
 

Uses of MultiResult in de.lmu.ifi.dbs.elki.visualization
 

Methods in de.lmu.ifi.dbs.elki.visualization with parameters of type MultiResult
private  IterableResult<Pair<Double,Double>> ResultROCCurveVisualizer.findCurveResult(MultiResult result)
           
 void ResultROCCurveVisualizer.processResult(Database<O> db, MultiResult result)
           
 


Release 0.2.1 (2009-07-13_1605)