|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.lmu.ifi.dbs.elki.algorithm.clustering.OPTICSXi.SteepAreaResult
public static class OPTICSXi.SteepAreaResult
Result containing the chi-steep areas.
Field Summary | |
---|---|
(package private) Collection<OPTICSXi.SteepArea> |
areas
Storage |
Constructor Summary | |
---|---|
OPTICSXi.SteepAreaResult(Collection<OPTICSXi.SteepArea> areas)
Constructor. |
Method Summary | |
---|---|
String |
getLongName()
A "pretty" name for the result, for use in titles, captions and menus. |
String |
getShortName()
A short name for the result, useful for file names. |
Iterator<OPTICSXi.SteepArea> |
iterator()
Retrieve an iterator for the result. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
Collection<OPTICSXi.SteepArea> areas
Constructor Detail |
---|
public OPTICSXi.SteepAreaResult(Collection<OPTICSXi.SteepArea> areas)
areas
- AreasMethod Detail |
---|
public String getLongName()
Result
getLongName
in interface Result
public String getShortName()
Result
getShortName
in interface Result
public Iterator<OPTICSXi.SteepArea> iterator()
IterableResult
iterator
in interface IterableResult<OPTICSXi.SteepArea>
iterator
in interface Iterable<OPTICSXi.SteepArea>
|
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |