ABLE 2.0.0 07/02/2003 10:25:01

Uses of Package
com.ibm.able.beans

Packages that use com.ibm.able.beans
com.ibm.able.agents The AGENTS package provides a set of agents extending AbleDefaultAgent which contain AbleBean components. 
com.ibm.able.autotune AutoTune is an agent-based approach to automated tuning that does not require prior knowledge of the controlled system that is being tuned. 
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. 
com.ibm.able.beans.bayes The Bayes package provides a classifer network that uses the Naive Bayes algorithm. 
com.ibm.able.beans.knn The knn package contains the k Nearest Neighbors (k-NN) learning algorithm  for classifying objects. 
com.ibm.able.examples.genetic The ABLE genetic examples.... 
 

Classes in com.ibm.able.beans used by com.ibm.able.agents
AbleBackPropagation
          Back Propagation Model Programmer: Joe Bigus Created: 10/4/90 Change Log: 7/26/95 jpb Major redesign for C++ (NNU V4)
AbleGeneticObject
           
AbleImport
          This class provides Able beans with access to external text-file data.
AbleSelfOrganizingMap
          This class implements the Kohonen Self-Organizing Feature Map algorithm For clustering high-dimensional input spaces into a 2-D grid It has several enhancements, including special processing for sparse inputs batch updates, gaussian neighborhood functions and exponential learning rate decay
AbleTimeSeriesFilter
          The AbleTimeSeriesFilter is intended for use in the AbleNeuralPredictionAgent.
 

Classes in com.ibm.able.beans used by com.ibm.able.autotune
AbleExport
          This class writes data out to external text files.
AbleImport
          This class provides Able beans with access to external text-file data.
 

Classes in com.ibm.able.beans used by com.ibm.able.beans
AbleAbstractImport
          This abstract class provides common interfaces to import data sources for Able Beans.
AbleBreakPoint
           
AbleDataSeries
          Class to maintain a growing or circular history for a particular metric value, and to provide various statistics about the values currently maintained in this history.
AbleDataTable
          Class to maintain a set of tabular data, maintained in named columns (represented internally as an array of AbleDataSeries).
AbleImportData
          The AbleDataSource interface is implemented to provide common information about data sources, the records they provide, and the fields contained by those records.
AbleNetwork
          This class is the base class for all Neural Network AbleObjects.
AbleSelfOrganizingMapCustomizer
          This class provides the customizer for the Self Organizing Map tab.
 

Classes in com.ibm.able.beans used by com.ibm.able.beans.bayes
AbleBackPropagation
          Back Propagation Model Programmer: Joe Bigus Created: 10/4/90 Change Log: 7/26/95 jpb Major redesign for C++ (NNU V4)
AbleImport
          This class provides Able beans with access to external text-file data.
 

Classes in com.ibm.able.beans used by com.ibm.able.beans.knn
AbleImport
          This class provides Able beans with access to external text-file data.
 

Classes in com.ibm.able.beans used by com.ibm.able.examples.genetic
AbleGeneticObject
           
 


ABLE 2.0.0 07/02/2003 10:25:01

(C) Copyright IBM Corporation 1999, 2003