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

Package com.ibm.able.beans.filter

The com.ibm.able.beans.filter package provides a set of objects implementing a template based scaling and transformation of data for use by neural networks and other beans.

See:
          Description

Interface Summary
AbleTranslateTemplateProvider This interface allows beans to supply any unique behavior required for their inputs and outputs.
 

Class Summary
AbleFilter This class provides data translation and scaling functions for Able.
AbleFilterBeanInfo  
AbleFilterCustomizer This class provides the customizer for the Back Propagation tab.
AbleFilterPanel This class provides a "Customizer" for Filter beans.
AbleScaleDialog  
AbleThresholdDialog  
AbleTranslateDiscretizeDataDialog  
AbleTranslateEditor  
AbleTranslateEditorFrame  
AbleTranslateOperator  
AbleTranslateOperatorDataDialog  
AbleTranslateTableDialog  
AbleTranslateTemplate This class describes the translation that should be done to a single data field or vector of identical fields.
AbleTranslateTemplateDialog This class provides a dialog similar to the NNU Translate Editor Edit Template dialog.
 

Package com.ibm.able.beans.filter Description

The com.ibm.able.beans.filter package provides a set of objects implementing a template based scaling and transformation of data for use by neural networks and other beans.

Filter beans are used between other AbleBeans to translate data. They accept data from an input data connection, process it, and pass the results to the output data connection for further processing. The most common use of a Filter bean is to translate symbolic data into numeric data for presentation to a neural network bean.

A Filter bean can also change the numeric neural network output back into symbolic form for display or to pass to an Export bean.

Filter beans can use a translate template created with the Filter Editor.


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

(C) Copyright IBM Corporation 1999, 2003