Uses of Class
weka.core.Range
Packages that use Range
Package
Description
-
Uses of Range in weka.core
Modifier and TypeMethodDescriptionstatic RangeUtils.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
Methods in weka.datagenerators.clusterers that return RangeModifier and TypeMethodDescriptionSubspaceCluster.getBooleanCols()returns the range of boolean attributes.SubspaceCluster.getNominalCols()returns the range of nominal attributesMethods in weka.datagenerators.clusterers with parameters of type RangeModifier and TypeMethodDescriptionvoidSubspaceCluster.setBooleanCols(Range value) Sets which attributes are boolean.voidSubspaceCluster.setNominalCols(Range value) Sets which attributes are nominal. -
Uses of Range in weka.experiment
Methods in weka.experiment that return RangeModifier 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.Methods in weka.experiment with parameters of type RangeModifier and TypeMethodDescriptionvoidPairedTTester.setDatasetKeyColumns(Range newDatasetKeyColumns) Set the value of DatasetKeyColumns.voidTester.setDatasetKeyColumns(Range newDatasetKeyColumns) Set the value of DatasetKeyColumns.voidPairedTTester.setResultsetKeyColumns(Range newResultsetKeyColumns) Set the value of ResultsetKeyColumns.voidTester.setResultsetKeyColumns(Range newResultsetKeyColumns) Set the value of ResultsetKeyColumns. -
Uses of Range in weka.filters.unsupervised.attribute
Methods in weka.filters.unsupervised.attribute that return RangeModifier 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.Methods in weka.filters.unsupervised.attribute with parameters of type Range