ABLE 2.0.0 07/02/2003 10:25:01
A B C D E F G H I J K L M N O P Q R S T U V W X Z _

N

NaiveBayes - class com.ibm.able.beans.bayes.NaiveBayes.
 
NaiveBayes() - Constructor for class com.ibm.able.beans.bayes.NaiveBayes
 
NaiveBayes(int, int, int[], double, double[], double[][][]) - Constructor for class com.ibm.able.beans.bayes.NaiveBayes
construct NaiveBayes with the explicitly specified parameters ncls - number of class labels nftr - number of features nval - number of values per each feature (assuming nominal - discrete finite-valued - features) cpriors - prior probability distribution over class labels m - equivalent sample size ppriors - prior estimates of the probabilities P(f|C) (used for Bayesian parameter estimation with equivalent sample size method)
name - Variable in class com.ibm.able.AbleObject
The name of this bean.
name - Variable in class com.ibm.able.autotune.AutotuneMetric
 
name - Variable in class com.ibm.able.data.AblePredicate
 
name - Variable in class com.ibm.able.data.AbleFieldDefinition
 
name - Variable in class com.ibm.able.editor.AbleInspectorContext
 
name - Variable in class com.ibm.able.examples.rules.TstRuleObject
 
name - Variable in class com.ibm.able.examples.rules.Grocery
 
Name - Static variable in class com.ibm.able.AbleProperty
Used when changing a bean's name field.
NAME_KEY - Static variable in class com.ibm.able.conversation.TextMessageForm
 
NAME_KEY - Static variable in class com.ibm.able.examples.conversation.AmabSelectionMessageForm
 
NAME_KEY - Static variable in class com.ibm.able.examples.conversation.AmabOfferMessageForm
 
NameId - Static variable in class com.ibm.able.AbleProperty
 
NAMING_SERVICE_COLUMN_NAMES - Static variable in interface com.ibm.able.platform.VerifiableAgentNamingService
Defined the column names and type for the table the Naming Service will persist to.
NAMING_SERVICE_COLUMN_TYPES - Static variable in interface com.ibm.able.platform.VerifiableAgentNamingService
 
NB - Variable in class com.ibm.able.beans.bayes.AbleNaiveBayes
 
NE - Static variable in class com.ibm.able.beans.AbleDataAnalytics
Equal to 5, this defines the value to signify NE (Not Equal)
NEITHER - Static variable in class com.ibm.able.conversation.ContextEvent
 
net - Variable in class com.ibm.able.agents.AbleNeuralClassifierAgent
 
net - Variable in class com.ibm.able.agents.AbleNeuralPredictionAgent
 
net - Variable in class com.ibm.able.agents.AbleNeuralClusteringAgent
 
net - Variable in class com.ibm.able.beans.bayes.AbleNaiveBayesClassifierAgent
 
netArch - Variable in class com.ibm.able.agents.AbleNeuralClassifierAgent
 
netArch - Variable in class com.ibm.able.agents.AbleNeuralPredictionAgent
 
netArch - Variable in class com.ibm.able.beans.bayes.AbleNaiveBayesClassifierAgent
 
netArchitecture - Variable in class com.ibm.able.beans.AbleNetwork
The network architecture string
netEpoch - Variable in class com.ibm.able.beans.AbleNetwork
The current training epoch
netMode - Variable in class com.ibm.able.beans.AbleNetwork
The network mode, train, test or run
netMode - Variable in class com.ibm.able.beans.bayes.AbleNaiveBayes
 
netMode - Variable in class com.ibm.able.beans.decisiontree.AbleDecisionTree
 
netModelType - Variable in class com.ibm.able.beans.AbleNetwork
The type of network model
netNumRecs - Variable in class com.ibm.able.beans.bayes.AbleNaiveBayes
 
netRecInx - Variable in class com.ibm.able.beans.AbleNetwork
The current index into the record
netRecInx - Variable in class com.ibm.able.beans.bayes.AbleNaiveBayes
 
netStepsPerEpoch - Variable in class com.ibm.able.beans.AbleNetwork
The number of steps before each weight adjustment
Neural2WayLoadBalanceController - class com.ibm.able.autotune.Neural2WayLoadBalanceController.
This class implements a basic neural controller It features a neural system model that is trained with off-line data and a neural controller that is adapted on-line The model can predict one or more service level metrics given a set of configuration, workload, service level metrics and tuning controls The controller can specify one or more tuning control values given a set of configuration, workload, service levels, and current tuning control metrics How to use this controller ....
Neural2WayLoadBalanceController() - Constructor for class com.ibm.able.autotune.Neural2WayLoadBalanceController
 
