
| Modifier and Type | Field and Description | 
|---|---|
| (package private) DBIDs | sampleThe 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()
ResultgetLongName in interface Resultpublic String getShortName()
ResultgetShortName in interface Result