| Modifier and Type | Method and Description |
|---|---|
SelectedTag |
FPGrowth.getMetricType()
Get the metric type to use.
|
SelectedTag |
Apriori.getMetricType()
Get the metric type
|
| Modifier and Type | Method and Description |
|---|---|
void |
FPGrowth.setMetricType(SelectedTag d)
Set the metric type to use.
|
void |
Apriori.setMetricType(SelectedTag d)
Set the metric type for ranking rules
|
| Modifier and Type | Method and Description |
|---|---|
SelectedTag |
BestFirst.getDirection()
Get the search direction
|
SelectedTag |
WrapperSubsetEval.getEvaluationMeasure()
Gets the currently set performance evaluation measure used for selecting
attributes for the decision table
|
| Modifier and Type | Method and Description |
|---|---|
void |
BestFirst.setDirection(SelectedTag d)
Set the search direction
|
void |
WrapperSubsetEval.setEvaluationMeasure(SelectedTag newMethod)
Sets the performance evaluation measure to use for selecting attributes for
the decision table
|
| Modifier and Type | Method and Description |
|---|---|
SelectedTag |
GlobalScoreSearchAlgorithm.getCVType()
get cross validation strategy to be used in searching for networks.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GlobalScoreSearchAlgorithm.setCVType(SelectedTag newCVType)
set cross validation strategy to be used in searching for networks.
|
| Modifier and Type | Method and Description |
|---|---|
SelectedTag |
LocalScoreSearchAlgorithm.getScoreType()
get quality measure to be used in searching for networks.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LocalScoreSearchAlgorithm.setScoreType(SelectedTag newScoreType)
set quality measure to be used in searching for networks.
|
| Modifier and Type | Method and Description |
|---|---|
SelectedTag |
LinearRegression.getAttributeSelectionMethod()
Gets the method used to select attributes for use in the linear regression.
|
SelectedTag |
SMOreg.getFilterType()
Gets how the training data will be transformed.
|
SelectedTag |
SMO.getFilterType()
Gets how the training data will be transformed.
|
SelectedTag |
GaussianProcesses.getFilterType()
Gets how the training data will be transformed.
|
SelectedTag |
SGDText.getLossFunction()
Get the current loss function.
|
SelectedTag |
SGD.getLossFunction()
Get the current loss function.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LinearRegression.setAttributeSelectionMethod(SelectedTag method)
Sets the method used to select attributes for use in the linear regression.
|
void |
SMOreg.setFilterType(SelectedTag newType)
Sets how the training data will be transformed.
|
void |
SMO.setFilterType(SelectedTag newType)
Sets how the training data will be transformed.
|
void |
GaussianProcesses.setFilterType(SelectedTag newType)
Sets how the training data will be transformed.
|
void |
SGDText.setLossFunction(SelectedTag function)
Set the loss function to use.
|
void |
SGD.setLossFunction(SelectedTag function)
Set the loss function to use.
|
| Modifier and Type | Method and Description |
|---|---|
SelectedTag |
StringKernel.getPruningMethod()
Gets the method used for pruning.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StringKernel.setPruningMethod(SelectedTag value)
Sets the method used to for pruning.
|
| Modifier and Type | Method and Description |
|---|---|
SelectedTag |
IBk.getDistanceWeighting()
Gets the distance weighting method used.
|
SelectedTag |
KStar.getMissingMode()
Gets the method to use for handling missing values.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IBk.setDistanceWeighting(SelectedTag newMethod)
Sets the distance weighting method used.
|
void |
KStar.setMissingMode(SelectedTag newMode)
Sets the method to use for handling missing values.
|
| Modifier and Type | Method and Description |
|---|---|
SelectedTag |
Vote.getCombinationRule()
Gets the combination rule used
|
SelectedTag |
CostSensitiveClassifier.getCostMatrixSource()
Gets the source location method of the cost matrix.
|
SelectedTag |
RegressionByDiscretization.getEstimatorType()
Get the estimator type
|
SelectedTag |
MultiClassClassifier.getMethod()
Gets the method used.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Vote.setCombinationRule(SelectedTag newRule)
Sets the combination rule to use.
|
void |
CostSensitiveClassifier.setCostMatrixSource(SelectedTag newMethod)
Sets the source location of the cost matrix.
|
void |
RegressionByDiscretization.setEstimatorType(SelectedTag newEstimator)
Set the estimator
|
void |
MultiClassClassifier.setMethod(SelectedTag newMethod)
Sets the method used.
|
| Modifier and Type | Method and Description |
|---|---|
SelectedTag |
DecisionTable.getEvaluationMeasure()
Gets the currently set performance evaluation measure used for selecting
attributes for the decision table
|
| Modifier and Type | Method and Description |
|---|---|
void |
DecisionTable.setEvaluationMeasure(SelectedTag newMethod)
Sets the performance evaluation measure to use for selecting attributes for
the decision table
|
| Modifier and Type | Method and Description |
|---|---|
SelectedTag |
HoeffdingTree.getLeafPredictionStrategy()
Get the leaf prediction strategy to use (majority class, naive Bayes or
naive Bayes adaptive)
|
SelectedTag |
HoeffdingTree.getSplitCriterion()
Get the split criterion to use (either Gini or info gain).
|
| Modifier and Type | Method and Description |
|---|---|
void |
HoeffdingTree.setLeafPredictionStrategy(SelectedTag strat)
Set the leaf prediction strategy to use (majority class, naive Bayes or
naive Bayes adaptive)
|
void |
HoeffdingTree.setSplitCriterion(SelectedTag crit)
Set the split criterion to use (either Gini or info gain).
|
| Modifier and Type | Method and Description |
|---|---|
SelectedTag |
SimpleKMeans.getInitializationMethod()
Get the initialization method to use
|
SelectedTag |
HierarchicalClusterer.getLinkType() |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleKMeans.setInitializationMethod(SelectedTag method)
Set the initialization method to use
|
void |
HierarchicalClusterer.setLinkType(SelectedTag newLinkType) |
| Modifier and Type | Method and Description |
|---|---|
SelectedTag |
Agrawal.getFunction()
Gets the function for generating the data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Agrawal.setFunction(SelectedTag value)
Sets the function for generating the data.
|
| Modifier and Type | Method and Description |
|---|---|
SelectedTag |
SubspaceClusterDefinition.getClusterSubType()
Gets the cluster sub type.
|
SelectedTag |
SubspaceClusterDefinition.getClusterType()
Gets the cluster type.
|
SelectedTag |
BIRCHCluster.getInputOrder()
Gets the input order.
|
SelectedTag |
BIRCHCluster.getPattern()
Gets the pattern type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SubspaceClusterDefinition.setClusterSubType(SelectedTag value)
Sets the cluster sub type.
|
void |
SubspaceClusterDefinition.setClusterType(SelectedTag value)
Sets the cluster type.
|
void |
BIRCHCluster.setInputOrder(SelectedTag value)
Sets the input order.
|
void |
BIRCHCluster.setPattern(SelectedTag value)
Sets the pattern type.
|
| Modifier and Type | Method and Description |
|---|---|
SelectedTag |
RemoveType.getAttributeType()
Gets the attribute type to be deleted by the filter.
|
SelectedTag |
Add.getAttributeType()
Gets the type of attribute to generate.
|
SelectedTag |
RandomProjection.getDistribution()
Returns the current distribution that'll be used for calculating the random
matrix
|
SelectedTag |
StringToWordVector.getNormalizeDocLength()
Gets whether if the word frequencies for a document (instance) should be
normalized or not.
|
SelectedTag |
SortLabels.getSortType()
Gets the sort type to be used.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RemoveType.setAttributeType(SelectedTag type)
Sets the attribute type to be deleted by the filter.
|
void |
Add.setAttributeType(SelectedTag value)
Sets the type of attribute to generate.
|
void |
RandomProjection.setDistribution(SelectedTag newDstr)
Sets the distribution to use for calculating the random matrix
|
void |
StringToWordVector.setNormalizeDocLength(SelectedTag newType)
Sets whether if the word frequencies for a document (instance) should be
normalized or not.
|
void |
SortLabels.setSortType(SelectedTag type)
Sets the sort type to be used.
|
| Modifier and Type | Method and Description |
|---|---|
SelectedTag |
Main.getGUIType()
Gets the currently set type of GUI to display.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Main.setGUIType(SelectedTag value)
Sets the type of GUI to use.
|
Copyright © 2014 University of Waikato, Hamilton, NZ. All Rights Reserved.