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

Package 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.

See:
          Description

Interface Summary
AbleImportData The AbleDataSource interface is implemented to provide common information about data sources, the records they provide, and the fields contained by those records.
AbleRemoteImportData The AbleDataSource interface is implemented to provide common information about data sources, the records they provide, and the fields contained by those records.
 

Class Summary
AbleAbstractImport This abstract class provides common interfaces to import data sources for Able Beans.
AbleAbstractImportBeanInfo Provide the information for the AbleAbstractImport bean.
AbleBackPropagation Back Propagation Model Programmer: Joe Bigus Created: 10/4/90 Change Log: 7/26/95 jpb Major redesign for C++ (NNU V4)
AbleBackPropagationBeanInfo  
AbleBackPropagationCustomizer This class provides the customizer for the Back Propagation tab.
AbleBackPropagationPanel This class provides the panel for the Back Propagation tab.
AbleBreakPoint  
AbleClusterDiagramView This class defines a specialized Neural Network inspector that shows the output activations of a Kohonen Feature Map (and labels)
AbleDataAnalytics This class provides statistical and time series analysis of data contained in AbleDataTable column's AbleDataSeries.
AbleDataMap  
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.
AbleDataSet This class describes and reads a text file.
AbleDataSetDefinition This class represents a set of meta-data used to describe external data It consists of a vector of AbleFieldDefinitions which describe individual fields Field definitions contain names, data types, and usage (input/output/ignore) This class can read/write text *.dfn files * SQL datatypes are mapped to AbleFields as follows by default:
AbleDataSetPanel This class provides the panel for the Text Export tab.
AbleDataTable Class to maintain a set of tabular data, maintained in named columns (represented internally as an array of AbleDataSeries).
AbleDBExport AbleDBExport provides Able beans with the ability to write data to to a database table using JDBC interfaces.
AbleDBExportBeanInfo Provide the information for the AbleDBImport bean.
AbleDBExportCustomizer This class provides the customizer for the Text Import tab.
AbleDBExportPanel This class provides the panel for the Database Import tab.
AbleDBImport This class provides Able beans with access to database data using JDBC interfaces.
AbleDBImportBeanInfo Provide the information for the AbleDBImport bean.
AbleDBImportCustomizer This class provides the customizer for the Text Import tab.
AbleDBImportPanel This class provides the panel for the Database Import tab.
AbleDBTable This class describes and reads an SQL database table.
AbleExport This class writes data out to external text files.
AbleExportBeanInfo  
AbleExportCustomizer This class provides the customizer for the Text Export tab.
AbleExportPanel This class provides the panel for the Text Export tab.
AbleGeneticObject  
AbleImport This class provides Able beans with access to external text-file data.
AbleImportBeanInfo Provide the information for the AbleImport bean.
AbleImportCustomizer This class provides the customizer for the Text Import tab.
AbleImportPanel This class provides the panel for the Text Import tab.
AbleNetwork This class is the base class for all Neural Network AbleObjects.
AbleNetworkGraphicView This class defines a specialized Neural Network inspector that shows the processing units as colored circles arranged in columns by layer.
AbleRadialBasisFunctionNet  
AbleRadialBasisFunctionNetBeanInfo  
AbleRadialBasisFunctionNetCustomizer This class provides the customizer for the Radial Basis Function tab.
AbleRadialBasisFunctionNetPanel This class provides the panel for the Radial Basis tab.
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
AbleSelfOrganizingMapBeanInfo  
AbleSelfOrganizingMapClusterPanel  
AbleSelfOrganizingMapCustomizer This class provides the customizer for the Self Organizing Map tab.
AbleSelfOrganizingMapPanel This class provides the panel for the Genetic Search tab.
AbleTemporalDifferenceLearning Temporal Difference Learning Model Programmer: Joe Bigus Created: 8/28/2000 Change Log:
AbleTemporalDifferenceLearningBeanInfo  
AbleTemporalDifferenceLearningCustomizer This class provides the customizer for the Temporal Difference Learning tab.
AbleTemporalDifferenceLearningPanel This class provides the panel for the Temporal Difference tab.
AbleTimeSeriesFilter The AbleTimeSeriesFilter is intended for use in the AbleNeuralPredictionAgent.
AbleTimeSeriesFilterBeanInfo Provide the information for the AbleImport bean.
AbleTimeSeriesFilterCustomizer This class provides the customizer for the Time Series Filter bean.
AbleTimeSeriesFilterPanel This class provides the panel for the Time Series Filter tab.
AbleTraceTextView  
 

Package com.ibm.able.beans Description

The BEANS package provides a set of interfaces and objects which implement components ranging from simple file i/o to intelligent learning algorithms. A class diagram showing the relationships between the more important classes and interfaces is provided in graphic format.


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

(C) Copyright IBM Corporation 1999, 2003