public static class OPTICSXi.SteepAreaResult extends java.lang.Object implements IterableResult<OPTICSXi.SteepArea>
Modifier and Type | Field and Description |
---|---|
(package private) java.util.Collection<OPTICSXi.SteepArea> |
areas
Storage
|
Constructor and Description |
---|
SteepAreaResult(java.util.Collection<OPTICSXi.SteepArea> areas)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLongName()
A "pretty" name for the result, for use in titles, captions and menus.
|
java.lang.String |
getShortName()
A short name for the result, useful for file names.
|
java.util.Iterator<OPTICSXi.SteepArea> |
iterator()
Retrieve an iterator for the result.
|
java.util.Collection<OPTICSXi.SteepArea> areas
public SteepAreaResult(java.util.Collection<OPTICSXi.SteepArea> areas)
areas
- Areaspublic java.lang.String getLongName()
Result
getLongName
in interface Result
public java.lang.String getShortName()
Result
getShortName
in interface Result
public java.util.Iterator<OPTICSXi.SteepArea> iterator()
IterableResult
iterator
in interface IterableResult<OPTICSXi.SteepArea>
iterator
in interface java.lang.Iterable<OPTICSXi.SteepArea>
Copyright © 2019 ELKI Development Team. License information.