public class CanopyReduceTask
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
CanopyReduceTask() |
| Modifier and Type | Method and Description |
|---|---|
static weka.core.Instances |
getPrimingDataForDistanceFunction(weka.core.Instances headerWithSummary) |
weka.clusterers.Clusterer |
reduceCanopies(java.util.List<weka.clusterers.Clusterer> canopies,
weka.core.Instances headerWithSummary) |
void |
setAggregationT1(double t1) |
void |
setAggregationT2(double t2) |
void |
setMaxFinalNumCanopies(int max) |
public void setMaxFinalNumCanopies(int max)
public void setAggregationT1(double t1)
public void setAggregationT2(double t2)
public weka.clusterers.Clusterer reduceCanopies(java.util.List<weka.clusterers.Clusterer> canopies,
weka.core.Instances headerWithSummary)
throws DistributedWekaException
DistributedWekaExceptionpublic static weka.core.Instances getPrimingDataForDistanceFunction(weka.core.Instances headerWithSummary)
throws DistributedWekaException
DistributedWekaException