Uses of Interface
weka.clusterers.Clusterer
Package
Description
-
Uses of Clusterer in weka.attributeSelection
Modifier and TypeMethodDescriptionabstract Clusterer
UnsupervisedSubsetEvaluator.getClusterer()
Get the clustererModifier and TypeMethodDescriptionabstract void
UnsupervisedSubsetEvaluator.setClusterer
(Clusterer d) Set the clusterer to use -
Uses of Clusterer in weka.clusterers
Modifier and TypeInterfaceDescriptioninterface
Interface for clusterers that can estimate the density for a given instance.Modifier and TypeClassDescriptionclass
Abstract clusterer.class
Abstract clustering model that produces (for each test instance) an estimate of the membership in each cluster (ie.class
Cluster data using the capopy clustering algorithm, which requires just one pass over the data.class
Class implementing the Cobweb and Classit clustering algorithms.
Note: the application of node operators (merging, splitting etc.) in terms of ordering and priority differs (and is somewhat ambiguous) between the original Cobweb and Classit papers.class
Simple EM (expectation maximisation) class.
EM assigns a probability distribution to each instance which indicates the probability of it belonging to each of the clusters.class
Cluster data using the FarthestFirst algorithm.
For more information see:
Hochbaum, Shmoys (1985).class
Class for running an arbitrary clusterer on data that has been passed through an arbitrary filter.class
Hierarchical clustering class.class
Class for wrapping a Clusterer to make it return a distribution and density.class
Abstract utility class for handling settings common to randomizable clusterers.class
Abstract utility class for handling settings common to randomizable clusterers.class
Abstract utility class for handling settings common to randomizable clusterers.class
Cluster data using the k means algorithm.class
Meta-clusterer for enhancing a base clusterer.Modifier and TypeMethodDescriptionstatic Clusterer
Creates a new instance of a clusterer given it's class name and (optional) arguments to pass to it's setOptions method.CheckClusterer.getClusterer()
Get the clusterer used as the clustererMakeDensityBasedClusterer.getClusterer()
Gets the clusterer being wrapped.SingleClustererEnhancer.getClusterer()
Get the clusterer used as the base clusterer.static Clusterer[]
AbstractClusterer.makeCopies
(Clusterer model, int num) Creates copies of the current clusterer.static Clusterer
Creates a deep copy of the given clusterer using serialization.Modifier and TypeMethodDescriptionstatic String
ClusterEvaluation.evaluateClusterer
(Clusterer clusterer, String[] options) Evaluates a clusterer with the options given in an array of strings.static Clusterer[]
AbstractClusterer.makeCopies
(Clusterer model, int num) Creates copies of the current clusterer.static Clusterer
Creates a deep copy of the given clusterer using serialization.static void
AbstractClusterer.runClusterer
(Clusterer clusterer, String[] options) runs the clusterer instance with the given options.void
CheckClusterer.setClusterer
(Clusterer newClusterer) Set the clusterer for testing.void
ClusterEvaluation.setClusterer
(Clusterer clusterer) set the clusterervoid
MakeDensityBasedClusterer.setClusterer
(Clusterer toWrap) Sets the clusterer to wrap.void
SingleClustererEnhancer.setClusterer
(Clusterer value) Set the base clusterer.ModifierConstructorDescriptionMakeDensityBasedClusterer
(Clusterer toWrap) Contructs a MakeDensityBasedClusterer wrapping a given Clusterer. -
Uses of Clusterer in weka.filters.unsupervised.attribute
Modifier and TypeMethodDescriptionAddCluster.getClusterer()
Gets the clusterer used by the filter.Modifier and TypeMethodDescriptionvoid
AddCluster.setClusterer
(Clusterer clusterer) Sets the clusterer to assign clusters with. -
Uses of Clusterer in weka.gui.beans
Modifier and TypeMethodDescriptionBatchClustererEvent.getClusterer()
Get the clustererClusterer.getClusterer()
Get the clusterer currently set for this wrapperModifier and TypeMethodDescriptionvoid
Clusterer.setClusterer
(Clusterer c) Set the clusterer for this wrapperModifierConstructorDescriptionBatchClustererEvent
(Object source, Clusterer scheme, DataSetEvent tstI, int setNum, int maxSetNum, int testOrTrain) Creates a newBatchClustererEvent
instance. -
Uses of Clusterer in weka.gui.explorer
Modifier and TypeMethodDescriptionClustererAssignmentsPlotInstances.getClusterer()
Returns the currently set clusterer.Modifier and TypeMethodDescriptionvoid
ClustererAssignmentsPlotInstances.setClusterer
(Clusterer value) Sets the classifier used for making the predictions. -
Uses of Clusterer in weka.knowledgeflow.steps
Modifier and TypeMethodDescriptionClusterer.getClusterer()
Get the clusterer to trainClusterer.processPrimary
(Integer setNum, Integer maxSetNum, Data data, PairedDataHelper<Clusterer> helper) Process a training split (primary data handled by the PairedDataHelper)Modifier and TypeMethodDescriptionvoid
Clusterer.setClusterer
(Clusterer clusterer) Set the clusterer to trainModifier and TypeMethodDescriptionClusterer.processPrimary
(Integer setNum, Integer maxSetNum, Data data, PairedDataHelper<Clusterer> helper) Process a training split (primary data handled by the PairedDataHelper)void
Clusterer.processSecondary
(Integer setNum, Integer maxSetNum, Data data, PairedDataHelper<Clusterer> helper) Process a test split/fold (secondary data handled by PairedDataHelper)