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

Uses of Package
com.ibm.able.beans.filter

Packages that use com.ibm.able.beans.filter
com.ibm.able.agents The AGENTS package provides a set of agents extending AbleDefaultAgent which contain AbleBean components. 
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.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. 
com.ibm.able.beans.knn The knn package contains the k Nearest Neighbors (k-NN) learning algorithm  for classifying objects. 
com.ibm.able.data The ABLE data package defines classes for literals (constants) and variables used in expressions holding Java and user-defined data types as well as operators which can be applied to them. 
 

Classes in com.ibm.able.beans.filter used by com.ibm.able.agents
AbleFilter
          This class provides data translation and scaling functions for Able.
 

Classes in com.ibm.able.beans.filter used by com.ibm.able.beans
AbleFilter
          This class provides data translation and scaling functions for Able.
AbleTranslateTemplateProvider
          This interface allows beans to supply any unique behavior required for their inputs and outputs.
 

Classes in com.ibm.able.beans.filter used by com.ibm.able.beans.bayes
AbleFilter
          This class provides data translation and scaling functions for Able.
 

Classes in com.ibm.able.beans.filter used by com.ibm.able.beans.filter
AbleFilter
          This class provides data translation and scaling functions for Able.
AbleTranslateOperator
           
AbleTranslateTemplate
          This class describes the translation that should be done to a single data field or vector of identical fields.
 

Classes in com.ibm.able.beans.filter used by com.ibm.able.beans.knn
AbleFilter
          This class provides data translation and scaling functions for Able.
AbleTranslateTemplateProvider
          This interface allows beans to supply any unique behavior required for their inputs and outputs.
 

Classes in com.ibm.able.beans.filter used by com.ibm.able.data
AbleTranslateTemplate
          This class describes the translation that should be done to a single data field or vector of identical fields.
 


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

(C) Copyright IBM Corporation 1999, 2003