Uses of Class
weka.clusterers.Canopy
Packages that use Canopy
-
Uses of Canopy in weka.clusterers
Methods in weka.clusterers that return CanopyModifier and TypeMethodDescriptionstatic CanopyCanopy.aggregateCanopies(List<Canopy> canopies, double aggregationT1, double aggregationT2, NormalizableDistance finalDistanceFunction, Filter missingValuesReplacer, int finalNumCanopies) Aggregate the canopies from a list of Canopy clusterers together into one final model.Method parameters in weka.clusterers with type arguments of type CanopyModifier and TypeMethodDescriptionstatic CanopyCanopy.aggregateCanopies(List<Canopy> canopies, double aggregationT1, double aggregationT2, NormalizableDistance finalDistanceFunction, Filter missingValuesReplacer, int finalNumCanopies) Aggregate the canopies from a list of Canopy clusterers together into one final model.