Neural2WayLoadBalanceControllerBeanInfo - class com.ibm.able.autotune.Neural2WayLoadBalanceControllerBeanInfo.
 
Neural2WayLoadBalanceControllerBeanInfo() - Constructor for class com.ibm.able.autotune.Neural2WayLoadBalanceControllerBeanInfo
 
Neural2WayLoadBalanceControllerCustomizer - class com.ibm.able.autotune.Neural2WayLoadBalanceControllerCustomizer.
This class provides the customizer for the Neural 2Way Load Balance Controller.
Neural2WayLoadBalanceControllerCustomizer() - Constructor for class com.ibm.able.autotune.Neural2WayLoadBalanceControllerCustomizer
Construct a Customizer Dialog.
Neural2WayLoadBalanceControllerCustomizer(JFrame, String) - Constructor for class com.ibm.able.autotune.Neural2WayLoadBalanceControllerCustomizer
Construct a customizer dialog.
Neural2WayLoadBalanceControllerPanel - class com.ibm.able.autotune.Neural2WayLoadBalanceControllerPanel.
This class provides a panel for the Autotune Fuzzy Controller.
Neural2WayLoadBalanceControllerPanel(Neural2WayLoadBalanceControllerCustomizer) - Constructor for class com.ibm.able.autotune.Neural2WayLoadBalanceControllerPanel
Construct the panel for the customizer.
NEW_CONVERSATION_PROPERTY - Static variable in class com.ibm.able.conversation.AbleConversationManager
Property name of the PropertyChangeEvent fired when a new conversation is created.
NEW_CONVERSATION_PROPERTY - Static variable in class com.ibm.able.conversation.AbleJasConversationAgent
Property fired when a new conversation is initiated
NEW_POLICY_PROPERTY - Static variable in class com.ibm.able.conversation.AbleJasConversationAgent
Property fired when a new conversation policy is specified
newConversation(ConversationMetaData, boolean) - Method in class com.ibm.able.conversation.AbleConversationManager
 
newConversation(ConversationMetaData, boolean) - Method in interface com.ibm.conversation.ConversationManager
Creates and initializes a new Conversation.
NewObjectLiteral - Static variable in class com.ibm.able.data.AbleData
Data type; the data object represents a new Object literal
newState(int) - Method in interface com.ibm.conversation.CpStateMachine
Creates and returns a new CpState of the given state type.
newState(int) - Method in class com.ibm.conversation.base.BasicCpStateMachine
 
newTransition(int) - Method in interface com.ibm.conversation.CpStateMachine
Creates and returns a new CpStateTransition of the given transition type.
newTransition(int) - Method in class com.ibm.conversation.base.BasicCpStateMachine
 
nextButton - Variable in class com.ibm.able.editor.AblePrintPreviewDialog
 
nextToken() - Method in class com.ibm.able.rules.AbleARLLexer
 
nfeatures - Variable in class com.ibm.able.beans.bayes.AbleNaiveBayes
 
ninst - Variable in class com.ibm.able.beans.bayes.AbleNaiveBayes
 
nlabels - Variable in class com.ibm.able.beans.bayes.AbleNaiveBayes
 
NlsMsg(String) - Static method in class com.ibm.able.AbleX
Retrieve an NLS message by key.
NlsMsg(String) - Static method in class com.ibm.able.Able
Returns a locale specific message by key.
NlsMsg(String) - Static method in class com.ibm.able.AbleGui
Retrieve an NLS message by key.
NlsMsg(String) - Static method in class com.ibm.able.platform.AblePlatform
Gets an NLS message by key; the message must not contain any insertion text.
NlsMsg(String, Object[]) - Static method in class com.ibm.able.AbleX
Retrieve an NLS message by key and insert text into the message.
NlsMsg(String, Object[]) - Static method in class com.ibm.able.Able
Returns a locale specific message by key and inserts text into the message.
NlsMsg(String, Object[]) - Static method in class com.ibm.able.AbleGui
Retrieve an NLS message by key and insert text into the message.
NlsMsg(String, Object[]) - Static method in class com.ibm.able.platform.AblePlatform
Gets an NLS message by key with the specified text inserted into the message.
NNRUN - Static variable in class com.ibm.able.beans.AbleNetwork
Application or Run mode weights are not adjusted output is produced
NNTEST - Static variable in class com.ibm.able.beans.AbleNetwork
Test mode weights are not adjusted performance is tested (errors are computed)
NNTRAIN - Static variable in class com.ibm.able.beans.AbleNetwork
Training mode weights are adjusted
NO_SUCH_TRANSITION - Static variable in class com.ibm.able.conversation.ProtocolErrorEvent
 
