org.gcube.dataanalysis.ecoengine.clustering
Class XMeansWrapper
java.lang.Object
org.gcube.dataanalysis.ecoengine.clustering.DBScan
org.gcube.dataanalysis.ecoengine.clustering.XMeansWrapper
- All Implemented Interfaces:
- Clusterer, ComputationalAgent
public class XMeansWrapper
- extends DBScan
Fields inherited from class org.gcube.dataanalysis.ecoengine.clustering.DBScan |
clusterColumn, clusterColumnType, config, dbHibConnection, epsilon, FeaturesColumnNames, initrapidminer, minPoints, OccurrencePointsClusterLabel, OccurrencePointsClusterTable, OccurrencePointsTable, outliersColumn, outliersColumnType, points, rows, samplesVector, status |
Methods inherited from class org.gcube.dataanalysis.ecoengine.clustering.DBScan |
BuildClusterTable, getInfrastructure, getOutput, getResourceLoad, getResources, getSamples, getStatus, init, mainCluster, mainRandom, produceSamples, shutdown |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMeansWrapper
public XMeansWrapper()
main1
public static void main1(String[] args)
throws Exception
- Throws:
Exception
main
public static void main(String[] args)
throws Exception
- Throws:
Exception
getInputParameters
public List<StatisticalType> getInputParameters()
- Specified by:
getInputParameters
in interface ComputationalAgent
- Overrides:
getInputParameters
in class DBScan
getDescription
public String getDescription()
- Specified by:
getDescription
in interface ComputationalAgent
- Overrides:
getDescription
in class DBScan
setConfiguration
public void setConfiguration(AlgorithmConfiguration config)
- Specified by:
setConfiguration
in interface ComputationalAgent
- Overrides:
setConfiguration
in class DBScan
compute
public void compute()
throws Exception
- Specified by:
compute
in interface ComputationalAgent
- Overrides:
compute
in class DBScan
- Throws:
Exception
BuildClusterTable
protected void BuildClusterTable(int[] clusteringAssignments,
int[] counters)
throws Exception
- Throws:
Exception
Copyright © 2012. All Rights Reserved.