|
ABLE 2.3.0 07/13/2005 14:21:00 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use AbleDataSeries | |
|---|---|
| com.ibm.able.beans | The BEANS package provides a set of interfaces and objects which implement components ranging from simple file i/o to intelligent learning algorithms. |
| Uses of AbleDataSeries in com.ibm.able.beans |
|---|
| Methods in com.ibm.able.beans that return AbleDataSeries | |
AbleDataSeries |
AbleDataTable.getDataSeries(int iCol)
Method to return the content of a named column as a DataSeries. |
AbleDataSeries |
AbleDataTable.getDataSeries(java.lang.String strColumnName)
Method to return the content of a named column as a DataSeries. |
AbleDataSeries[] |
AbleDataTable.getDataSeriesArray()
Method to return the array of DataSeries comprising this DataTable. |
AbleDataSeries |
AbleDataSeries.getDataSeries()
Method to create a new DataSeries from the existing DataSeries All aspects of this DataSeries, including its name are retained in the new one. |
AbleDataSeries |
AbleDataSeries.getDataSeries(int[] iIndices)
Method to create a new DataSeries from the existing DataSeries based on a subset of indices. |
| Methods in com.ibm.able.beans with parameters of type AbleDataSeries | |
boolean |
AbleDataTable.addColumn(AbleDataSeries colSeries)
Method to add a new column in this DataTable to hold the information in the supplied DataSeries. |
boolean |
AbleDataTable.addColumn(AbleDataSeries colSeries,
java.lang.String strName)
Method to add a new column in this DataTable to hold the information in the supplied DataSeries. |
int |
AbleDataTable.setDataSeriesArray(AbleDataSeries[] array)
Method to replace the current contents with a new set of columns stored in a supplied array of DataSeries. |
protected boolean |
AbleDataTable.replaceColArray(AbleDataSeries[] colArray)
Method to replace the current content of this DataTable with another set of columns. |
boolean |
AbleDataTable.setColumn(int iCol,
AbleDataSeries colSeries)
Method to set the specified column's data values to those in the supplied DataSeries. |
boolean |
AbleDataSeries.addDataSeries(AbleDataSeries dsAdd)
addDataSeries adds each of the values in this DataSeries by their corresponding value in the passed DataSeries. |
java.lang.Double |
AbleDataSeries.append(AbleDataSeries appendSeries)
Append the contents of one DataSeries to the front of this DataSeries history (e.g., as newer data). |
boolean |
AbleDataSeries.divideDataSeries(AbleDataSeries dsDivisor)
divideDataSeries divides each of the values in this DataSeries by their corresponding value in the passed DataSeries. |
boolean |
AbleDataSeries.multiplyDataSeries(AbleDataSeries dsMultiply)
multiplyDataSeries multiplies each of the values in this DataSeries by their corresponding value in the passed DataSeries. |
boolean |
AbleDataSeries.subtractDataSeries(AbleDataSeries dsSubtract)
subtractDataSeries subtracts each of the values in this DataSeries by their corresponding value in the passed DataSeries. |
|
ABLE 2.3.0 07/13/2005 14:21:00 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||