Package | Description |
---|---|
weka.classifiers | |
weka.core | |
weka.datagenerators | |
weka.experiment | |
weka.filters.unsupervised.attribute |
Modifier and Type | Method and Description |
---|---|
static void |
Evaluation.printClassifications(Classifier classifier,
Instances train,
ConverterUtils.DataSource testSource,
int classIndex,
Range attributesToOutput,
boolean printDistribution,
StringBuffer text)
Prints the predictions for the given dataset into a supplied StringBuffer
|
static void |
Evaluation.printClassifications(Classifier classifier,
Instances train,
ConverterUtils.DataSource testSource,
int classIndex,
Range attributesToOutput,
StringBuffer predsText)
Prints the predictions for the given dataset into a String variable.
|
Modifier and Type | Field and Description |
---|---|
Range |
Debug.DBO.m_outputTypes
range of outputtyp
|
Modifier and Type | Method and Description |
---|---|
Range |
ClusterGenerator.getBooleanCols()
returns the range of boolean attributes.
|
Range |
ClusterGenerator.getNominalCols()
returns the range of nominal attributes
|
Modifier and Type | Method and Description |
---|---|
void |
ClusterGenerator.setBooleanCols(Range value)
Sets which attributes are boolean.
|
void |
ClusterGenerator.setNominalCols(Range value)
Sets which attributes are nominal.
|
Modifier and Type | Method and Description |
---|---|
Range |
Tester.getDatasetKeyColumns()
Get the value of DatasetKeyColumns.
|
Range |
PairedTTester.getDatasetKeyColumns()
Get the value of DatasetKeyColumns.
|
Range |
Tester.getResultsetKeyColumns()
Get the value of ResultsetKeyColumns.
|
Range |
PairedTTester.getResultsetKeyColumns()
Get the value of ResultsetKeyColumns.
|
Modifier and Type | Method and Description |
---|---|
void |
Tester.setDatasetKeyColumns(Range newDatasetKeyColumns)
Set the value of DatasetKeyColumns.
|
void |
PairedTTester.setDatasetKeyColumns(Range newDatasetKeyColumns)
Set the value of DatasetKeyColumns.
|
void |
Tester.setResultsetKeyColumns(Range newResultsetKeyColumns)
Set the value of ResultsetKeyColumns.
|
void |
PairedTTester.setResultsetKeyColumns(Range newResultsetKeyColumns)
Set the value of ResultsetKeyColumns.
|
Modifier and Type | Method and Description |
---|---|
Range |
PartitionedMultiFilter.getRange(int index)
Gets a single Range from the set of available Ranges.
|
Range[] |
PartitionedMultiFilter.getRanges()
Gets the list of possible Ranges to choose from.
|
Range |
StringToWordVector.getSelectedRange()
Get the value of m_SelectedRange.
|
Range |
RELAGGS.getSelectedRange()
Gets the current range selection.
|
Range |
MakeIndicator.getValueRange()
Get the range containing the indicator values.
|
Modifier and Type | Method and Description |
---|---|
void |
PartitionedMultiFilter.setRanges(Range[] Ranges)
Sets the list of possible Ranges to choose from.
|
Copyright © 2019 University of Waikato, Hamilton, NZ. All rights reserved.