adams.gui.visualization.stats.core
Class IndexSet

java.lang.Object
  extended by 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

Constructor Summary
IndexSet()
           
 
Method Summary
static int getIndex(BaseRegExp reg, Index ind, Instances inst, int index)
          Returns the position of the desired attribute.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexSet

public IndexSet()
Method Detail

getIndex

public static int getIndex(BaseRegExp reg,
                           Index ind,
                           Instances inst,
                           int index)
Returns the position of the desired attribute.

Parameters:
reg - Regular expression
ind - Index
inst - instances
index - the default index
Returns:
the determined index


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