de.lmu.ifi.dbs.elki.evaluation.index
Class IndexStatistics.IndexMetaResult

java.lang.Object
  extended by de.lmu.ifi.dbs.elki.result.AbstractHierarchicalResult
      extended by de.lmu.ifi.dbs.elki.result.BasicResult
          extended by de.lmu.ifi.dbs.elki.result.CollectionResult<Pair<String,String>>
              extended by de.lmu.ifi.dbs.elki.evaluation.index.IndexStatistics.IndexMetaResult
All Implemented Interfaces:
HierarchicalResult, IterableResult<Pair<String,String>>, Result, Iterable<Pair<String,String>>
Enclosing class:
IndexStatistics

public class IndexStatistics.IndexMetaResult
extends CollectionResult<Pair<String,String>>

Result class.


Constructor Summary
IndexStatistics.IndexMetaResult(Collection<Pair<String,String>> col, Collection<String> header)
          Constructor.
 
Method Summary
 
Methods inherited from class de.lmu.ifi.dbs.elki.result.CollectionResult
addHeader, getHeader, iterator, size
 
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
 
Methods inherited from interface de.lmu.ifi.dbs.elki.result.Result
getLongName, getShortName
 

Constructor Detail

IndexStatistics.IndexMetaResult

public IndexStatistics.IndexMetaResult(Collection<Pair<String,String>> col,
                                       Collection<String> header)
Constructor.

Parameters:
col - key value pairs
header - header

Release 0.4.0 (2011-09-20_1324)