org.gcube.dataanalysis.ecoengine.interfaces
Interface Clusterer
- All Known Implementing Classes:
- DBScan
public interface Clusterer
getInfrastructure
INFRASTRUCTURE getInfrastructure()
init
void init()
throws Exception
- Throws:
Exception
setConfiguration
void setConfiguration(AlgorithmConfiguration config)
shutdown
void shutdown()
getStatus
float getStatus()
getDescription
String getDescription()
getInputParameters
List<StatisticalType> getInputParameters()
getOutput
StatisticalType getOutput()
cluster
void cluster()
throws Exception
- Throws:
Exception
Copyright © 2012. All Rights Reserved.