NO_TYPE - Static variable in interface com.ibm.conversation.CpStateTransition
The transition type for transitions whose type has not been set.
NO_TYPE - Static variable in interface com.ibm.conversation.CpState
The state type for states whose type has not been set.
NodeAttrValClass - class com.ibm.able.beans.knn.NodeAttrValClass.
Class used by Decision Tree Bean.
NodeAttrValClass(TreeNode, int, int, int) - Constructor for class com.ibm.able.beans.knn.NodeAttrValClass
 
nodeShape - Variable in class com.ibm.able.beans.AbleClusterDiagramView
 
noDuplicatesAllowed - Variable in class com.ibm.able.agents.AbleGeneticSearchAgent
 
NONE - Static variable in class com.ibm.able.beans.filter.AbleFilter
 
nonvar_1(AblePredicate, Vector, Vector, int) - Method in class com.ibm.able.rules.AblePredicateEngine
 
NonVarPredicate - Static variable in class com.ibm.able.data.AblePredicate
The name of a special predicate denoting a "nonvar" predicate.
Noop - Static variable in class com.ibm.able.data.AbleData
Operator; No-operation.
NORM1 - Static variable in class com.ibm.able.beans.filter.AbleFilter
 
NORM2 - Static variable in class com.ibm.able.beans.filter.AbleFilter
 
NORM3 - Static variable in class com.ibm.able.beans.filter.AbleFilter
 
NORMAL - Static variable in interface com.ibm.conversation.CpState
The state type for normal states.
normalizedFitness - Variable in class com.ibm.able.beans.AbleGeneticObject
The normalized fitness value (set by the search agent)
normalizeFitness() - Method in class com.ibm.able.agents.AbleGeneticSearchAgent
perform linear normalization of the raw fitness values also pre-compute the summed fitness values for roulette wheel selection where the normalizedFitness of the best population member is equal to 2 times the average fitness
NOT_STARTED - Static variable in class com.ibm.able.conversation.ConversationContext
 
notifyAbleEventListeners(AbleEvent) - Method in interface com.ibm.able.AbleEventListenerRemoteManager
Notify all registered listeners by sending the specified event.
notifyAbleEventListeners(AbleEvent) - Method in class com.ibm.able.AbleObject
Notify all registered listeners by sending the specified event via their implemented AbleEventListener.handleAbleEvent(AbleEvent) method.
notifyAbleEventListeners(AbleEvent) - Method in interface com.ibm.able.AbleEventListenerManager
Notify all registered listeners by sending the specified event.
notifyAblePlatformServiceEventListeners(AblePlatformServiceEvent) - Method in class com.ibm.able.platform.AbleBasicService
Delivers the specified service event to all registered service event listeners; should any service event listener fail to receive the event, the listener is removed from the list and will receive no furhter events until it reregisters.
notifyAbleRemoteEventListeners(AbleEvent) - Method in interface com.ibm.able.AbleRemoteEventListenerRemoteManager
Notify all registered listeners by sending the specified event.
NotPredicate - Static variable in class com.ibm.able.data.AblePredicate
The name of a special predicate denoting a "not" predicate.
notStatic() - Method in class com.ibm.able.data.AbleVariable
Determine whether this variable is not static; that is, whether it will honor reset requests.
NOVEMBER - Static variable in class com.ibm.able.rules.ARL
 
NULL_TREE_LOOKAHEAD - Static variable in interface com.ibm.able.rules.AbleARLParserTokenTypes
 
