edu.udo.cs.miningmart.operator.uep
Class UepFeatureSelection.myTable

java.lang.Object
  extended byedu.udo.cs.miningmart.operator.uep.UepFeatureSelection.myTable
Enclosing class:
UepFeatureSelection

protected class UepFeatureSelection.myTable
extends java.lang.Object


Constructor Summary
UepFeatureSelection.myTable(long Columns)
           
 
Method Summary
 boolean addRow(java.lang.String Name, long[] Values)
           
 long Cell(int Row, int Column)
           
 long Cell(java.lang.String Row, java.lang.String Column)
           
 int Columns()
           
 void print()
           
 int Rows()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UepFeatureSelection.myTable

public UepFeatureSelection.myTable(long Columns)
Method Detail

addRow

public boolean addRow(java.lang.String Name,
                      long[] Values)

print

public void print()

Rows

public int Rows()

Columns

public int Columns()

Cell

public long Cell(int Row,
                 int Column)

Cell

public long Cell(java.lang.String Row,
                 java.lang.String Column)


Copyright © 2001-2005