Uses of Class
weka.core.Range
Package
Description
-
Uses of Range in weka.core
Modifier and TypeMethodDescriptionstatic Range
Utils.configureRangeFromRangeStringOrAttributeNameList
(Instances instanceInfo, String rangeString) Returns a configured Range object given a 1-based range index string (such as 1-20,35,last) or a comma-separated list of attribute names.DictionaryBuilder.getSelectedRange()
Get the value of m_SelectedRange. -
Uses of Range in weka.datagenerators.clusterers
Modifier and TypeMethodDescriptionSubspaceCluster.getBooleanCols()
returns the range of boolean attributes.SubspaceCluster.getNominalCols()
returns the range of nominal attributesModifier and TypeMethodDescriptionvoid
SubspaceCluster.setBooleanCols
(Range value) Sets which attributes are boolean.void
SubspaceCluster.setNominalCols
(Range value) Sets which attributes are nominal. -
Uses of Range in weka.experiment
Modifier and TypeMethodDescriptionPairedTTester.getDatasetKeyColumns()
Get the value of DatasetKeyColumns.Tester.getDatasetKeyColumns()
Get the value of DatasetKeyColumns.PairedTTester.getResultsetKeyColumns()
Get the value of ResultsetKeyColumns.Tester.getResultsetKeyColumns()
Get the value of ResultsetKeyColumns.Modifier and TypeMethodDescriptionvoid
PairedTTester.setDatasetKeyColumns
(Range newDatasetKeyColumns) Set the value of DatasetKeyColumns.void
Tester.setDatasetKeyColumns
(Range newDatasetKeyColumns) Set the value of DatasetKeyColumns.void
PairedTTester.setResultsetKeyColumns
(Range newResultsetKeyColumns) Set the value of ResultsetKeyColumns.void
Tester.setResultsetKeyColumns
(Range newResultsetKeyColumns) Set the value of ResultsetKeyColumns. -
Uses of Range in weka.filters.unsupervised.attribute
Modifier and TypeMethodDescriptionPartitionedMultiFilter.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.StringToWordVector.getSelectedRange()
Get the value of m_SelectedRange.MakeIndicator.getValueRange()
Get the range containing the indicator values.