Uses of Class
weka.core.Capabilities
Package
Description
-
Uses of Capabilities in weka.associations
Modifier and TypeMethodDescriptionAbstractAssociator.getCapabilities()
Returns the Capabilities of this associator.Apriori.getCapabilities()
Returns default capabilities of the classifier.Associator.getCapabilities()
Returns the Capabilities of this associator.FilteredAssociator.getCapabilities()
Returns default capabilities of the associator.FPGrowth.getCapabilities()
Returns default capabilities of the classifier.SingleAssociatorEnhancer.getCapabilities()
Returns default capabilities of the base associator. -
Uses of Capabilities in weka.attributeSelection
Modifier and TypeMethodDescriptionASEvaluation.getCapabilities()
Returns the capabilities of this evaluator.CfsSubsetEval.getCapabilities()
Returns the capabilities of this evaluator.ClassifierAttributeEval.getCapabilities()
Returns the capabilities of this evaluator.ClassifierSubsetEval.getCapabilities()
Returns the capabilities of this evaluator.CorrelationAttributeEval.getCapabilities()
Returns the capabilities of this evaluator.GainRatioAttributeEval.getCapabilities()
Returns the capabilities of this evaluator.InfoGainAttributeEval.getCapabilities()
Returns the capabilities of this evaluator.OneRAttributeEval.getCapabilities()
Returns the capabilities of this evaluator.PrincipalComponents.getCapabilities()
Returns the capabilities of this evaluator.ReliefFAttributeEval.getCapabilities()
Returns the capabilities of this evaluator.SymmetricalUncertAttributeEval.getCapabilities()
Returns the capabilities of this evaluator.WrapperSubsetEval.getCapabilities()
Returns the capabilities of this evaluator. -
Uses of Capabilities in weka.classifiers
Modifier and TypeMethodDescriptionAbstractClassifier.getCapabilities()
Returns the Capabilities of this classifier.Classifier.getCapabilities()
Returns the Capabilities of this classifier.MultipleClassifiersCombiner.getCapabilities()
Returns combined capabilities of the base classifiers, i.e., the capabilities all of them have in common.SingleClassifierEnhancer.getCapabilities()
Returns default capabilities of the base classifier. -
Uses of Capabilities in weka.classifiers.bayes
Modifier and TypeMethodDescriptionBayesNet.getCapabilities()
Returns default capabilities of the classifier.NaiveBayes.getCapabilities()
Returns default capabilities of the classifier.NaiveBayesMultinomial.getCapabilities()
Returns default capabilities of the classifier.NaiveBayesMultinomialText.getCapabilities()
Returns default capabilities of the classifier. -
Uses of Capabilities in weka.classifiers.functions
Modifier and TypeMethodDescriptionGaussianProcesses.getCapabilities()
Returns default capabilities of the classifier.LinearRegression.getCapabilities()
Returns default capabilities of the classifier.Logistic.getCapabilities()
Returns default capabilities of the classifier.MultilayerPerceptron.getCapabilities()
Returns default capabilities of the classifier.SGD.getCapabilities()
Returns default capabilities of the classifier.SGDText.getCapabilities()
Returns default capabilities of the classifier.SimpleLinearRegression.getCapabilities()
Returns default capabilities of the classifier.SimpleLogistic.getCapabilities()
Returns default capabilities of the classifier.SMO.getCapabilities()
Returns default capabilities of the classifier.SMOreg.getCapabilities()
Returns default capabilities of the classifier.VotedPerceptron.getCapabilities()
Returns default capabilities of the classifier. -
Uses of Capabilities in weka.classifiers.functions.supportVector
Modifier and TypeMethodDescriptionKernel.getCapabilities()
Returns the Capabilities of this kernel.PolyKernel.getCapabilities()
Returns the Capabilities of this kernel.PrecomputedKernelMatrixKernel.getCapabilities()
Returns the Capabilities of this kernel.Puk.getCapabilities()
Returns the Capabilities of this kernel.RBFKernel.getCapabilities()
Returns the Capabilities of this kernel.StringKernel.getCapabilities()
Returns the Capabilities of this kernel. -
Uses of Capabilities in weka.classifiers.lazy
Modifier and TypeMethodDescriptionIBk.getCapabilities()
Returns default capabilities of the classifier.KStar.getCapabilities()
Returns default capabilities of the classifier.LWL.getCapabilities()
Returns default capabilities of the classifier. -
Uses of Capabilities in weka.classifiers.meta
Modifier and TypeMethodDescriptionAdaBoostM1.getCapabilities()
Returns default capabilities of the classifier.AdditiveRegression.getCapabilities()
Returns default capabilities of the classifier.AttributeSelectedClassifier.getCapabilities()
Returns default capabilities of the classifier.ClassificationViaRegression.getCapabilities()
Returns default capabilities of the classifier.CostSensitiveClassifier.getCapabilities()
Returns default capabilities of the classifier.CVParameterSelection.getCapabilities()
Returns default capabilities of the classifier.FilteredClassifier.getCapabilities()
Returns default capabilities of the classifier.IterativeClassifierOptimizer.getCapabilities()
Returns default capabilities of the base classifier.LogitBoost.getCapabilities()
Returns default capabilities of the classifier.MultiClassClassifier.getCapabilities()
Returns default capabilities of the classifier.RegressionByDiscretization.getCapabilities()
Returns default capabilities of the classifier.Stacking.getCapabilities()
Returns combined capabilities of the base classifiers, i.e., the capabilities all of them have in common.Vote.getCapabilities()
Returns default capabilities of the classifier. -
Uses of Capabilities in weka.classifiers.misc
Modifier and TypeMethodDescriptionInputMappedClassifier.getCapabilities()
Returns default capabilities of the classifier.SerializedClassifier.getCapabilities()
Returns default capabilities of the base classifier. -
Uses of Capabilities in weka.classifiers.rules
Modifier and TypeMethodDescriptionDecisionTable.getCapabilities()
Returns default capabilities of the classifier.JRip.getCapabilities()
Returns default capabilities of the classifier.OneR.getCapabilities()
Returns default capabilities of the classifier.PART.getCapabilities()
Returns default capabilities of the classifier.ZeroR.getCapabilities()
Returns default capabilities of the classifier. -
Uses of Capabilities in weka.classifiers.trees
Modifier and TypeMethodDescriptionDecisionStump.getCapabilities()
Returns default capabilities of the classifier.HoeffdingTree.getCapabilities()
Returns default capabilities of the classifier.J48.getCapabilities()
Returns default capabilities of the classifier.LMT.getCapabilities()
Returns default capabilities of the classifier.RandomForest.getCapabilities()
Returns default capabilities of the base classifier.RandomTree.getCapabilities()
Returns default capabilities of the classifier.REPTree.getCapabilities()
Returns default capabilities of the classifier. -
Uses of Capabilities in weka.classifiers.trees.j48
Modifier and TypeMethodDescriptionClassifierTree.getCapabilities()
Returns default capabilities of the classifier tree. -
Uses of Capabilities in weka.classifiers.trees.m5
Modifier and TypeMethodDescriptionM5Base.getCapabilities()
Returns default capabilities of the classifier, i.e., of LinearRegression. -
Uses of Capabilities in weka.clusterers
Modifier and TypeMethodDescriptionAbstractClusterer.getCapabilities()
Returns the Capabilities of this clusterer.Canopy.getCapabilities()
Returns default capabilities of the clusterer.Clusterer.getCapabilities()
Returns the Capabilities of this clusterer.Cobweb.getCapabilities()
Returns default capabilities of the clusterer.EM.getCapabilities()
Returns default capabilities of the clusterer (i.e., the ones of SimpleKMeans).FarthestFirst.getCapabilities()
Returns default capabilities of the clusterer.FilteredClusterer.getCapabilities()
Returns default capabilities of the clusterer.HierarchicalClusterer.getCapabilities()
MakeDensityBasedClusterer.getCapabilities()
Returns default capabilities of the clusterer (i.e., of the wrapper clusterer).SimpleKMeans.getCapabilities()
Returns default capabilities of the clusterer.SingleClustererEnhancer.getCapabilities()
Returns default capabilities of the clusterer. -
Uses of Capabilities in weka.core
Modifier and TypeMethodDescriptionstatic Capabilities
Capabilities.forInstances
(Instances data) returns a Capabilities object specific for this data.static Capabilities
Capabilities.forInstances
(Instances data, boolean multi) returns a Capabilities object specific for this data.Capabilities.getAttributeCapabilities()
returns all attribute capabilitiesCapabilitiesHandler.getCapabilities()
Returns the capabilities of this object.FindWithCapabilities.getCapabilities()
The capabilities to search for.Capabilities.getClassCapabilities()
returns all class capabilitiesMultiInstanceCapabilitiesHandler.getMultiInstanceCapabilities()
Returns the capabilities of this multi-instance classifier for the relational data (i.e., the bags).FindWithCapabilities.getNotCapabilities()
The "not to have" capabilities to search for.Capabilities.getOtherCapabilities()
returns all other capabilities, besides class and attribute related onesModifier and TypeMethodDescriptionstatic String
CapabilitiesUtils.addCapabilities
(String title, Capabilities c) generates a string from the capabilities, suitable to add to the help text.void
Capabilities.and
(Capabilities c) performs an AND conjunction with the capabilities of the given Capabilities object and updates itselfvoid
Capabilities.assign
(Capabilities c) retrieves the data from the given Capabilities objectstatic TestInstances
TestInstances.forCapabilities
(Capabilities c) returns a TestInstances instance setup already for the the given capabilities.static String
CapabilitiesUtils.listCapabilities
(Capabilities c) returns a comma-separated list of all the capabilities, excluding interface-based ones.void
Capabilities.or
(Capabilities c) performs an OR conjunction with the capabilities of the given Capabilities object and updates itselfvoid
FindWithCapabilities.setCapabilities
(Capabilities c) Uses the given Capabilities for the search.void
FindWithCapabilities.setNotCapabilities
(Capabilities c) Uses the given "not to have" Capabilities for the search.boolean
Capabilities.supports
(Capabilities c) Returns true if the currently set capabilities support at least all of the capabilities of the given Capabilities object (checks only the enum!)boolean
Capabilities.supportsMaybe
(Capabilities c) Returns true if the currently set capabilities support (or have a dependency) at least all of the capabilities of the given Capabilities object (checks only the enum!) -
Uses of Capabilities in weka.core.converters
Modifier and TypeMethodDescriptionAbstractSaver.getCapabilities()
Returns the Capabilities of this saver.ArffSaver.getCapabilities()
Returns the Capabilities of this saver.C45Saver.getCapabilities()
Returns the Capabilities of this saver.CSVSaver.getCapabilities()
Returns the Capabilities of this saver.DatabaseSaver.getCapabilities()
Returns the Capabilities of this saver.DictionarySaver.getCapabilities()
Returns the Capabilities of this saver.JSONSaver.getCapabilities()
Returns the Capabilities of this saver.LibSVMSaver.getCapabilities()
Returns the Capabilities of this saver.MatlabSaver.getCapabilities()
Returns the Capabilities of this saver.SerializedInstancesSaver.getCapabilities()
Returns the Capabilities of this saver.SVMLightSaver.getCapabilities()
Returns the Capabilities of this saver.XRFFSaver.getCapabilities()
Returns the Capabilities of this saver. -
Uses of Capabilities in weka.core.neighboursearch
Modifier and TypeMethodDescriptionFilteredNeighbourSearch.getCapabilities()
Returns default capabilities of the classifier. -
Uses of Capabilities in weka.estimators
Modifier and TypeMethodDescriptionDiscreteEstimator.getCapabilities()
Returns default capabilities of the classifier.Estimator.getCapabilities()
Returns the Capabilities of this Estimator.KernelEstimator.getCapabilities()
Returns default capabilities of the classifier.MahalanobisEstimator.getCapabilities()
Returns default capabilities of the classifier.NormalEstimator.getCapabilities()
Returns default capabilities of the classifier.PoissonEstimator.getCapabilities()
Returns default capabilities of the classifier. -
Uses of Capabilities in weka.filters
Modifier and TypeMethodDescriptionAllFilter.getCapabilities()
Returns the Capabilities of this filter.Filter.getCapabilities()
Returns the Capabilities of this filter.Filter.getCapabilities
(Instances data) Returns the Capabilities of this filter, customized based on the data.MultiFilter.getCapabilities()
Returns the Capabilities of this filter.RenameRelation.getCapabilities()
Returns the Capabilities of this filter. -
Uses of Capabilities in weka.filters.supervised.attribute
Modifier and TypeMethodDescriptionAddClassification.getCapabilities()
Returns the Capabilities of this filter.AttributeSelection.getCapabilities()
Returns the Capabilities of this filter.ClassConditionalProbabilities.getCapabilities()
Returns the Capabilities of this filter.ClassOrder.getCapabilities()
Returns the Capabilities of this filter.Discretize.getCapabilities()
Returns the Capabilities of this filter.MergeNominalValues.getCapabilities()
Returns the Capabilities of this filter.NominalToBinary.getCapabilities()
Returns the Capabilities of this filter.PartitionMembership.getCapabilities()
Returns the Capabilities of this filter. -
Uses of Capabilities in weka.filters.supervised.instance
Modifier and TypeMethodDescriptionClassBalancer.getCapabilities()
Returns the Capabilities of this filter.Resample.getCapabilities()
Returns the Capabilities of this filter.SpreadSubsample.getCapabilities()
Returns the Capabilities of this filter.StratifiedRemoveFolds.getCapabilities()
Returns the Capabilities of this filter. -
Uses of Capabilities in weka.filters.unsupervised.attribute
Modifier and TypeMethodDescriptionAdd.getCapabilities()
Returns the Capabilities of this filter.AddCluster.getCapabilities()
Returns the Capabilities of this filter.AddCluster.getCapabilities
(Instances data) Returns the Capabilities of this filter, makes sure that the class is never set (for the clusterer).AddExpression.getCapabilities()
Returns the Capabilities of this filter.AddID.getCapabilities()
Returns the Capabilities of this filter.AddNoise.getCapabilities()
Returns the Capabilities of this filter.AddUserFields.getCapabilities()
Returns the Capabilities of this filter.AddValues.getCapabilities()
Returns the Capabilities of this filter.CartesianProduct.getCapabilities()
Returns the Capabilities of this filter.Center.getCapabilities()
Returns the Capabilities of this filter.ChangeDateFormat.getCapabilities()
Returns the Capabilities of this filter.ClassAssigner.getCapabilities()
Returns the Capabilities of this filter.ClusterMembership.getCapabilities()
Returns the Capabilities of this filter.ClusterMembership.getCapabilities
(Instances data) Returns the Capabilities of this filter, makes sure that the class is never set (for the clusterer).Copy.getCapabilities()
Returns the Capabilities of this filter.DateToNumeric.getCapabilities()
Returns the Capabilities of this filter.Discretize.getCapabilities()
Returns the Capabilities of this filter.FirstOrder.getCapabilities()
Returns the Capabilities of this filter.FixedDictionaryStringToWordVector.getCapabilities()
Returns the Capabilities of this filter.InterquartileRange.getCapabilities()
Returns the Capabilities of this filter.KernelFilter.getCapabilities()
Returns the Capabilities of this filter.MakeIndicator.getCapabilities()
Returns the Capabilities of this filter.MathExpression.getCapabilities()
Returns the Capabilities of this filter.MergeInfrequentNominalValues.getCapabilities()
Returns the Capabilities of this filter.MergeManyValues.getCapabilities()
Returns the Capabilities of this filter.MergeTwoValues.getCapabilities()
Returns the Capabilities of this filter.NominalToBinary.getCapabilities()
Returns the Capabilities of this filter.NominalToString.getCapabilities()
Returns the Capabilities of this filter.Normalize.getCapabilities()
Returns the Capabilities of this filter.NumericCleaner.getCapabilities()
Returns the Capabilities of this filter.NumericToBinary.getCapabilities()
Returns the Capabilities of this filter.NumericToDate.getCapabilities()
Returns the Capabilities of this filter.NumericToNominal.getCapabilities()
Returns the Capabilities of this filter.NumericTransform.getCapabilities()
Returns the Capabilities of this filter.Obfuscate.getCapabilities()
Returns the Capabilities of this filter.OrdinalToNumeric.getCapabilities()
Returns the Capabilities of this filter.PrincipalComponents.getCapabilities()
Returns the capabilities of this evaluator.RandomProjection.getCapabilities()
Returns the Capabilities of this filter.RandomSubset.getCapabilities()
Returns the Capabilities of this filter.Remove.getCapabilities()
Returns the Capabilities of this filter.RemoveByName.getCapabilities()
Returns the Capabilities of this filter.RemoveType.getCapabilities()
Returns the Capabilities of this filter.RemoveUseless.getCapabilities()
Returns the Capabilities of this filter.RenameAttribute.getCapabilities()
Returns the Capabilities of this filter.RenameNominalValues.getCapabilities()
Returns the Capabilities of this filter.Reorder.getCapabilities()
Returns the Capabilities of this filter.ReplaceMissingValues.getCapabilities()
Returns the Capabilities of this filter.ReplaceMissingWithUserConstant.getCapabilities()
ReplaceWithMissingValue.getCapabilities()
Returns the Capabilities of this filter.SortLabels.getCapabilities()
Returns the Capabilities of this filter.Standardize.getCapabilities()
Returns the Capabilities of this filter.StringToNominal.getCapabilities()
Returns the Capabilities of this filter.StringToWordVector.getCapabilities()
Returns the Capabilities of this filter.SwapValues.getCapabilities()
Returns the Capabilities of this filter.TimeSeriesDelta.getCapabilities()
Returns the Capabilities of this filter.TimeSeriesTranslate.getCapabilities()
Returns the Capabilities of this filter.Transpose.getCapabilities()
Returns the Capabilities of this filter. -
Uses of Capabilities in weka.filters.unsupervised.instance
Modifier and TypeMethodDescriptionNonSparseToSparse.getCapabilities()
Returns the Capabilities of this filter.Randomize.getCapabilities()
Returns the Capabilities of this filter.RemoveDuplicates.getCapabilities()
Returns the Capabilities of this filter.RemoveFolds.getCapabilities()
Returns the Capabilities of this filter.RemoveFrequentValues.getCapabilities()
Returns the Capabilities of this filter.RemoveMisclassified.getCapabilities()
Returns the Capabilities of this filter.RemovePercentage.getCapabilities()
Returns the Capabilities of this filter.RemoveRange.getCapabilities()
Returns the Capabilities of this filter.RemoveWithValues.getCapabilities()
Returns the Capabilities of this filter.Resample.getCapabilities()
Returns the Capabilities of this filter.ReservoirSample.getCapabilities()
Returns the Capabilities of this filter.SparseToNonSparse.getCapabilities()
Returns the Capabilities of this filter.SubsetByExpression.getCapabilities()
Returns the Capabilities of this filter. -
Uses of Capabilities in weka.gui
Modifier and TypeMethodDescriptionGenericObjectEditor.CapabilitiesFilterDialog.getCapabilities()
returns the currently selected capabilities.ConverterFileChooser.getCapabilitiesFilter()
returns the capabilities filter for the savers, can be null if all are listed.GenericObjectEditor.getCapabilitiesFilter()
Returns the current Capabilities filter, can be null.Modifier and TypeMethodDescriptionvoid
WorkbenchApp.notifyCapabilitiesFilterListeners
(Capabilities filter) Notify filter capabilities listeners of changesvoid
GenericObjectEditor.CapabilitiesFilterDialog.setCapabilities
(Capabilities value) sets the initial capabilities.void
ConverterFileChooser.setCapabilitiesFilter
(Capabilities value) sets the capabilities that the savers must have.void
GenericObjectEditor.setCapabilitiesFilter
(Capabilities value) Sets the capabilities to use for filtering. -
Uses of Capabilities in weka.gui.explorer
Modifier and TypeMethodDescriptionExplorer.CapabilitiesFilterChangeEvent.getFilter()
returns the associated Capabilities filterModifier and TypeMethodDescriptionvoid
Explorer.notifyCapabilitiesFilterListener
(Capabilities filter) notifies all the listeners of a changeModifierConstructorDescriptionCapabilitiesFilterChangeEvent
(Object source, Capabilities filter) Constructs a GOECapabilitiesFilterChangeEvent object.