public class DBScan extends Object implements Clusterer
| Modifier and Type | Field and Description |
|---|---|
static String |
clusterColumn |
static String |
clusterColumnType |
protected AlgorithmConfiguration |
config |
protected org.hibernate.SessionFactory |
dbHibConnection |
protected String |
epsilon |
protected String |
FeaturesColumnNames |
protected boolean |
initrapidminer |
protected String |
minPoints |
protected String |
OccurrencePointsClusterLabel |
protected String |
OccurrencePointsClusterTable |
protected String |
OccurrencePointsTable |
static String |
outliersColumn |
static String |
outliersColumnType |
protected com.rapidminer.example.ExampleSet |
points |
protected ArrayList<ArrayList<String>> |
rows |
protected double[][] |
samplesVector |
protected float |
status |
| Constructor and Description |
|---|
DBScan() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BuildClusterTable(com.rapidminer.operator.IOObject[] outputvector) |
void |
compute() |
String |
getDescription() |
INFRASTRUCTURE |
getInfrastructure() |
List<StatisticalType> |
getInputParameters() |
StatisticalType |
getOutput() |
String |
getResourceLoad() |
String |
getResources() |
protected void |
getSamples() |
float |
getStatus() |
void |
init() |
static void |
main(String[] args) |
static void |
mainCluster(String[] args) |
static void |
mainRandom(String[] args) |
void |
produceSamples(double[][] sampleVectors) |
void |
setConfiguration(AlgorithmConfiguration config) |
void |
shutdown() |
protected AlgorithmConfiguration config
protected String epsilon
protected String minPoints
protected com.rapidminer.example.ExampleSet points
protected String OccurrencePointsTable
protected String OccurrencePointsClusterLabel
protected String OccurrencePointsClusterTable
protected String FeaturesColumnNames
protected float status
protected org.hibernate.SessionFactory dbHibConnection
protected double[][] samplesVector
public static String clusterColumn
public static String clusterColumnType
public static String outliersColumn
public static String outliersColumnType
protected boolean initrapidminer
public INFRASTRUCTURE getInfrastructure()
getInfrastructure in interface ComputationalAgentpublic void init()
throws Exception
init in interface ComputationalAgentExceptionpublic void setConfiguration(AlgorithmConfiguration config)
setConfiguration in interface ComputationalAgentpublic void produceSamples(double[][] sampleVectors)
throws Exception
Exceptionpublic void compute()
throws Exception
compute in interface ComputationalAgentExceptionprotected void BuildClusterTable(com.rapidminer.operator.IOObject[] outputvector)
throws Exception
Exceptionpublic void shutdown()
shutdown in interface ComputationalAgentpublic float getStatus()
getStatus in interface ComputationalAgentpublic StatisticalType getOutput()
getOutput in interface ComputationalAgentpublic List<StatisticalType> getInputParameters()
getInputParameters in interface ComputationalAgentpublic String getDescription()
getDescription in interface ComputationalAgentpublic String getResourceLoad()
getResourceLoad in interface ComputationalAgentpublic String getResources()
getResources in interface ComputationalAgentCopyright © 2016. All Rights Reserved.