de.lmu.ifi.dbs.elki.result
Class ReferencePointsResult<O>
java.lang.Object
de.lmu.ifi.dbs.elki.result.AbstractHierarchicalResult
de.lmu.ifi.dbs.elki.result.BasicResult
de.lmu.ifi.dbs.elki.result.CollectionResult<O>
de.lmu.ifi.dbs.elki.result.ReferencePointsResult<O>
- Type Parameters:
O
- data type
- All Implemented Interfaces:
- HierarchicalResult, IterableResult<O>, Result, Iterable<O>
public class ReferencePointsResult<O>
- extends CollectionResult<O>
Result used in passing the reference points to the visualizers.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReferencePointsResult
public ReferencePointsResult(String name,
String shortname,
Collection<O> col)
- Constructor with collection only.
- Parameters:
name
- The long name (for pretty printing)shortname
- the short name (for filenames etc.)col
- Reference Points
ReferencePointsResult
public ReferencePointsResult(String name,
String shortname,
Collection<O> col,
Collection<String> header)
- Full constructor.
- Parameters:
name
- The long name (for pretty printing)shortname
- the short name (for filenames etc.)col
- Reference Pointsheader
- Header