Modifier and Type | Field and Description |
---|---|
(package private) DBIDs |
sample
The actual selection
|
Constructor and Description |
---|
SamplingResult(Relation<?> rel)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getLongName()
A "pretty" name for the result, for use in titles, captions and menus.
|
DBIDs |
getSample() |
String |
getShortName()
A short name for the result, useful for file names.
|
void |
setSample(DBIDs sample)
Note: trigger a resultchanged event!
|
DBIDs sample
public SamplingResult(Relation<?> rel)
rel
- Relationpublic DBIDs getSample()
public void setSample(DBIDs sample)
sample
- the new samplepublic String getLongName()
Result
getLongName
in interface Result
public String getShortName()
Result
getShortName
in interface Result
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.