ABLE, Version 1.1b

Uses of Class
com.ibm.able.agents.AbleDefaultAgentCustomizer

Packages that use AbleDefaultAgentCustomizer
com.ibm.able Refer to the ABLE package index for more details on using ABLE. 
com.ibm.able.agents The AGENTS package provides a set of interfaces and objects for constructing hybrid intelligent agents out of AbleBean components. 
com.ibm.able.beans.bayes The Bayes package provides a classifer network that uses the Naive Bayes algorithm. 
com.ibm.able.examples.ableagent SimpleAbleAgent - How to create a custom AbleAgent This example shows the easiest method for creating a custom AbleAgent by extending the AbleDefaultAgent base class. 
 

Uses of AbleDefaultAgentCustomizer in com.ibm.able
 

Constructors in com.ibm.able with parameters of type AbleDefaultAgentCustomizer
AbleSensorEffectorPanel.AbleSensorEffectorPanel(AbleDefaultAgentCustomizer theCustomizer, int theMode)
          Construct the panel for the customizer.
 

Uses of AbleDefaultAgentCustomizer in com.ibm.able.agents
 

Subclasses of AbleDefaultAgentCustomizer in com.ibm.able.agents
 class AbleGeneticSearchAgentCustomizer
          This class provides the customizer for the Genetic Search tab.
 class AbleNeuralClassifierAgentCustomizer
          This class provides the customizer for the Neural Classifier tab.
 class AbleNeuralClusteringAgentCustomizer
          This class provides the customizer for the Neural Clustering tab.
 class AbleNeuralPredictionAgentCustomizer
          This class provides the customizer for the Neural Prediction tab.
 

Uses of AbleDefaultAgentCustomizer in com.ibm.able.beans.bayes
 

Subclasses of AbleDefaultAgentCustomizer in com.ibm.able.beans.bayes
 class AbleNaiveBayesClassifierAgentCustomizer
          This class provides the customizer for the NaiveBayes Classifier tab.
 

Uses of AbleDefaultAgentCustomizer in com.ibm.able.examples.ableagent
 

Subclasses of AbleDefaultAgentCustomizer in com.ibm.able.examples.ableagent
 class SimpleAbleAgentCustomizer
          This class provides the customizer for the Simple Able Agent.
 


ABLE, Version 1.1b

ABLE: Produced by Joe, Don, and Jeff who say, 'Thanks for your support.'