Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

de.lmu.ifi.dbs.elki.result
Class ReferencePointsResult<O>

java.lang.Object
  extended by de.lmu.ifi.dbs.elki.result.CollectionResult<O>
      extended by de.lmu.ifi.dbs.elki.result.ReferencePointsResult<O>
Type Parameters:
O - data type
All Implemented Interfaces:
IterableResult<O>, Result, Iterable<O>

public class ReferencePointsResult<O>
extends CollectionResult<O>

Result used in passing the reference points to the visualizers.

Author:
Erich Schubert

Constructor Summary
ReferencePointsResult(Collection<O> col)
          Constructor with collection only.
ReferencePointsResult(Collection<O> col, Collection<String> header)
          Full constructor.
 
Method Summary
 String getName()
          Get a user-understandable name for this result.
 
Methods inherited from class de.lmu.ifi.dbs.elki.result.CollectionResult
addHeader, getHeader, iterator, size
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReferencePointsResult

public ReferencePointsResult(Collection<O> col)
Constructor with collection only.

Parameters:
col - Reference Points

ReferencePointsResult

public ReferencePointsResult(Collection<O> col,
                             Collection<String> header)
Full constructor.

Parameters:
col - Reference Points
header - Header
Method Detail

getName

public String getName()
Description copied from interface: Result
Get a user-understandable name for this result. Defaults may be returned such as "list" for a list result.

Specified by:
getName in interface Result
Overrides:
getName in class CollectionResult<O>
Returns:
result name

Release 0.3 (2010-03-31_1612)