| Package | Description |
|---|---|
| weka.core | |
| weka.filters.supervised.attribute | |
| weka.knowledgeflow.steps |
| Modifier and Type | Method and Description |
|---|---|
void |
DictionaryBuilder.setAverageDocLength(double averageDocLength)
Set the average document length to use when normalizing
|
| Modifier and Type | Method and Description |
|---|---|
NaiveBayes |
ClassConditionalProbabilities.getEstimator()
Get the naive Bayes estimator in use
|
Remove |
ClassConditionalProbabilities.getRemoveFilter()
Get the remove filter in use
|
| Modifier and Type | Method and Description |
|---|---|
String |
ClassifierPerformanceEvaluator.getEvaluationMetricsToOutput()
Get the evaluation metrics to output (as a comma-separated list).
|
Object |
WekaAlgorithmWrapper.getWrappedAlgorithm() |
void |
Associator.setAssociator(Associator associator)
Set the associator to use.
|
void |
Classifier.setClassifier(Classifier classifier)
Set the classifier to train
|
void |
Clusterer.setClusterer(Clusterer clusterer)
Set the clusterer to train
|
void |
ASEvaluator.setEvaluator(ASEvaluation eval)
Set the evaluator to wrap (just calls setWrappedAlgorithm)
|
void |
Filter.setFilter(Filter filter)
Set the filter.
|
void |
Loader.setLoader(Loader loader) |
void |
SubstringLabeler.setMatchDetails(String details)
Set internally encoded list of match rules
|
void |
SubstringReplacer.setMatchReplaceDetails(String details)
Set internally encoded list of match-replace rules
|
void |
BaseStep.setName(String name)
Set the name of this step
|
void |
ModelPerformanceChart.setOffscreenAdditionalOpts(String additional)
Set the additional options for the offscreen renderer
|
void |
DataVisualizer.setOffscreenAdditionalOpts(String additional)
Set the additional options for the offscreen renderer
|
void |
AttributeSummarizer.setOffscreenAdditionalOpts(String additional)
Set the additional options for the offscreen renderer
|
void |
ModelPerformanceChart.setOffscreenRendererName(String rendererName)
Set the name of the renderer to use for offscreen chart rendering
operations
|
void |
DataVisualizer.setOffscreenRendererName(String rendererName)
Set the name of the renderer to use for offscreen chart rendering
operations
|
void |
AttributeSummarizer.setOffscreenRendererName(String rendererName)
Set the name of the renderer to use for offscreen chart rendering
operations
|
void |
Saver.setSaver(Saver saver)
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 use
|
void |
BaseStep.setStepIsResourceIntensive(boolean isResourceIntensive)
Set whether this step is resource intensive (cpu/memory) or not.
|
void |
SetVariables.setVarsInternalRep(String rep) |
void |
BoundaryPlotter.setXAttName(String xAttName)
Set the name/index of the X axis attribute
|
void |
BoundaryPlotter.setYAttName(String attName)
Set the name/index of the Y axis attribute
|
Copyright © 2016 University of Waikato, Hamilton, NZ. All Rights Reserved.