Uses of Annotation Interface
weka.gui.ProgrammaticProperty
Package
Description
-
Uses of ProgrammaticProperty in weka.classifiers.functions.supportVector
Modifier and TypeMethodDescriptionvoid
Kernel.setChecksTurnedOff
(boolean value) These methods remain for backwards compatibility.void
Kernel.setDoNotCheckCapabilities
(boolean doNotCheckCapabilities) These methods remain for backwards compatibility. -
Uses of ProgrammaticProperty in weka.classifiers.trees
Modifier and TypeMethodDescriptionvoid
RandomForest.setClassifier
(Classifier newClassifier) This method only accepts RandomTree arguments.void
RandomTree.setComputeImpurityDecreases
(boolean computeImpurityDecreases) Set whether to compute/store impurity decreases for variable importance in RandomForestvoid
RandomForest.setRepresentCopiesUsingWeights
(boolean representUsingWeights) This method only accepts true as its argument -
Uses of ProgrammaticProperty in weka.core
Modifier and TypeMethodDescriptionvoid
DictionaryBuilder.setAverageDocLength
(double averageDocLength) Set the average document length to use when normalizing -
Uses of ProgrammaticProperty in weka.filters.supervised.attribute
Modifier and TypeMethodDescriptionClassConditionalProbabilities.getEstimator()
Get the naive Bayes estimator in useClassConditionalProbabilities.getRemoveFilter()
Get the remove filter in use -
Uses of ProgrammaticProperty in weka.filters.supervised.instance
-
Uses of ProgrammaticProperty in weka.filters.unsupervised.attribute
-
Uses of ProgrammaticProperty in weka.filters.unsupervised.instance
-
Uses of ProgrammaticProperty in weka.knowledgeflow.steps
Modifier and TypeMethodDescriptionClassifierPerformanceEvaluator.getEvaluationMetricsToOutput()
Get the evaluation metrics to output (as a comma-separated list).WekaAlgorithmWrapper.getWrappedAlgorithm()
Get the wrapped algorithmvoid
Associator.setAssociator
(Associator associator) Set the associator to use.void
Classifier.setClassifier
(Classifier classifier) Set the classifier to trainvoid
Clusterer.setClusterer
(Clusterer clusterer) Set the clusterer to trainvoid
ClassifierPerformanceEvaluator.setCostMatrixString
(String cms) Set the cost matrix to use as a stringvoid
Set the data to be output by thisDataGrid
in textual ARFF format.void
DataGenerator.setDataGenerator
(DataGenerator dataGenerator) Set the data generatorvoid
SetVariables.setDynamicVarsInternalRep
(String rep) void
ClassifierPerformanceEvaluator.setEvaluateWithRespectToCosts
(boolean useCosts) Set whether to evaluate with respoect to costsvoid
ASEvaluator.setEvaluator
(ASEvaluation eval) Set the evaluator to wrap (just calls setWrappedAlgorithm)void
Set the filter.void
Convenience method - callssetWrappedAlgorithm()
void
SubstringLabeler.setMatchDetails
(String details) Set internally encoded list of match rulesvoid
SubstringReplacer.setMatchReplaceDetails
(String details) Set internally encoded list of match-replace rulesvoid
Set the name of this stepvoid
AttributeSummarizer.setOffscreenAdditionalOpts
(String additional) Set the additional options for the offscreen renderervoid
DataVisualizer.setOffscreenAdditionalOpts
(String additional) Set the additional options for the offscreen renderervoid
ModelPerformanceChart.setOffscreenAdditionalOpts
(String additional) Set the additional options for the offscreen renderervoid
AttributeSummarizer.setOffscreenRendererName
(String rendererName) Set the name of the renderer to use for offscreen chart rendering operationsvoid
DataVisualizer.setOffscreenRendererName
(String rendererName) Set the name of the renderer to use for offscreen chart rendering operationsvoid
ModelPerformanceChart.setOffscreenRendererName
(String rendererName) Set the name of the renderer to use for offscreen chart rendering operationsvoid
StorePropertiesInEnvironment.setPropsInternalRep
(String rep) void
Set the saver instance that is wrapped by this step.void
ASSearchStrategy.setSearchStrategy
(ASSearch searchStrategy) Set the search strategy wrapped by this step (calls setWrappedAlgorithm)void
Sorter.setSortDetails
(String sortDetails) Set the sort rules to usevoid
BaseStep.setStepIsResourceIntensive
(boolean isResourceIntensive) Set whether this step is resource intensive (cpu/memory) or not.void
BaseStep.setStepMustRunSingleThreaded
(boolean mustRunSingleThreaded) Set whether this step must run single threaded.void
SetVariables.setVarsInternalRep
(String rep) Set the static variables to set (in internal representation)void
BoundaryPlotter.setXAttName
(String xAttName) Set the name/index of the X axis attributevoid
BoundaryPlotter.setYAttName
(String attName) Set the name/index of the Y axis attribute