org.gcube.dataanalysis.ecoengine.interfaces
Interface Clusterer

All Known Implementing Classes:
DBScan

public interface Clusterer


Method Summary
 void cluster()
           
 String getDescription()
           
 INFRASTRUCTURE getInfrastructure()
           
 List<StatisticalType> getInputParameters()
           
 StatisticalType getOutput()
           
 float getStatus()
           
 void init()
           
 void setConfiguration(AlgorithmConfiguration config)
           
 void shutdown()
           
 

Method Detail

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.