|
ABLE 2.3.0 07/13/2005 14:21:00 | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||
| Package com.ibm.able |
| Class com.ibm.able.Able extends java.lang.Object implements Serializable |
serialVersionUID: 1998110200000000001l
| Class com.ibm.able.AbleBeanAdaptor extends AbleObject implements Serializable |
serialVersionUID: 1999100100000000001l
| Serialized Fields |
java.lang.Object wrappedObject
| Class com.ibm.able.AbleBufferConnection extends java.lang.Object implements Serializable |
serialVersionUID: 1999100100000000001l
| Serialized Fields |
AbleBean sourceObj
AbleBean destObj
java.lang.String srcObjName
java.lang.String destObjName
boolean valid
int multiplicity
boolean inhibitory
| Class com.ibm.able.AbleCheckBoxTreeCellRenderer extends javax.swing.JPanel implements Serializable |
| Serialized Fields |
javax.swing.JCheckBox myCheckBox
javax.swing.JLabel myLabel
| Class com.ibm.able.AbleCheckBoxTreeNode extends javax.swing.tree.DefaultMutableTreeNode implements Serializable |
| Serialized Fields |
boolean isSelected
| Class com.ibm.able.AbleDefaultAgent extends AbleObject implements Serializable |
serialVersionUID: 1999100100000000001l
| Serialization Methods |
private void readObject(java.io.ObjectInputStream ois)
throws java.lang.ClassNotFoundException,
java.io.IOException
java.io.IOException - an IO exception
java.lang.ClassNotFoundException - if class file not found| Serialized Fields |
java.util.Vector beans
java.util.Hashtable myBeans
boolean activeDataSource
java.util.Vector eventConnections
long numEpochs
AbleEvent.EOF
events. It increments the epoch count for each such event. This is
used by machine learning agents.
This field is initialized to zero (0).
java.util.Hashtable userDefinedFunctions
AbleUserDefinedFunction
objects managed by this agent.
AbleBean inputBufferTargetObject
AbleBean outputBufferSourceObject
| Class com.ibm.able.AbleDefaultAgentCustomizer extends AbleObjectCustomizer implements Serializable |
| Serialized Fields |
AbleUserDefinedFunctionPanel myUDFPanel
| Class com.ibm.able.AbleEvent extends java.util.EventObject implements Serializable |
serialVersionUID: -3874850276557008595l
| Serialized Fields |
java.lang.String action
int id
AbleEvent.DATACHANGED.
boolean asynchronous
true means to process on AbleEventQueue thread
rather than on the caller's thread.
java.lang.Object argObject
AbleEvent.action
and AbleEvent.argObject parameters are specified, the method named by
action is passed to the argObject as the single argument.
java.lang.Object genSource
java.lang.Object replyTo
java.lang.String replyAction
AbleEvent.argObject is passed to the method as the single argument. (Note
that the argObject itself may be null.)
java.lang.String transactionId
| Class com.ibm.able.AbleEventConnection extends java.lang.Object implements Serializable |
serialVersionUID: 1999100100000000001l
| Serialization Methods |
private void readObject(java.io.ObjectInputStream ois)
throws java.lang.ClassNotFoundException,
java.io.IOException
| Serialized Fields |
AbleBean eventSource
AbleEventListener listenerObj
| Class com.ibm.able.AbleEventQueue extends java.lang.Object implements Serializable |
serialVersionUID: 1999100100000000001l
| Serialization Methods |
private void readObject(java.io.ObjectInputStream theInputStream)
throws java.lang.ClassNotFoundException,
java.io.IOException
| Serialized Fields |
AbleEventQueueProcessor myContainingEventProcessor
This field is a required parameter on the constructor of this object and must never be null.
long mySleepTime
AbleEventQueue.setSleepTime(long),
AbleEventQueue.getSleepTime(),
AbleEventQueue.setTimerEventProcessingEnabled(boolean),
AbleEventQueue.startProcessingEvents()boolean myTimerEventProcessingEnabled
AbleEventQueue.setTimerEventProcessingEnabled(boolean),
AbleEventQueue.isTimerEventProcessingEnabled(),
AbleEventQueue.setSleepTime(long),
AbleEventQueue.startProcessingEvents()boolean myAbleEventPostingEnabled
AbleEventQueue.setAbleEventProcessingEnabled(int),
AbleEventQueue.getAbleEventProcessingEnabled(),
AbleEventQueue.startProcessingEvents(),
AbleEventQueue.postEvent(AbleEvent)boolean myAbleEventProcessingEnabled
AbleEventQueue.setAbleEventProcessingEnabled(int),
AbleEventQueue.getAbleEventProcessingEnabled(),
AbleEventQueue.startProcessingEvents()java.util.Vector myEventQueue
Events are placed on the queue by the containing event listener when it calls this object's postEvent() method. However, event posting must be enabled or the postEvent() method will ignore the event.
AbleEventQueue.postEvent(AbleEvent)int myThreadState
This field is initialized to NO_THREAD.
boolean myThreadSuspended
This field is initialized to false.
AbleEventQueue.suspendProcessingEvents(),
AbleEventQueue.resumeProcessingEvents(),
AbleEventQueue.run()| Class com.ibm.able.AbleException extends java.rmi.RemoteException implements Serializable |
serialVersionUID: 1999100100000000001l
| Serialized Fields |
long severity
java.lang.Object object
AbleMessageContainer myMessageContainer
| Class com.ibm.able.AbleJSliderWithField extends javax.swing.JSlider implements Serializable |
| Serialized Fields |
java.lang.String name
javax.swing.JTextField textField
boolean ignoreTextUpdates
| Class com.ibm.able.AbleJTextAreaHandler extends com.ibm.logging.Handler implements Serializable |
serialVersionUID: -8838429509646523132l
| Class com.ibm.able.AbleLogRecord extends com.ibm.logging.LogRecord implements Serializable |
| Class com.ibm.able.AbleMessageContainer extends java.lang.Object implements Serializable |
serialVersionUID: -4378543317877580776l
| Serialized Fields |
java.lang.String messageID
java.lang.Object[] subText
java.lang.String resourceBundle
messageID.
java.lang.String message
messageID.
| Class com.ibm.able.AbleMethodAdaptor extends java.lang.Object implements Serializable |
serialVersionUID: 1999100100000000001l
| Serialized Fields |
java.lang.String myAdaptorName
java.lang.Object myMethodSource
java.lang.Object myDclMethodSource
java.lang.String myMethodName
java.lang.String[] myArgListClassNames
int myArity
This could be figured out dynamically each time the arity is needed, but as the arity never changes, it is figured out just once, when the adaptor is created.
| Class com.ibm.able.AbleObject extends java.lang.Object implements Serializable |
serialVersionUID: 1999100100000000001l
| Serialization Methods |
private void readObject(java.io.ObjectInputStream theObjectInputStream)
throws java.lang.ClassNotFoundException,
java.io.IOException
java.lang.ClassNotFoundException - If any class file is not found.
java.io.IOException - If an IO error occurs.
private void writeObject(java.io.ObjectOutputStream theObjectOutputStream)
throws java.io.IOException
java.io.IOException - If an error occurs.| Serialized Fields |
java.lang.String name
AbleObject.setName(String),
AbleObject.getName()java.lang.String comment
AbleObject.setComment(String),
AbleObject.getComment()boolean changed
AbleObject.setChanged(boolean),
AbleObject.isChanged()boolean dataFlowEnabled
AbleObject.setDataFlowEnabled(boolean),
AbleObject.isDataFlowEnabled()java.lang.String fileName
AbleObject.setFileName(String),
AbleObject.getFileName()AbleLogger trace
Able.TraceLog.
To minimize performance impacts of tracing, any calls to the the
trace field should be bound by if (trace.isLogging()).
Tracing may be performed for an individual bean, which is
controlled by the methods Able.startBeanTraceLogging(AbleBean) and
Able.stopBeanTraceLogging(AbleBean).
AbleTraceLogger,
AbleObject.setTraceLogger(com.ibm.able.AbleLogger),
AbleObject.getTraceLogger()AbleLogger logger
Able.MessageLog.
AbleTraceLogger,
AbleObject.setLogger(AbleLogger),
AbleObject.getLogger()AbleBeanContainer parent
AbleObject.setParent(AbleBeanContainer),
AbleObject.getParent()AbleState state
AbleState. This
field is initialized to AbleState.Unknown.
AbleObject.setState(int),
AbleObject.getState()java.lang.Object inputBuffer
Although any Object type may be used as an input buffer, the base ABLE classes expect the buffer to be one of the following types:
If you wish to use another type in a class you are developing, you may need to override some buffer manipulation methods.
AbleObject.setInputBuffer(Object),
AbleObject.setInputBuffer(int, Object),
AbleObject.getInputBuffer(),
AbleObject.getInputBuffer(int)java.lang.Object outputBuffer
AbleObject.setOutputBuffer(Object),
AbleObject.setOutputBuffer(int, Object),
AbleObject.getOutputBuffer(),
AbleObject.getOutputBuffer(int)java.util.Vector sourceBufferConnections
AbleObject.addSourceBufferConnection(AbleBufferConnection),
AbleObject.removeSourceBufferConnection(AbleBufferConnection),
AbleObject.getSourceBufferConnections(),
AbleObject.processBufferConnections(),
AbleObject.removeAllBufferConnections()java.util.Vector destBufferConnections
AbleObject.addDestBufferConnection(AbleBufferConnection),
AbleObject.removeDestBufferConnection(AbleBufferConnection),
AbleObject.getDestBufferConnections(),
AbleObject.processBufferConnections(),
AbleObject.removeAllBufferConnections()AblePropertyConnectionManager propertyConnectionMgr
AbleObject.chgSupport object.
AbleObject.addPropertyConnection(AblePropertyConnection),
AbleObject.removePropertyConnection(AblePropertyConnection),
AbleObject.getPropertyConnectionManager()java.util.Map properties
The default underlying data type is java.util.Hashtable,
selected because its methods are synchronized. If
synchronization isn't an issue, use AbleObject.setProperties(Map)
to set the member to some other data type.
The member must never be null.
Property change events are not fired for changes to this member.
AbleObject.setProperty(String,String),
AbleObject.getProperty(String),
AbleObject.setProperties(Map),
AbleObject.getProperties()AbleEventQueue eventQueue
AbleEventQueue| Class com.ibm.able.AbleObjectCustomizer extends javax.swing.JDialog implements Serializable |
| Serialized Fields |
boolean isChangedFlag
boolean isCancelled
boolean myIgnoreAnyPropertyChangesFlag
boolean closeOnCancel
AbleObject myAbleObject
java.beans.PropertyChangeSupport myChgSupport
AbleConnectionsPanel myAbleConnectionsPanel
AbleObjectCustomizer myAbleObjectCustomizer
AbleObjectPanel myAbleObjectPanel
javax.swing.JPanel myCustomizerButtonPanel
AbleCustomizer myCustomizer
javax.swing.JFrame myFrameParent
javax.swing.JTabbedPane myTabbedPane
AbleCustomizerPanel myPanel
java.util.Hashtable myPropertyChangeMethods
AbleObjectCustomizer.ObjectPropertyChangeListener myPropertyChangeListener
java.lang.String myWorkingDir
javax.swing.JButton myOKButton
javax.swing.JButton myCancelButton
javax.swing.JButton myHelpButton
| Class com.ibm.able.AbleProperties extends java.util.Hashtable implements Serializable |
serialVersionUID: 2005051500000000001l
| Class com.ibm.able.AbleProperty extends java.lang.Object implements Serializable |
serialVersionUID: 1999100100000000001l
| Class com.ibm.able.AblePropertyConnection extends java.lang.Object implements Serializable |
serialVersionUID: 1999100100000000001l
| Serialization Methods |
private void readObject(java.io.ObjectInputStream ois)
throws java.lang.ClassNotFoundException,
java.io.IOException
java.lang.ClassNotFoundException - If a class loading error occurs.
java.io.IOException - If an error occurs while reading from media.| Serialized Fields |
AbleBean sourceObj
AbleBean destObj
AblePropertyConnection.sourceObj.
java.lang.String getterName
AblePropertyConnection.srcPropertyName.
java.lang.String setterName
AblePropertyConnection.targetPropertyName.
java.lang.String srcPropertyName
AblePropertyConnection.sourceObj.
java.lang.String targetPropertyName
AblePropertyConnection.destObj when the AblePropertyConnection.srcPropertyName changes.
boolean valid
true if connection is valid - otherwise false.
| Class com.ibm.able.AblePropertyConnectionManager extends java.lang.Object implements Serializable |
serialVersionUID: 1999100100000000001l
| Serialized Fields |
java.util.Hashtable connectionsByPropertyName
| Class com.ibm.able.AbleRemoteDefaultAgent extends AbleDefaultAgent implements Serializable |
serialVersionUID: 1999100100000000001l
| Serialized Fields |
java.lang.String agentAddr
AbleRemoteDefaultAgent.init(), and changed if
the agent migrates to another computer.
java.lang.String agentHost
AbleRemoteDefaultAgent.init(), and changed if
the agent migrates to another computer.
java.lang.String agentName
java.rmi.Remote myRemoteStub
| Class com.ibm.able.AbleRemoteDefaultAgent_Stub extends java.rmi.server.RemoteStub implements Serializable |
serialVersionUID: 2l
| Class com.ibm.able.AbleRemoteObject extends AbleObject implements Serializable |
serialVersionUID: 1999100100000000001l
| Class com.ibm.able.AbleRemoteObject_Stub extends java.rmi.server.RemoteStub implements Serializable |
serialVersionUID: 2l
| Class com.ibm.able.AbleSocketFactory extends java.rmi.server.RMISocketFactory implements Serializable |
serialVersionUID: 1999100100000000001l
| Class com.ibm.able.AbleState extends java.lang.Object implements Serializable |
serialVersionUID: 1999100100000000001l
| Serialized Fields |
int myState
| Class com.ibm.able.AbleTraceDebugFormatter extends com.ibm.logging.Formatter implements Serializable |
| Class com.ibm.able.AbleTraceFormatter extends com.ibm.logging.Formatter implements Serializable |
| Class com.ibm.able.AbleTraceLogger extends java.lang.Object implements Serializable |
serialVersionUID: 2000100100000000001l
| Serialization Methods |
private void readObject(java.io.ObjectInputStream theObjectInputStream)
throws java.lang.ClassNotFoundException,
java.io.IOException
java.lang.ClassNotFoundException - if any class file is not found
java.io.IOException - on any IO error| Serialized Fields |
java.lang.String name
java.lang.String description
long mask
boolean traceLogger
long consoleLogLevel
long fileLogLevel
java.lang.String fileLogName
| Class com.ibm.able.AbleUserDefinedFunction extends AbleMethodAdaptor implements Serializable |
serialVersionUID: 2001010800000000001l
| Class com.ibm.able.AbleUserDefinedFunctionPanel extends javax.swing.JPanel implements Serializable |
| Serialized Fields |
java.util.Hashtable myBeanMethodHashtable
AbleObject myAbleObject
AbleDefaultAgentCustomizer myCustomizer
javax.swing.JTextField myNameTextField
javax.swing.JComboBox myBeanComboBox
javax.swing.JComboBox myMethodComboBox
javax.swing.JList myUDFList
javax.swing.JButton myAddButton
javax.swing.JButton myChangeButton
javax.swing.JButton myRemoveButton
java.util.Hashtable myMethodHashTable
java.util.Hashtable myUDFHashTable
java.util.Vector myBeanVector
boolean myListenersEnabled
| Package com.ibm.able.agents |
| Class com.ibm.able.agents.AbleGeneticOperatorsDialog extends javax.swing.JDialog implements Serializable |
| Serialized Fields |
javax.swing.JPanel panel1
java.awt.BorderLayout borderLayout1
javax.swing.JPanel jPanel2
javax.swing.JPanel jPanel1
javax.swing.JButton OKButton
javax.swing.JButton CancelButton
javax.swing.JButton HelpButton
java.util.Vector operatorNames
java.util.Hashtable operatorFitness
double totalFitness
javax.swing.JLabel jLabel1
javax.swing.JLabel jLabel2
javax.swing.JLabel jLabel3
javax.swing.JLabel jLabel4
javax.swing.JLabel jLabel5
javax.swing.JComboBox seriesComboBox1
javax.swing.JComboBox seriesComboBox2
javax.swing.JComboBox seriesComboBox3
javax.swing.JComboBox seriesComboBox4
javax.swing.JComboBox seriesComboBox5
javax.swing.JTextField rangeTextField1
javax.swing.JTextField rangeTextField2
javax.swing.JTextField rangeTextField3
javax.swing.JTextField rangeTextField4
javax.swing.JTextField rangeTextField5
javax.swing.JCheckBox seriesCheckBox1
javax.swing.JCheckBox seriesCheckBox2
javax.swing.JCheckBox seriesCheckBox3
javax.swing.JCheckBox seriesCheckBox4
javax.swing.JCheckBox seriesCheckBox5
javax.swing.JLabel jLabel6
javax.swing.JLabel jLabel7
boolean cancelled
javax.swing.JLabel jLabel8
javax.swing.JTextField totalFitnessTextField
| Class com.ibm.able.agents.AbleGeneticSearchAgent extends AbleDefaultAgent implements Serializable |
serialVersionUID: 1999100100000000001l
| Serialization Methods |
private void readObject(java.io.ObjectInputStream theObjectInputStream)
throws java.lang.ClassNotFoundException,
java.io.IOException
java.lang.ClassNotFoundException - If any class file is not found.
java.io.IOException - If an IO error occurs.| Serialized Fields |
java.lang.String sourceFileName
int reproductionTechnique
java.lang.Class geneticObjectClass
java.util.Vector population
java.util.Hashtable chromosomeList
java.util.Hashtable operatorFitness
int chromosomeLength
java.lang.String vocabulary
java.lang.String geneticObjectClassName
int maxNumPasses
double fitnessThreshold
int populationSize
int replacementSize
double crossoverRate
double mutationRate
boolean noDuplicatesAllowed
boolean useNormalizedFitness
boolean autoEvolve
double maxFitness
double minFitness
double avgFitness
double totalFitness
double totalNormalizedFitness
double[] summedFitness
int numPasses
boolean evolving
AbleAgent evaluationAgent
| Class com.ibm.able.agents.AbleGeneticSearchAgentCustomizer extends AbleDefaultAgentCustomizer implements Serializable |
| Serialized Fields |
AbleGeneticSearchAgentPanel myAgentPanel
| Class com.ibm.able.agents.AbleGeneticSearchAgentPanel extends javax.swing.JPanel implements Serializable |
| Serialized Fields |
AbleGeneticSearchAgent myAgent
AbleGeneticSearchAgentCustomizer myCustomizer
java.util.Hashtable operatorFitness
javax.swing.JTextField myClassNameTextField
javax.swing.JTextField myPopulationSizeTextField
javax.swing.JTextField myReplacementSizeTextField
javax.swing.JCheckBox myNoDuplicatesCheckBox
javax.swing.JTextField myMaximumPassesTextField
javax.swing.JTextField myFitnessThresholdTextField
javax.swing.JCheckBox myNormalizedFitnessCheckBox
javax.swing.JList myGeneticOperatorsList
javax.swing.JTextField myCrossoverRateTextField
javax.swing.JTextField myMutationRateTextField
javax.swing.JButton myInitializeButton
javax.swing.JButton myEvolveStopButton
javax.swing.JButton myResetBeansButton
AbleGeneticSearchAgentPanel.TextListener myTextListener
| Class com.ibm.able.agents.AbleJavaScriptAgent extends AbleScriptAgent implements Serializable |
serialVersionUID: 2001100500100300001l
| Serialization Methods |
private void readObject(java.io.ObjectInputStream ois)
throws java.lang.ClassNotFoundException,
java.io.IOException
java.io.IOException - an IO exception
java.lang.ClassNotFoundException - if class file not found| Serialized Fields |
java.lang.String initScript
java.lang.String processScript
java.lang.String processTimerScript
| Class com.ibm.able.agents.AbleJavaScriptAgentCustomizer extends AbleDefaultAgentCustomizer implements Serializable |
| Serialized Fields |
AbleJavaScriptAgentPanel myBeanPanel
| Class com.ibm.able.agents.AbleJavaScriptAgentPanel extends javax.swing.JPanel implements Serializable |
| Serialized Fields |
AbleJavaScriptAgent myAgent
AbleJavaScriptAgentCustomizer myCustomizer
javax.swing.JTextField myInitScriptFileNameTextField
javax.swing.JTextField myProcessScriptFileNameTextField
javax.swing.JTextField myProcessTimerScriptFileNameTextField
javax.swing.JButton myGenerateButton
javax.swing.JTextField myMinimumPercentCorrectTextField
javax.swing.JTextField myClassErrorToleranceTextField
javax.swing.JTextField myTrainToleranceTextField
javax.swing.JTextField myMaximumPassesTextField
AbleJavaScriptAgentPanel.TextListener myTextListener
| Class com.ibm.able.agents.AbleNeuralClassifierAgent extends AbleDefaultAgent implements Serializable |
serialVersionUID: 1999100100000000001l
| Serialization Methods |
private void readObject(java.io.ObjectInputStream ois)
throws java.lang.ClassNotFoundException,
java.io.IOException
java.io.IOException - an IO exception
java.lang.ClassNotFoundException - if class file not found
private void writeObject(java.io.ObjectOutputStream theObjectOutputStream)
throws java.io.IOException
| Serialized Fields |
java.lang.String dataFileName
java.lang.String testDataFileName
int bufferSize
int maxNumPasses
int desiredPercentCorrect
int desiredPercentIncorrect
java.lang.String netArch
AbleImport imp1
AbleImport imp2
AbleFilter filt1
AbleFilter filt2
AbleBackPropagation net
double avgRMSError
int numPasses
boolean training
int lastNumPasses
double trainTolerance
double testTolerance
int trainToTestRatio
boolean trainOK
| Class com.ibm.able.agents.AbleNeuralClassifierAgentCustomizer extends AbleDefaultAgentCustomizer implements Serializable |
| Serialized Fields |
AbleNeuralClassifierAgentPanel myBeanPanel
| Class com.ibm.able.agents.AbleNeuralClassifierAgentPanel extends javax.swing.JPanel implements Serializable |
| Serialized Fields |
AbleNeuralClassifierAgent myAgent
AbleNeuralClassifierAgentCustomizer myCustomizer
java.lang.String myArchitecture
javax.swing.JTextField myTrainFileTextField
javax.swing.JTextField myTestFileTextField
javax.swing.JTextField myArchInputTextField
javax.swing.JTextField myArchHidden1TextField
javax.swing.JTextField myArchHidden2TextField
javax.swing.JTextField myArchHidden3TextField
javax.swing.JTextField myArchOutputTextField
javax.swing.JButton myGenerateButton
javax.swing.JComboBox myAgentModeComboBox
javax.swing.JTextField myTrainToTestRatioTextField
javax.swing.JButton myTrainStopButton
javax.swing.JButton myResetBeansButton
javax.swing.JTextField myMinimumPercentCorrectTextField
javax.swing.JTextField myClassErrorToleranceTextField
javax.swing.JTextField myTrainToleranceTextField
javax.swing.JTextField myMaximumPassesTextField
AbleNeuralClassifierAgentPanel.TextListener myTextListener
| Class com.ibm.able.agents.AbleNeuralClusteringAgent extends AbleDefaultAgent implements Serializable |
serialVersionUID: 1999100100000000001l
| Serialization Methods |
private void readObject(java.io.ObjectInputStream ois)
throws java.lang.ClassNotFoundException,
java.io.IOException
java.io.IOException - an IO exception
java.lang.ClassNotFoundException - if class file not found
private void writeObject(java.io.ObjectOutputStream theObjectOutputStream)
throws java.io.IOException
| Serialized Fields |
java.lang.String dataFileName
java.lang.String testDataFileName
int bufferSize
int maxNumPasses
double confidence
int numRows
int numCols
AbleImport imp1
AbleImport imp2
AbleFilter filt1
AbleSelfOrganizingMap net
int winner
int numPasses
boolean training
boolean autoTrain
double[] inNum
double[] outNum
java.lang.String[] inSym
java.lang.String[] outSym
| Class com.ibm.able.agents.AbleNeuralClusteringAgentCustomizer extends AbleDefaultAgentCustomizer implements Serializable |
| Serialized Fields |
AbleNeuralClusteringAgentPanel myBeanPanel
| Class com.ibm.able.agents.AbleNeuralClusteringAgentPanel extends javax.swing.JPanel implements Serializable |
| Serialized Fields |
AbleNeuralClusteringAgent myAgent
AbleNeuralClusteringAgentCustomizer myCustomizer
java.lang.String myArchitecture
javax.swing.JTextField myTrainFileTextField
javax.swing.JTextField myTestFileTextField
javax.swing.JTextField myArchInputTextField
javax.swing.JTextField myArchOutput1TextField
javax.swing.JTextField myArchOutput2TextField
javax.swing.JButton myGenerateButton
javax.swing.JComboBox myAgentModeComboBox
javax.swing.JButton myTrainStopButton
javax.swing.JButton myResetBeansButton
javax.swing.JTextField myMaximumPassesTextField
AbleNeuralClusteringAgentPanel.TextListener myTextListener
| Class com.ibm.able.agents.AbleNeuralPredictionAgent extends AbleDefaultAgent implements Serializable |
serialVersionUID: 1999100100000000001l
| Serialization Methods |
private void readObject(java.io.ObjectInputStream ois)
throws java.lang.ClassNotFoundException,
java.io.IOException
java.io.IOException - an IO exception
java.lang.ClassNotFoundException - if class file not found
private void writeObject(java.io.ObjectOutputStream theObjectOutputStream)
throws java.io.IOException
| Serialized Fields |
java.lang.String dataFileName
java.lang.String testDataFileName
int bufferSize
int maxNumPasses
double maxRMSError
java.lang.String netArch
int feedbackType
AbleImport imp1
AbleImport imp2
AbleFilter filt1
AbleFilter filt2
AbleTimeSeriesFilter tsFilter
AbleBackPropagation net
double avgRMSError
int numPasses
boolean training
boolean explicitErrorMode
int lastNumPasses
int trainToTestRatio
boolean trainOK
int windowSize
int horizon
boolean firstPass
| Class com.ibm.able.agents.AbleNeuralPredictionAgentCustomizer extends AbleDefaultAgentCustomizer implements Serializable |
| Serialized Fields |
AbleNeuralPredictionAgentPanel myBeanPanel
| Class com.ibm.able.agents.AbleNeuralPredictionAgentPanel extends javax.swing.JPanel implements Serializable |
| Serialized Fields |
AbleNeuralPredictionAgent myAgent
AbleNeuralPredictionAgentCustomizer myCustomizer
java.lang.String myArchitecture
javax.swing.JTextField myTrainFileTextField
javax.swing.JTextField myTestFileTextField
javax.swing.JTextField myArchInputTextField
javax.swing.JTextField myArchHidden1TextField
javax.swing.JTextField myArchHidden2TextField
javax.swing.JTextField myArchHidden3TextField
javax.swing.JTextField myArchOutputTextField
javax.swing.JComboBox myFeedbackComboBox
javax.swing.JTextField myWindowSizeTextField
javax.swing.JTextField myHorizonTextField
javax.swing.JButton myGenerateButton
javax.swing.JComboBox myAgentModeComboBox
javax.swing.JTextField myTrainToTestRatioTextField
javax.swing.JButton myTrainStopButton
javax.swing.JButton myResetBeansButton
javax.swing.JTextField myMinimumPercentCorrectTextField
javax.swing.JTextField myMaximumPercentIncorrectTextField
javax.swing.JTextField myMaximumPassesTextField
javax.swing.JTextField myMaximumRMSErrorTextField
javax.swing.JCheckBox myExplicitErrorModeCheckBox
javax.swing.JTextField myToleranceTextField
AbleNeuralPredictionAgentPanel.TextListener myTextListener
| Class com.ibm.able.agents.AbleRuleAgent extends AbleDefaultAgent implements Serializable |
serialVersionUID: 2001100500100300000l
| Serialization Methods |
private void readObject(java.io.ObjectInputStream ois)
throws java.lang.ClassNotFoundException,
java.io.IOException
java.io.IOException - an IO exception
java.lang.ClassNotFoundException - if class file not found
private void writeObject(java.io.ObjectOutputStream theObjectOutputStream)
throws java.io.IOException
| Serialized Fields |
AbleRuleSet behaviorRuleSet
java.lang.String behaviorRuleSetFileName
| Class com.ibm.able.agents.AbleRuleAgentCustomizer extends AbleDefaultAgentCustomizer implements Serializable |
| Serialized Fields |
AbleRuleAgentPanel myBeanPanel
| Class com.ibm.able.agents.AbleRuleAgentPanel extends javax.swing.JPanel implements Serializable |
| Serialized Fields |
AbleRuleAgent myAgent
AbleRuleAgentCustomizer myCustomizer
javax.swing.JTextField myBehaviorRuleSetFileNameTextField
javax.swing.JButton myGenerateButton
javax.swing.JTextField myMinimumPercentCorrectTextField
javax.swing.JTextField myClassErrorToleranceTextField
javax.swing.JTextField myTrainToleranceTextField
javax.swing.JTextField myMaximumPassesTextField
AbleRuleAgentPanel.TextListener myTextListener
| Class com.ibm.able.agents.AbleRuleBase extends AbleDefaultAgent implements Serializable |
serialVersionUID: 1999100100000000001l
| Serialized Fields |
java.util.Hashtable ruleSets
| Class com.ibm.able.agents.AbleScriptAgent extends AbleDefaultAgent implements Serializable |
serialVersionUID: 2001100500100300000l
| Serialization Methods |
private void readObject(java.io.ObjectInputStream ois)
throws java.lang.ClassNotFoundException,
java.io.IOException
java.io.IOException - an IO exception
java.lang.ClassNotFoundException - if class file not found
private void writeObject(java.io.ObjectOutputStream theObjectOutputStream)
throws java.io.IOException
| Serialized Fields |
AbleRuleSet initScript
AbleRuleSet processScript
AbleRuleSet processTimerScript
java.lang.String initScriptFileName
java.lang.String processScriptFileName
java.lang.String processTimerScriptFileName
| Class com.ibm.able.agents.AbleScriptAgentCustomizer extends AbleDefaultAgentCustomizer implements Serializable |
| Serialized Fields |
AbleScriptAgentPanel myBeanPanel
| Class com.ibm.able.agents.AbleScriptAgentPanel extends javax.swing.JPanel implements Serializable |
| Serialized Fields |
AbleScriptAgent myAgent
AbleScriptAgentCustomizer myCustomizer
javax.swing.JTextField myInitScriptFileNameTextField
javax.swing.JTextField myProcessScriptFileNameTextField
javax.swing.JTextField myProcessTimerScriptFileNameTextField
javax.swing.JButton myGenerateButton
javax.swing.JTextField myMinimumPercentCorrectTextField
javax.swing.JTextField myClass