numberOfAntecedents() - Method in class com.ibm.able.rules.AbleIfThenElseRule
Retrieve the number of antecedent clauses in this rule.
numberOfAntecedents() - Method in class com.ibm.able.rules.AblePredicateRule
Retrieve the number of antecedent clauses in this rule.
numberOfAntecedents() - Method in class com.ibm.able.rules.AbleConditionalRule
Retrieve the number of antecedent clauses in this rule.
numberOfElseClauses() - Method in class com.ibm.able.rules.AbleIfThenElseRule
Retrieve the number of else clauses in this rule.
NumberOfRulesToFire - Static variable in class com.ibm.able.rules.ARL
Forward engine - number of rules to fire:
numberOfSelectors() - Method in class com.ibm.able.rules.AblePatternMatchRule
Retrieve the number of selector clauses in this rule.
NumberOfStates - Static variable in class com.ibm.able.AbleState
The total number of known states.
numberOfThenClauses() - Method in class com.ibm.able.rules.AbleIfThenElseRule
Retrieve the number of consequent clauses in this rule.
numberOfThenClauses() - Method in class com.ibm.able.rules.AbleConditionalRule
Retrieve the number of consequent clauses in this rule.
numberOperList - Static variable in class com.ibm.able.beans.filter.AbleFilter
 
numChars - Variable in class com.ibm.able.rules.AbleARLTreeNode
 
numCols - Variable in class com.ibm.able.agents.AbleNeuralClusteringAgent
 
numColumns - Variable in class com.ibm.able.editor.AbleInspectorContext
 
numEpochs - Variable in class com.ibm.able.AbleDefaultAgent
An agent that contains a data source listens for AbleEvent.EOF events.
numEpochs - Variable in class com.ibm.able.beans.AbleAbstractImport
The number of times this data source has processed all records it contains.
NUMERIC - Static variable in class com.ibm.able.beans.filter.AbleFilter
 
numericData - Variable in class com.ibm.able.beans.AbleAbstractImport
A Vector of double arrays containing records from the database table.
NumericLiteral - Static variable in class com.ibm.able.data.AbleData
Data type; the data object represents a numeric literal.
NumericVariable - Static variable in class com.ibm.able.data.AbleData
Data type; the data object represents a numeric variable.
numFieldsPerRecord - Variable in class com.ibm.able.beans.AbleAbstractImport
The number of fields in a record from a data source.
numInputs - Variable in class com.ibm.able.beans.bayes.AbleNaiveBayes
 
numInUnits - Variable in class com.ibm.able.beans.AbleTimeSeriesFilter
 
numLargeItems - Variable in class com.ibm.able.examples.rules.GroceryBag
 
NUMLOGICALTYPES - Static variable in class com.ibm.able.beans.filter.AbleFilter
 
numMediumItems - Variable in class com.ibm.able.examples.rules.GroceryBag
 
NUMOPERATORTYPES - Static variable in class com.ibm.able.beans.filter.AbleFilter
 
numOutputs - Variable in class com.ibm.able.beans.bayes.AbleNaiveBayes
 
numOutUnits - Variable in class com.ibm.able.beans.AbleTimeSeriesFilter
 
numPasses - Variable in class com.ibm.able.agents.AbleNeuralClassifierAgent
 
numPasses - Variable in class com.ibm.able.agents.AbleNeuralPredictionAgent
 
numPasses - Variable in class com.ibm.able.agents.AbleGeneticSearchAgent
 
numPasses - Variable in class com.ibm.able.agents.AbleNeuralClusteringAgent
 
numPasses - Variable in class com.ibm.able.beans.bayes.AbleNaiveBayesClassifierAgent
 
numPoints - Variable in class com.ibm.able.editor.AbleInspectorContext
 
numRecords - Variable in class com.ibm.able.beans.AbleAbstractImport
The total number of records in this data source.
numRecords - Variable in class com.ibm.able.beans.AbleDataSet
A long calculated to be the number of records in the database table.
numRecords - Variable in class com.ibm.able.beans.AbleDBTable
A long calculated to be the number of records in the database table.
numRows - Variable in class com.ibm.able.agents.AbleNeuralClusteringAgent
 
numSelectors - Variable in class com.ibm.able.rules.AblePatternMatchClause
 
numSmallItems - Variable in class com.ibm.able.examples.rules.GroceryBag
 
NUMSTATUSSTRINGS - Static variable in class com.ibm.able.beans.filter.AbleFilter
 
NUMUSAGETYPES - Static variable in class com.ibm.able.beans.filter.AbleFilter
 
nvals - Variable in class com.ibm.able.beans.bayes.AbleNaiveBayes
 
nvalues - Variable in class com.ibm.able.beans.bayes.AbleNaiveBayes
 

ABLE 2.0.0 07/02/2003 10:25:01
A B C D E F G H I J K L M N O P Q R S T U V W X Z _
(C) Copyright IBM Corporation 1999, 2003