Package elki.clustering.optics
Class OPTICSXi.SteepAreaResult
- java.lang.Object
-
- elki.clustering.optics.OPTICSXi.SteepAreaResult
-
- All Implemented Interfaces:
IterableResult<OPTICSXi.SteepArea>,java.lang.Iterable<OPTICSXi.SteepArea>
- Enclosing class:
- OPTICSXi
public static class OPTICSXi.SteepAreaResult extends java.lang.Object implements IterableResult<OPTICSXi.SteepArea>
Result containing the xi-steep areas.- Author:
- Erich Schubert
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.util.Collection<OPTICSXi.SteepArea>areasStorage
-
Constructor Summary
Constructors Constructor Description SteepAreaResult(java.util.Collection<OPTICSXi.SteepArea> areas)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Iterator<OPTICSXi.SteepArea>iterator()Retrieve an iterator for the result.
-
-
-
Field Detail
-
areas
java.util.Collection<OPTICSXi.SteepArea> areas
Storage
-
-
Constructor Detail
-
SteepAreaResult
public SteepAreaResult(java.util.Collection<OPTICSXi.SteepArea> areas)
Constructor.- Parameters:
areas- Areas
-
-
Method Detail
-
iterator
public java.util.Iterator<OPTICSXi.SteepArea> iterator()
Description copied from interface:IterableResultRetrieve an iterator for the result.- Specified by:
iteratorin interfacejava.lang.Iterable<OPTICSXi.SteepArea>- Specified by:
iteratorin interfaceIterableResult<OPTICSXi.SteepArea>- Returns:
- iterator
-
-