adams.gui.visualization.stats.core
Class IndexSet
java.lang.Object
adams.gui.visualization.stats.core.IndexSet
public class IndexSet
- extends Object
Class containing a static method for setting an
attribute index using provided index or regular expression.
- Version:
- $Revision: 4584 $
- Author:
- msf8
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IndexSet
public IndexSet()
getIndex
public static int getIndex(BaseRegExp reg,
Index ind,
Instances inst,
int index)
- Returns the position of the desired attribute.
- Parameters:
reg - Regular expressionind - Indexinst - instancesindex - the default index
- Returns:
- the determined index
Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.