Uses of Class
weka.core.Range

Packages that use Range
weka.core   
weka.datagenerators   
weka.experiment   
weka.filters.unsupervised.attribute   
 

Uses of Range in weka.core
 

Fields in weka.core declared as Range
 Range Debug.DBO.m_outputTypes
          range of outputtyp
 

Uses of Range in weka.datagenerators
 

Methods in weka.datagenerators that return Range
 Range ClusterGenerator.getBooleanCols()
          returns the range of boolean attributes.
 Range ClusterGenerator.getNominalCols()
          returns the range of nominal attributes
 

Methods in weka.datagenerators with parameters of type Range
 void ClusterGenerator.setBooleanCols(Range value)
          Sets which attributes are boolean.
 void ClusterGenerator.setNominalCols(Range value)
          Sets which attributes are nominal.
 

Uses of Range in weka.experiment
 

Methods in weka.experiment that return Range
 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.
 

Methods in weka.experiment with parameters of type Range
 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.
 

Uses of Range in weka.filters.unsupervised.attribute
 

Methods in weka.filters.unsupervised.attribute that return Range
 Range SortLabels.getAttributeIndices()
          Gets the current selected attributes.
 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 MakeIndicator.getValueRange()
          Get the range containing the indicator values.
 

Methods in weka.filters.unsupervised.attribute with parameters of type Range
 void PartitionedMultiFilter.setRanges(Range[] Ranges)
          Sets the list of possible Ranges to choose from.
 



Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.