<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN""http://www.w3.org/TR/REC-html40/frameset.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc on Tue Apr 03 18:30:39 CDT 2001 -->
<TITLE>
: Index
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
</HEAD>
<BODY BGCOLOR="white">

<!-- ========== START OF NAVBAR ========== -->
<A NAME="navbar_top"><!-- --></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
  <TR ALIGN="center" VALIGN="top">
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>

<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;PREV&nbsp;
&nbsp;NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="index.html" TARGET="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="index-all.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
</TR>
</TABLE>
<!-- =========== END OF NAVBAR =========== -->

<A HREF="#_A_">A</A> <A HREF="#_B_">B</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_I_">I</A> <A HREF="#_L_">L</A> <A HREF="#_M_">M</A> <A HREF="#_N_">N</A> <A HREF="#_O_">O</A> <A HREF="#_P_">P</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_W_">W</A> <A HREF="#_X_">X</A> <HR>
<A NAME="_A_"><!-- --></A><H2>
<B>A</B></H2>
<DL>
<DT><A HREF="net/openai/ai/nn/network/Layer.html#addBias()"><B>addBias()</B></A> - 
Method in class net.openai.ai.nn.network.<A HREF="net/openai/ai/nn/network/Layer.html">Layer</A>
<DD>Add the bias neuron.
<DT><A HREF="net/openai/ai/nn/parser/Data.html#addColumnName(java.lang.String)"><B>addColumnName(String)</B></A> - 
Method in class net.openai.ai.nn.parser.<A HREF="net/openai/ai/nn/parser/Data.html">Data</A>
<DD>Add a column name to the list.
<DT><A HREF="net/openai/ai/nn/network/Neuron.html#addConnectionFrom(net.openai.ai.nn.network.Connection)"><B>addConnectionFrom(Connection)</B></A> - 
Method in class net.openai.ai.nn.network.<A HREF="net/openai/ai/nn/network/Neuron.html">Neuron</A>
<DD>Add a connection from this neuron.
<DT><A HREF="net/openai/ai/nn/network/Neuron.html#addConnectionTo(net.openai.ai.nn.network.Connection)"><B>addConnectionTo(Connection)</B></A> - 
Method in class net.openai.ai.nn.network.<A HREF="net/openai/ai/nn/network/Neuron.html">Neuron</A>
<DD>Add a connection to this neuron.
<DT><A HREF="net/openai/ai/nn/training/TrainingSet.html#addElement(net.openai.ai.nn.training.TrainingElement)"><B>addElement(TrainingElement)</B></A> - 
Method in class net.openai.ai.nn.training.<A HREF="net/openai/ai/nn/training/TrainingSet.html">TrainingSet</A>
<DD>Adds a new training element to the system.
<DT><A HREF="net/openai/ai/nn/network/Network.html#addLayer()"><B>addLayer()</B></A> - 
Method in class net.openai.ai.nn.network.<A HREF="net/openai/ai/nn/network/Network.html">Network</A>
<DD>Adds a single layer to the network.
<DT><A HREF="net/openai/ai/nn/network/Layer.html#addNeuron()"><B>addNeuron()</B></A> - 
Method in class net.openai.ai.nn.network.<A HREF="net/openai/ai/nn/network/Layer.html">Layer</A>
<DD>Creates and adds a single neuron to the layer.
<DT><A HREF="net/openai/ai/nn/network/Layer.html#addNeuron(net.openai.ai.nn.network.Neuron)"><B>addNeuron(Neuron)</B></A> - 
Method in class net.openai.ai.nn.network.<A HREF="net/openai/ai/nn/network/Layer.html">Layer</A>
<DD>Adds a single neuron to the layer.
<DT><A HREF="net/openai/ai/nn/parser/Data.html#addRow(java.util.Vector)"><B>addRow(Vector)</B></A> - 
Method in class net.openai.ai.nn.parser.<A HREF="net/openai/ai/nn/parser/Data.html">Data</A>
<DD>Add a single row of data.
<DT><A HREF="net/openai/ai/nn/architecture/Architecture.html"><B>Architecture</B></A> - class net.openai.ai.nn.architecture.<A HREF="net/openai/ai/nn/architecture/Architecture.html">Architecture</A>.<DD>This class defines how the neural network will be constructed 
  or connected.<DT><A HREF="net/openai/ai/nn/architecture/Architecture.html#Architecture()"><B>Architecture()</B></A> - 
Constructor for class net.openai.ai.nn.architecture.<A HREF="net/openai/ai/nn/architecture/Architecture.html">Architecture</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_B_"><!-- --></A><H2>
<B>B</B></H2>
<DL>
<DT><A HREF="net/openai/ai/nn/network/BiasNeuron.html"><B>BiasNeuron</B></A> - class net.openai.ai.nn.network.<A HREF="net/openai/ai/nn/network/BiasNeuron.html">BiasNeuron</A>.<DD>&nbsp;<DT><A HREF="net/openai/ai/nn/network/BiasNeuron.html#BiasNeuron()"><B>BiasNeuron()</B></A> - 
Constructor for class net.openai.ai.nn.network.<A HREF="net/openai/ai/nn/network/BiasNeuron.html">BiasNeuron</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_C_"><!-- --></A><H2>
<B>C</B></H2>
<DL>
<DT><A HREF="net/openai/ai/nn/network/Layer.html#calculate()"><B>calculate()</B></A> - 
Method in class net.openai.ai.nn.network.<A HREF="net/openai/ai/nn/network/Layer.html">Layer</A>
<DD>Processes this layer, calling the input function, 
 then the transfer function and sets all variables for the 
 learning process to be completed.
<DT><A HREF="net/openai/ai/nn/error/ErrorType.html#calculateError(net.openai.ai.nn.network.Network)"><B>calculateError(Network)</B></A> - 
Method in class net.openai.ai.nn.error.<A HREF="net/openai/ai/nn/error/ErrorType.html">ErrorType</A>
<DD>&nbsp;
<DT><A HREF="net/openai/ai/nn/error/TestErrorType.html#calculateError(net.openai.ai.nn.network.Network)"><B>calculateError(Network)</B></A> - 
Method in class net.openai.ai.nn.error.<A HREF="net/openai/ai/nn/error/TestErrorType.html">TestErrorType</A>
<DD>&nbsp;
<DT><A HREF="net/openai/ai/nn/input/InputFunction.html#calculateInput(net.openai.ai.nn.network.Neuron)"><B>calculateInput(Neuron)</B></A> - 
Method in class net.openai.ai.nn.input.<A HREF="net/openai/ai/nn/input/InputFunction.html">InputFunction</A>
<DD>&nbsp;
<DT><A HREF="net/openai/ai/nn/input/TestInputFunction.html#calculateInput(net.openai.ai.nn.network.Neuron)"><B>calculateInput(Neuron)</B></A> - 
Method in class net.openai.ai.nn.input.<A HREF="net/openai/ai/nn/input/TestInputFunction.html">TestInputFunction</A>
<DD>&nbsp;
<DT><A HREF="net/openai/ai/nn/network/Layer.html#clear()"><B>clear()</B></A> - 
Method in class net.openai.ai.nn.network.<A HREF="net/openai/ai/nn/network/Layer.html">Layer</A>
<DD>Clears all the existing neurons.
<DT><A HREF="net/openai/ai/nn/network/Network.html#connect()"><B>connect()</B></A> - 
Method in class net.openai.ai.nn.network.<A HREF="net/openai/ai/nn/network/Network.html">Network</A>
<DD>Connect the network using the networks' architecture rule.
<DT><A HREF="net/openai/ai/nn/network/Connection.html"><B>Connection</B></A> - class net.openai.ai.nn.network.<A HREF="net/openai/ai/nn/network/Connection.html">Connection</A>.<DD>&nbsp;<DT><A HREF="net/openai/ai/nn/network/Connection.html#Connection()"><B>Connection()</B></A> - 
Constructor for class net.openai.ai.nn.network.<A HREF="net/openai/ai/nn/network/Connection.html">Connection</A>
<DD>&nbsp;
<DT><A HREF="net/openai/ai/nn/network/Connection.html#Connection(net.openai.ai.nn.network.Neuron, net.openai.ai.nn.network.Neuron)"><B>Connection(Neuron, Neuron)</B></A> - 
Constructor for class net.openai.ai.nn.network.<A HREF="net/openai/ai/nn/network/Connection.html">Connection</A>
<DD>&nbsp;
<DT><A HREF="net/openai/ai/nn/architecture/Architecture.html#connectNetwork(net.openai.ai.nn.network.Network)"><B>connectNetwork(Network)</B></A> - 
Method in class net.openai.ai.nn.architecture.<A HREF="net/openai/ai/nn/architecture/Architecture.html">Architecture</A>
<DD>Connects the network passed in to this method.
<DT><A HREF="net/openai/ai/nn/architecture/TestArchitecture.html#connectNetwork(net.openai.ai.nn.network.Network)"><B>connectNetwork(Network)</B></A> - 
Method in class net.openai.ai.nn.architecture.<A HREF="net/openai/ai/nn/architecture/TestArchitecture.html">TestArchitecture</A>
<DD>Connects the network passed in to this method.
<DT><A HREF="net/openai/ai/nn/learning/LearningRule.html#correctLayer(net.openai.ai.nn.network.Layer, net.openai.ai.nn.training.TrainingElement)"><B>correctLayer(Layer, TrainingElement)</B></A> - 
Method in class net.openai.ai.nn.learning.<A HREF="net/openai/ai/nn/learning/LearningRule.html">LearningRule</A>
<DD>&nbsp;
<DT><A HREF="net/openai/ai/nn/learning/TestLearningRule.html#correctLayer(net.openai.ai.nn.network.Layer, net.openai.ai.nn.training.TrainingElement)"><B>correctLayer(Layer, TrainingElement)</B></A> - 
Method in class net.openai.ai.nn.learning.<A HREF="net/openai/ai/nn/learning/TestLearningRule.html">TestLearningRule</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_D_"><!-- --></A><H2>
<B>D</B></H2>
<DL>
<DT><A HREF="net/openai/ai/nn/parser/Data.html"><B>Data</B></A> - class net.openai.ai.nn.parser.<A HREF="net/openai/ai/nn/parser/Data.html">Data</A>.<DD>&nbsp;<DT><A HREF="net/openai/ai/nn/parser/Data.html#Data()"><B>Data()</B></A> - 
Constructor for class net.openai.ai.nn.parser.<A HREF="net/openai/ai/nn/parser/Data.html">Data</A>
<DD>&nbsp;
<DT><A HREF="net/openai/ai/nn/parser/DataParser.html"><B>DataParser</B></A> - class net.openai.ai.nn.parser.<A HREF="net/openai/ai/nn/parser/DataParser.html">DataParser</A>.<DD>&nbsp;<DT><A HREF="net/openai/ai/nn/parser/DataParser.html#DataParser()"><B>DataParser()</B></A> - 
Constructor for class net.openai.ai.nn.parser.<A HREF="net/openai/ai/nn/parser/DataParser.html">DataParser</A>
<DD>&nbsp;
<DT><A HREF="net/openai/ai/nn/error/ErrorType.html#db(java.lang.String)"><B>db(String)</B></A> - 
Method in class net.openai.ai.nn.error.<A HREF="net/openai/ai/nn/error/ErrorType.html">ErrorType</A>
<DD>&nbsp;
<DT><A HREF="net/openai/ai/nn/input/InputFunction.html#db(java.lang.String)"><B>db(String)</B></A> - 
Method in class net.openai.ai.nn.input.<A HREF="net/openai/ai/nn/input/InputFunction.html">InputFunction</A>
<DD>&nbsp;
<DT><A HREF="net/openai/ai/nn/learning/LearningRule.html#db(java.lang.String)"><B>db(String)</B></A> - 
Method in class net.openai.ai.nn.learning.<A HREF="net/openai/ai/nn/learning/LearningRule.html">LearningRule</A>
<DD>&nbsp;
<DT><A HREF="net/openai/ai/nn/transfer/TransferFunction.html#db(java.lang.String)"><B>db(String)</B></A> - 
Method in class net.openai.ai.nn.transfer.<A HREF="net/openai/ai/nn/transfer/TransferFunction.html">TransferFunction</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_E_"><!-- --></A><H2>
<B>E</B></H2>
<DL>
<DT><A HREF="net/openai/ai/nn/error/ErrorType.html"><B>ErrorType</B></A> - class net.openai.ai.nn.error.<A HREF="net/openai/ai/nn/error/ErrorType.html">ErrorType</A>.<DD>&nbsp;<DT><A HREF="net/openai/ai/nn/error/ErrorType.html#ErrorType()"><B>ErrorType()</B></A> - 
Constructor for class net.openai.ai.nn.error.<A HREF="net/openai/ai/nn/error/ErrorType.html">ErrorType</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_G_"><!-- --></A><H2>
<B>G</B></H2>
<DL>
<DT><A HREF="net/openai/ai/nn/network/Network.html#getArchitecture()"><B>getArchitecture()</B></A> - 
Method in class net.openai.ai.nn.network.<A HREF="net/openai/ai/nn/network/Network.html">Network</A>
<DD>Get the value of architecture.
<DT><A HREF="net/openai/ai/nn/parser/Data.html#getColumnNames()"><B>getColumnNames()</B></A> - 
Method in class net.openai.ai.nn.parser.<A HREF="net/openai/ai/nn/parser/Data.html">Data</A>
<DD>Get the column names for this data.
<DT><A HREF="net/openai/ai/nn/parser/Parser.html#getConfigFile()"><B>getConfigFile()</B></A> - 
Method in class net.openai.ai.nn.parser.<A HREF="net/openai/ai/nn/parser/Parser.html">Parser</A>
<DD>&nbsp;
<DT><A HREF="net/openai/ai/nn/network/Neuron.html#getConnections()"><B>getConnections()</B></A> - 
Method in class net.openai.ai.nn.network.<A HREF="net/openai/ai/nn/network/Neuron.html">Neuron</A>
<DD>Gets all connections for this neuron..
<DT><A HREF="net/openai/ai/nn/network/Neuron.html#getConnectionsFrom()"><B>getConnectionsFrom()</B></A> - 
Method in class net.openai.ai.nn.network.<A HREF="net/openai/ai/nn/network/Neuron.html">Neuron</A>
<DD>Gets all 'from' connections for this neuron..
<DT><A HREF="net/openai/ai/nn/network/Neuron.html#getConnectionsTo()"><B>getConnectionsTo()</B></A> - 
Method in class net.openai.ai.nn.network.<A HREF="net/openai/ai/nn/network/Neuron.html">Neuron</A>
<DD>Gets all 'to' connections for this neuron..
<DT><A HREF="net/openai/ai/nn/network/Neuron.html#getConnectionTo(net.openai.ai.nn.network.Neuron)"><B>getConnectionTo(Neuron)</B></A> - 
Method in class net.openai.ai.nn.network.<A HREF="net/openai/ai/nn/network/Neuron.html">Neuron</A>
<DD>Gets a connection to a particular neuron.
<DT><A HREF="net/openai/ai/nn/network/Network.html#getDebug()"><B>getDebug()</B></A> - 
Static method in class net.openai.ai.nn.network.<A HREF="net/openai/ai/nn/network/Network.html">Network</A>
<DD>Get the debug flag.
<DT><A HREF="net/openai/ai/nn/training/TrainingElement.html#getDesired()"><B>getDesired()</B></A> - 
Method in class net.openai.ai.nn.training.<A HREF="net/openai/ai/nn/training/TrainingElement.html">TrainingElement</A>
<DD>Returns the desired values for this element
<DT><A HREF="net/openai/ai/nn/training/TrainingSet.html#getElements()"><B>getElements()</B></A> - 
Method in class net.openai.ai.nn.training.<A HREF="net/openai/ai/nn/training/TrainingSet.html">TrainingSet</A>
<DD>Returns an Enumeration of TrainingElements.
<DT><A HREF="net/openai/ai/nn/network/Neuron.html#getError()"><B>getError()</B></A> - 
Method in class net.openai.ai.nn.network.<A HREF="net/openai/ai/nn/network/Neuron.html">Neuron</A>
<DD>Gets the error for this neuron.
<DT><A HREF="net/openai/ai/nn/network/Network.html#getError()"><B>getError()</B></A> - 
Method in class net.openai.ai.nn.network.<A HREF="net/openai/ai/nn/network/Network.html">Network</A>
<DD>Get the network error.
<DT><A HREF="net/openai/ai/nn/network/Network.html#getErrorCriterion()"><B>getErrorCriterion()</B></A> - 
Method in class net.openai.ai.nn.network.<A HREF="net/openai/ai/nn/network/Network.html">Network</A>
<DD>Get the network errorCriterion.
<DT><A HREF="net/openai/ai/nn/network/Network.html#getErrorType()"><B>getErrorType()</B></A> - 
Method in class net.openai.ai.nn.network.<A HREF="net/openai/ai/nn/network/Network.html">Network</A>
<DD>Get the value of errorType.
<DT><A HREF="net/openai/ai/nn/network/Connection.html#getFromNeuron()"><B>getFromNeuron()</B></A> - 
Method in class net.openai.ai.nn.network.<A HREF="net/openai/ai/nn/network/Connection.html">Connection</A>
<DD>Get the from neuron
<DT><A HREF="net/openai/ai/nn/network/Network.html#getHiddenLayers()"><B>getHiddenLayers()</B></A> - 
Method in class net.openai.ai.nn.network.<A HREF="net/openai/ai/nn/network/Network.html">Network</A>
<DD>Gets the hidden layers for this network.
<DT><A HREF="net/openai/ai/nn/network/Neuron.html#getInput()"><B>getInput()</B></A> - 
Method in class net.openai.ai.nn.network.<A HREF="net/openai/ai/nn/network/Neuron.html">Neuron</A>
<DD>Gets the input for this neuron.
<DT><A HREF="net/openai/ai/nn/training/TrainingElement.html#getInput()"><B>getInput()</B></A> - 
Method in class net.openai.ai.nn.training.<A HREF="net/openai/ai/nn/training/TrainingElement.html">TrainingElement</A>
<DD>Returns the input values for this element
<DT><A HREF="net/openai/ai/nn/training/TrainingSet.html#getInputCategories()"><B>getInputCategories()</B></A> - 
Method in class net.openai.ai.nn.training.<A HREF="net/openai/ai/nn/training/TrainingSet.html">TrainingSet</A>
<DD>Returns a vector containing the names of the categories for
 the input data.
<DT><A HREF="net/openai/ai/nn/network/Layer.html#getInputFunction()"><B>getInputFunction()</B></A> - 
Method in class net.openai.ai.nn.network.<A HREF="net/openai/ai/nn/network/Layer.html">Layer</A>
<DD>Get the value of inputFunction.
<DT><A HREF="net/openai/ai/nn/network/Network.html#getInputLayer()"><B>getInputLayer()</B></A> - 
Method in class net.openai.ai.nn.network.<A HREF="net/openai/ai/nn/network/Network.html">Network</A>
<DD>Gets the input layer for this network.
<DT><A HREF="net/openai/ai/nn/network/Weight.html#getLastDelta()"><B>getLastDelta()</B></A> - 
Method in class net.openai.ai.nn.network.<A HREF="net/openai/ai/nn/network/Weight.html">Weight</A>
<DD>Get the weight's lastDelta.
<DT><A HREF="net/openai/ai/nn/network/Network.html#getLayerAt(int)"><B>getLayerAt(int)</B></A> - 
Method in class net.openai.ai.nn.network.<A HREF="net/openai/ai/nn/network/Network.html">Network</A>
<DD>Get a specific layer in the network..
<DT><A HREF="net/openai/ai/nn/network/Network.html#getLayers()"><B>getLayers()</B></A> - 
Method in class net.openai.ai.nn.network.<A HREF="net/openai/ai/nn/network/Network.html">Network</A>
<DD>Gets all layers for this network.
<DT><A HREF="net/openai/ai/nn/network/Layer.html#getLayerType()"><B>getLayerType()</B></A> - 
Method in class net.openai.ai.nn.network.<A HREF="net/openai/ai/nn/network/Layer.html">Layer</A>
<DD>Get the layer type.
<DT><A HREF="net/openai/ai/nn/network/Network.html#getLearning()"><B>getLearning()</B></A> - 
Method in class net.openai.ai.nn.network.<A HREF="net/openai/ai/nn/network/Network.html">Network</A>
<DD>Get the learning flag.
<DT><A HREF="net/openai/ai/nn/network/Layer.html#getLearningRule()"><B>getLearningRule()</B></A> - 
Method in class net.openai.ai.nn.network.<A HREF="net/openai/ai/nn/network/Layer.html">Layer</A>
<DD>Get the value of learningRule.
<DT><A HREF="net/openai/ai/nn/network/Layer.html#getName()"><B>getName()</B></A> - 
Method in class net.openai.ai.nn.network.<A HREF="net/openai/ai/nn/network/Layer.html">Layer</A>
<DD>Gets the name for this layer.
<DT><A HREF="net/openai/ai/nn/network/Layer.html#getNeurons()"><B>getNeurons()</B></A> - 
Method in class net.openai.ai.nn.network.<A HREF="net/openai/ai/nn/network/Layer.html">Layer</A>
<DD>Get the neurons for this layer.
<DT><A HREF="net/openai/ai/nn/network/Neuron.html#getOutput()"><B>getOutput()</B></A> - 
Method in class net.openai.ai.nn.network.<A HREF="net/openai/ai/nn/network/Neuron.html">Neuron</A>
<DD>Gets the output for this neuron.
<DT><A HREF="net/openai/ai/nn/training/TrainingElement.html#getOutput()"><B>getOutput()</B></A> - 
Method in class net.openai.ai.nn.training.<A HREF="net/openai/ai/nn/training/TrainingElement.html">TrainingElement</A>
<DD>Returns the current output values for this element
<DT><A HREF="net/openai/ai/nn/training/TrainingSet.html#getOutputCategories()"><B>getOutputCategories()</B></A> - 
Method in class net.openai.ai.nn.training.<A HREF="net/openai/ai/nn/training/TrainingSet.html">TrainingSet</A>
<DD>Returns a vector containing the names of the categories for
 the output data.
<DT><A HREF="net/openai/ai/nn/network/Network.html#getOutputLayer()"><B>getOutputLayer()</B></A> - 
Method in class net.openai.ai.nn.network.<A HREF="net/openai/ai/nn/network/Network.html">Network</A>
<DD>Gets the output layer for this network.
<DT><A HREF="net/openai/ai/nn/parser/Data.html#getRows()"><B>getRows()</B></A> - 
Method in class net.openai.ai.nn.parser.<A HREF="net/openai/ai/nn/parser/Data.html">Data</A>
<DD>Get the rows of data.
<DT><A HREF="net/openai/ai/nn/network/Layer.html#getSize()"><B>getSize()</B></A> - 
Method in class net.openai.ai.nn.network.<A HREF="net/openai/ai/nn/network/Layer.html">Layer</A>
<DD>Returns the number of neurons in this layer.
<DT><A HREF="net/openai/ai/nn/network/Connection.html#getToNeuron()"><B>getToNeuron()</B></A> - 
Method in class net.openai.ai.nn.network.<A HREF="net/openai/ai/nn/network/Connection.html">Connection</A>
<DD>Get the to neuron.
<DT><A HREF="net/openai/ai/nn/network/Network.html#getTrainingElement()"><B>getTrainingElement()</B></A> - 
Method in class net.openai.ai.nn.network.<A HREF="net/openai/ai/nn/network/Network.html">Network</A>
<DD>Get the training element currently being worked on by the network.
<DT><A HREF="net/openai/ai/nn/network/Network.html#getTrainingSet()"><B>getTrainingSet()</B></A> - 
Method in class net.openai.ai.nn.network.<A HREF="net/openai/ai/nn/network/Network.html">Network</A>
<DD>Get the training set to be worked on by the network.
<DT><A HREF="net/openai/ai/nn/network/Layer.html#getTransferFunction()"><B>getTransferFunction()</B></A> - 
Method in class net.openai.ai.nn.network.<A HREF="net/openai/ai/nn/network/Layer.html">Layer</A>
<DD>Get the value of transferFunction.
<DT><A HREF="net/openai/ai/nn/network/Network.html#getUseBias()"><B>getUseBias()</B></A> - 
Method in class net.openai.ai.nn.network.<A HREF="net/openai/ai/nn/network/Network.html">Network</A>
<DD>get the flag for whether this network will use a bias.
<DT><A HREF="net/openai/ai/nn/network/Weight.html#getValue()"><B>getValue()</B></A> - 
Method in class net.openai.ai.nn.network.<A HREF="net/openai/ai/nn/network/Weight.html">Weight</A>
<DD>Get the weight's value.
<DT><A HREF="net/openai/ai/nn/network/Connection.html#getWeight()"><B>getWeight()</B></A> - 
Method in class net.openai.ai.nn.network.<A HREF="net/openai/ai/nn/network/Connection.html">Connection</A>
<DD>Get the weight associated with this connection.
<DT><A HREF="net/openai/ai/nn/parser/XMLParser.html#getXML()"><B>getXML()</B></A> - 
Method in interface net.openai.ai.nn.parser.<A HREF="net/openai/ai/nn/parser/XMLParser.html">XMLParser</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_H_"><!-- --></A><H2>
<B>H</B></H2>
<DL>
<DT><A HREF="net/openai/ai/nn/network/Layer.html#HIDDEN_LAYER"><B>HIDDEN_LAYER</B></A> - 
Static variable in class net.openai.ai.nn.network.<A HREF="net/openai/ai/nn/network/Layer.html">Layer</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_I_"><!-- --></A><H2>
<B>I</B></H2>
<DL>
<DT><A HREF="net/openai/ai/nn/network/Layer.html#INPUT_LAYER"><B>INPUT_LAYER</B></A> - 
Static variable in class net.openai.ai.nn.network.<A HREF="net/openai/ai/nn/network/Layer.html">Layer</A>
<DD>&nbsp;
<DT><A HREF="net/openai/ai/nn/input/InputFunction.html"><B>InputFunction</B></A> - class net.openai.ai.nn.input.<A HREF="net/openai/ai/nn/input/InputFunction.html">InputFunction</A>.<DD>&nbsp;<DT><A HREF="net/openai/ai/nn/input/InputFunction.html#InputFunction()"><B>InputFunction()</B></A> - 
Constructor for class net.openai.ai.nn.input.<A HREF="net/openai/ai/nn/input/InputFunction.html">InputFunction</A>
<DD>&nbsp;
<DT><A HREF="net/openai/ai/nn/network/Network.html#isConnected()"><B>isConnected()</B></A> - 
Method in class net.openai.ai.nn.network.<A HREF="net/openai/ai/nn/network/Network.html">Network</A>
<DD>Returns whether the network has been connected.
<DT><A HREF="net/openai/ai/nn/training/TrainingSet.html#isEmpty()"><B>isEmpty()</B></A> - 
Method in class net.openai.ai.nn.training.<A HREF="net/openai/ai/nn/training/TrainingSet.html">TrainingSet</A>
<DD>Returns whether this training set contains any elements.
<DT><A HREF="net/openai/ai/nn/network/Neuron.html#isErrorSet()"><B>isErrorSet()</B></A> - 
Method in class net.openai.ai.nn.network.<A HREF="net/openai/ai/nn/network/Neuron.html">Neuron</A>
<DD>Returns a flag that tells whether this neuron has had the error
 set
<DT><A HREF="net/openai/ai/nn/network/Network.html#iterate()"><B>iterate()</B></A> - 
Method in class net.openai.ai.nn.network.<A HREF="net/openai/ai/nn/network/Network.html">Network</A>
<DD>Iterates the network once.
<DT><A HREF="net/openai/ai/nn/network/Network.html#iterate(int)"><B>iterate(int)</B></A> - 
Method in class net.openai.ai.nn.network.<A HREF="net/openai/ai/nn/network/Network.html">Network</A>
<DD>Iterates the network for a specified number of iterations
<DT><A HREF="net/openai/ai/nn/architecture/Architecture.html#iterateNetwork(net.openai.ai.nn.network.Network)"><B>iterateNetwork(Network)</B></A> - 
Method in class net.openai.ai.nn.architecture.<A HREF="net/openai/ai/nn/architecture/Architecture.html">Architecture</A>
<DD>Iterates the network according to the rules set by the architecture.
<DT><A HREF="net/openai/ai/nn/architecture/TestArchitecture.html#iterateNetwork(net.openai.ai.nn.network.Network)"><B>iterateNetwork(Network)</B></A> - 
Method in class net.openai.ai.nn.architecture.<A HREF="net/openai/ai/nn/architecture/TestArchitecture.html">TestArchitecture</A>
<DD>Iterates the network according to the rules set by the architecture.
<DT><A HREF="net/openai/ai/nn/network/Network.html#iterateToCriterion()"><B>iterateToCriterion()</B></A> - 
Method in class net.openai.ai.nn.network.<A HREF="net/openai/ai/nn/network/Network.html">Network</A>
<DD>Iterates the network for a specified number of iterations
</DL>
<HR>
<A NAME="_L_"><!-- --></A><H2>
<B>L</B></H2>
<DL>
<DT><A HREF="net/openai/ai/nn/network/Layer.html"><B>Layer</B></A> - class net.openai.ai.nn.network.<A HREF="net/openai/ai/nn/network/Layer.html">Layer</A>.<DD>This class is a container for neurons and keeps state 
  information for this layer.<DT><A HREF="net/openai/ai/nn/network/Layer.html#Layer()"><B>Layer()</B></A> - 
Constructor for class net.openai.ai.nn.network.<A HREF="net/openai/ai/nn/network/Layer.html">Layer</A>
<DD>&nbsp;
<DT><A HREF="net/openai/ai/nn/network/Layer.html#learn(net.openai.ai.nn.training.TrainingElement)"><B>learn(TrainingElement)</B></A> - 
Method in class net.openai.ai.nn.network.<A HREF="net/openai/ai/nn/network/Layer.html">Layer</A>
<DD>The learning method for the layer.
<DT><A HREF="net/openai/ai/nn/learning/LearningRule.html"><B>LearningRule</B></A> - class net.openai.ai.nn.learning.<A HREF="net/openai/ai/nn/learning/LearningRule.html">LearningRule</A>.<DD>&nbsp;<DT><A HREF="net/openai/ai/nn/learning/LearningRule.html#LearningRule()"><B>LearningRule()</B></A> - 
Constructor for class net.openai.ai.nn.learning.<A HREF="net/openai/ai/nn/learning/LearningRule.html">LearningRule</A>
<DD>&nbsp;
<DT><A HREF="net/openai/ai/nn/parser/Parser.html#loadConfiguration()"><B>loadConfiguration()</B></A> - 
Method in class net.openai.ai.nn.parser.<A HREF="net/openai/ai/nn/parser/Parser.html">Parser</A>
<DD>&nbsp;
<DT><A HREF="net/openai/ai/nn/network/Network.html#loadConfiguration(java.io.File)"><B>loadConfiguration(File)</B></A> - 
Method in class net.openai.ai.nn.network.<A HREF="net/openai/ai/nn/network/Network.html">Network</A>
<DD>Creates a network by loading a configuration file.
<DT><A HREF="net/openai/ai/nn/network/Network.html#loadConfiguration(java.lang.String)"><B>loadConfiguration(String)</B></A> - 
Method in class net.openai.ai.nn.network.<A HREF="net/openai/ai/nn/network/Network.html">Network</A>
<DD>Creates a network by loading a configuration file by name.
<DT><A HREF="net/openai/ai/nn/network/Network.html#loadTrainingData(java.lang.String, java.lang.String)"><B>loadTrainingData(String, String)</B></A> - 
Method in class net.openai.ai.nn.network.<A HREF="net/openai/ai/nn/network/Network.html">Network</A>
<DD>Loads the data from the specified file.
</DL>
<HR>
<A NAME="_M_"><!-- --></A><H2>
<B>M</B></H2>
<DL>
<DT><A HREF="net/openai/ai/nn/network/Network.html#main(java.lang.String[])"><B>main(String[])</B></A> - 
Static method in class net.openai.ai.nn.network.<A HREF="net/openai/ai/nn/network/Network.html">Network</A>
<DD>The 'main' of the network.
<DT><A HREF="net/openai/ai/nn/parser/Parser.html#main(java.lang.String[])"><B>main(String[])</B></A> - 
Static method in class net.openai.ai.nn.parser.<A HREF="net/openai/ai/nn/parser/Parser.html">Parser</A>
<DD>&nbsp;
<DT><A HREF="net/openai/ai/nn/parser/DataParser.html#main(java.lang.String[])"><B>main(String[])</B></A> - 
Static method in class net.openai.ai.nn.parser.<A HREF="net/openai/ai/nn/parser/DataParser.html">DataParser</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_N_"><!-- --></A><H2>
<B>N</B></H2>
<DL>
<DT><A HREF="net/openai/ai/nn/architecture/package-summary.html"><B>net.openai.ai.nn.architecture</B></A> - package net.openai.ai.nn.architecture<DD>&nbsp;<DT><A HREF="net/openai/ai/nn/error/package-summary.html"><B>net.openai.ai.nn.error</B></A> - package net.openai.ai.nn.error<DD>&nbsp;<DT><A HREF="net/openai/ai/nn/input/package-summary.html"><B>net.openai.ai.nn.input</B></A> - package net.openai.ai.nn.input<DD>&nbsp;<DT><A HREF="net/openai/ai/nn/learning/package-summary.html"><B>net.openai.ai.nn.learning</B></A> - package net.openai.ai.nn.learning<DD>&nbsp;<DT><A HREF="net/openai/ai/nn/network/package-summary.html"><B>net.openai.ai.nn.network</B></A> - package net.openai.ai.nn.network<DD>&nbsp;<DT><A HREF="net/openai/ai/nn/parser/package-summary.html"><B>net.openai.ai.nn.parser</B></A> - package net.openai.ai.nn.parser<DD>&nbsp;<DT><A HREF="net/openai/ai/nn/training/package-summary.html"><B>net.openai.ai.nn.training</B></A> - package net.openai.ai.nn.training<DD>&nbsp;<DT><A HREF="net/openai/ai/nn/transfer/package-summary.html"><B>net.openai.ai.nn.transfer</B></A> - package net.openai.ai.nn.transfer<DD>&nbsp;<DT><A HREF="net/openai/ai/nn/network/Network.html"><B>Network</B></A> - class net.openai.ai.nn.network.<A HREF="net/openai/ai/nn/network/Network.html">Network</A>.<DD>This class encapsulates all global info on the neural network 
  and contains information on the architecture type and error type.<DT><A HREF="net/openai/ai/nn/network/Network.html#Network()"><B>Network()</B></A> - 
Constructor for class net.openai.ai.nn.network.<A HREF="net/openai/ai/nn/network/Network.html">Network</A>
<DD>&nbsp;
<DT><A HREF="net/openai/ai/nn/network/Network.html#Network(java.lang.String)"><B>Network(String)</B></A> - 
Constructor for class net.openai.ai.nn.network.<A HREF="net/openai/ai/nn/network/Network.html">Network</A>
<DD>Constructor use to create a network from a configuration file.
<DT><A HREF="net/openai/ai/nn/network/Neuron.html"><B>Neuron</B></A> - class net.openai.ai.nn.network.<A HREF="net/openai/ai/nn/network/Neuron.html">Neuron</A>.<DD>&nbsp;<DT><A HREF="net/openai/ai/nn/network/Neuron.html#Neuron()"><B>Neuron()</B></A> - 
Constructor for class net.openai.ai.nn.network.<A HREF="net/openai/ai/nn/network/Neuron.html">Neuron</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_O_"><!-- --></A><H2>
<B>O</B></H2>
<DL>
<DT><A HREF="net/openai/ai/nn/network/Layer.html#OUTPUT_LAYER"><B>OUTPUT_LAYER</B></A> - 
Static variable in class net.openai.ai.nn.network.<A HREF="net/openai/ai/nn/network/Layer.html">Layer</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_P_"><!-- --></A><H2>
<B>P</B></H2>
<DL>
<DT><A HREF="net/openai/ai/nn/parser/DataParser.html#parseData(java.lang.String)"><B>parseData(String)</B></A> - 
Static method in class net.openai.ai.nn.parser.<A HREF="net/openai/ai/nn/parser/DataParser.html">DataParser</A>
<DD>Parses a file and returns the data in a hashtable, keyed on a
 column name.
<DT><A HREF="net/openai/ai/nn/parser/Parser.html"><B>Parser</B></A> - class net.openai.ai.nn.parser.<A HREF="net/openai/ai/nn/parser/Parser.html">Parser</A>.<DD>&nbsp;<DT><A HREF="net/openai/ai/nn/parser/Parser.html#Parser()"><B>Parser()</B></A> - 
Constructor for class net.openai.ai.nn.parser.<A HREF="net/openai/ai/nn/parser/Parser.html">Parser</A>
<DD>&nbsp;
<DT><A HREF="net/openai/ai/nn/parser/Parser.html#Parser(java.io.File)"><B>Parser(File)</B></A> - 
Constructor for class net.openai.ai.nn.parser.<A HREF="net/openai/ai/nn/parser/Parser.html">Parser</A>
<DD>&nbsp;
<DT><A HREF="net/openai/ai/nn/parser/XMLParser.html#parseXML()"><B>parseXML()</B></A> - 
Method in interface net.openai.ai.nn.parser.<A HREF="net/openai/ai/nn/parser/XMLParser.html">XMLParser</A>
<DD>&nbsp;
<DT><A HREF="net/openai/ai/nn/parser/Parser.html#printDocument(net.openai.ai.nn.parser.Document)"><B>printDocument(Document)</B></A> - 
Method in class net.openai.ai.nn.parser.<A HREF="net/openai/ai/nn/parser/Parser.html">Parser</A>
<DD>&nbsp;
<DT><A HREF="net/openai/ai/nn/parser/Parser.html#printNode(net.openai.ai.nn.parser.Node)"><B>printNode(Node)</B></A> - 
Method in class net.openai.ai.nn.parser.<A HREF="net/openai/ai/nn/parser/Parser.html">Parser</A>
<DD>&nbsp;
<DT><A HREF="net/openai/ai/nn/parser/XMLParser.html#printXML()"><B>printXML()</B></A> - 
Method in interface net.openai.ai.nn.parser.<A HREF="net/openai/ai/nn/parser/XMLParser.html">XMLParser</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_R_"><!-- --></A><H2>
<B>R</B></H2>
<DL>
<DT><A HREF="net/openai/ai/nn/learning/LearningRule.html#ready(net.openai.ai.nn.network.Layer)"><B>ready(Layer)</B></A> - 
Method in class net.openai.ai.nn.learning.<A HREF="net/openai/ai/nn/learning/LearningRule.html">LearningRule</A>
<DD>&nbsp;
<DT><A HREF="net/openai/ai/nn/learning/TestLearningRule.html#ready(net.openai.ai.nn.network.Layer)"><B>ready(Layer)</B></A> - 
Method in class net.openai.ai.nn.learning.<A HREF="net/openai/ai/nn/learning/TestLearningRule.html">TestLearningRule</A>
<DD>&nbsp;
<DT><A HREF="net/openai/ai/nn/network/Layer.html#readyToLearn()"><B>readyToLearn()</B></A> - 
Method in class net.openai.ai.nn.network.<A HREF="net/openai/ai/nn/network/Layer.html">Layer</A>
<DD>Calls the learning rule to see if it's ready to process this layer.
</DL>
<HR>
<A NAME="_S_"><!-- --></A><H2>
<B>S</B></H2>
<DL>
<DT><A HREF="net/openai/ai/nn/network/Layer.html#seedNeurons(java.util.Vector)"><B>seedNeurons(Vector)</B></A> - 
Method in class net.openai.ai.nn.network.<A HREF="net/openai/ai/nn/network/Layer.html">Layer</A>
<DD>Seed the neurons with input.
<DT><A HREF="net/openai/ai/nn/network/Network.html#setArchitecture(net.openai.ai.nn.architecture.Architecture)"><B>setArchitecture(Architecture)</B></A> - 
Method in class net.openai.ai.nn.network.<A HREF="net/openai/ai/nn/network/Network.html">Network</A>
<DD>Set the value of architecture.
<DT><A HREF="net/openai/ai/nn/parser/Data.html#setColumnNames(java.util.Vector)"><B>setColumnNames(Vector)</B></A> - 
Method in class net.openai.ai.nn.parser.<A HREF="net/openai/ai/nn/parser/Data.html">Data</A>
<DD>Set the column names for this data.
<DT><A HREF="net/openai/ai/nn/parser/Parser.html#setConfigFile(java.io.File)"><B>setConfigFile(File)</B></A> - 
Method in class net.openai.ai.nn.parser.<A HREF="net/openai/ai/nn/parser/Parser.html">Parser</A>
<DD>&nbsp;
<DT><A HREF="net/openai/ai/nn/network/Network.html#setConnected(boolean)"><B>setConnected(boolean)</B></A> - 
Method in class net.openai.ai.nn.network.<A HREF="net/openai/ai/nn/network/Network.html">Network</A>
<DD>Set the connected flag.
<DT><A HREF="net/openai/ai/nn/network/Network.html#setDebug(boolean)"><B>setDebug(boolean)</B></A> - 
Method in class net.openai.ai.nn.network.<A HREF="net/openai/ai/nn/network/Network.html">Network</A>
<DD>Set the debug flag.
<DT><A HREF="net/openai/ai/nn/training/TrainingElement.html#setDesired(java.util.Vector)"><B>setDesired(Vector)</B></A> - 
Method in class net.openai.ai.nn.training.<A HREF="net/openai/ai/nn/training/TrainingElement.html">TrainingElement</A>
<DD>Sets the desired values for this element
<DT><A HREF="net/openai/ai/nn/network/Neuron.html#setError(double)"><B>setError(double)</B></A> - 
Method in class net.openai.ai.nn.network.<A HREF="net/openai/ai/nn/network/Neuron.html">Neuron</A>
<DD>Sets the error for this neuron.
<DT><A HREF="net/openai/ai/nn/network/Network.html#setError(double)"><B>setError(double)</B></A> - 
Method in class net.openai.ai.nn.network.<A HREF="net/openai/ai/nn/network/Network.html">Network</A>
<DD>Set the network error.
<DT><A HREF="net/openai/ai/nn/network/Network.html#setErrorCriterion(double)"><B>setErrorCriterion(double)</B></A> - 
Method in class net.openai.ai.nn.network.<A HREF="net/openai/ai/nn/network/Network.html">Network</A>
<DD>Set the network errorCriterion.
<DT><A HREF="net/openai/ai/nn/network/Network.html#setErrorType(net.openai.ai.nn.error.ErrorType)"><B>setErrorType(ErrorType)</B></A> - 
Method in class net.openai.ai.nn.network.<A HREF="net/openai/ai/nn/network/Network.html">Network</A>
<DD>Set the value of errorType.
<DT><A HREF="net/openai/ai/nn/network/Connection.html#setFromNeuron(net.openai.ai.nn.network.Neuron)"><B>setFromNeuron(Neuron)</B></A> - 
Method in class net.openai.ai.nn.network.<A HREF="net/openai/ai/nn/network/Connection.html">Connection</A>
<DD>Set the from neuron
<DT><A HREF="net/openai/ai/nn/network/Neuron.html#setInput(double)"><B>setInput(double)</B></A> - 
Method in class net.openai.ai.nn.network.<A HREF="net/openai/ai/nn/network/Neuron.html">Neuron</A>
<DD>Sets the input for this neuron.
<DT><A HREF="net/openai/ai/nn/training/TrainingElement.html#setInput(java.util.Vector)"><B>setInput(Vector)</B></A> - 
Method in class net.openai.ai.nn.training.<A HREF="net/openai/ai/nn/training/TrainingElement.html">TrainingElement</A>
<DD>Sets the input values for this element
<DT><A HREF="net/openai/ai/nn/training/TrainingSet.html#setInputCategories(java.util.Vector)"><B>setInputCategories(Vector)</B></A> - 
Method in class net.openai.ai.nn.training.<A HREF="net/openai/ai/nn/training/TrainingSet.html">TrainingSet</A>
<DD>Sets the categories for thhe input data.
<DT><A HREF="net/openai/ai/nn/network/Layer.html#setInputFunction(net.openai.ai.nn.input.InputFunction)"><B>setInputFunction(InputFunction)</B></A> - 
Method in class net.openai.ai.nn.network.<A HREF="net/openai/ai/nn/network/Layer.html">Layer</A>
<DD>Set the value of inputFunction.
<DT><A HREF="net/openai/ai/nn/network/Weight.html#setLastDelta(double)"><B>setLastDelta(double)</B></A> - 
Method in class net.openai.ai.nn.network.<A HREF="net/openai/ai/nn/network/Weight.html">Weight</A>
<DD>Set the weight's lastDelta.
<DT><A HREF="net/openai/ai/nn/network/Network.html#setLayerAt(net.openai.ai.nn.network.Layer, int)"><B>setLayerAt(Layer, int)</B></A> - 
Method in class net.openai.ai.nn.network.<A HREF="net/openai/ai/nn/network/Network.html">Network</A>
<DD>Set a specific position in the network to be a specific layer.
<DT><A HREF="net/openai/ai/nn/network/Layer.html#setLayerType(int)"><B>setLayerType(int)</B></A> - 
Method in class net.openai.ai.nn.network.<A HREF="net/openai/ai/nn/network/Layer.html">Layer</A>
<DD>Set the layer type.
<DT><A HREF="net/openai/ai/nn/network/Network.html#setLearning(boolean)"><B>setLearning(boolean)</B></A> - 
Method in class net.openai.ai.nn.network.<A HREF="net/openai/ai/nn/network/Network.html">Network</A>
<DD>Set the learning flag.
<DT><A HREF="net/openai/ai/nn/network/Layer.html#setLearningRule(net.openai.ai.nn.learning.LearningRule)"><B>setLearningRule(LearningRule)</B></A> - 
Method in class net.openai.ai.nn.network.<A HREF="net/openai/ai/nn/network/Layer.html">Layer</A>
<DD>Set the value of learningRule.
<DT><A HREF="net/openai/ai/nn/network/Layer.html#setName(java.lang.String)"><B>setName(String)</B></A> - 
Method in class net.openai.ai.nn.network.<A HREF="net/openai/ai/nn/network/Layer.html">Layer</A>
<DD>Sets the name for this layer.
<DT><A HREF="net/openai/ai/nn/network/Neuron.html#setOutput(double)"><B>setOutput(double)</B></A> - 
Method in class net.openai.ai.nn.network.<A HREF="net/openai/ai/nn/network/Neuron.html">Neuron</A>
<DD>Sets the output for this neuron.
<DT><A HREF="net/openai/ai/nn/training/TrainingElement.html#setOutput(java.util.Vector)"><B>setOutput(Vector)</B></A> - 
Method in class net.openai.ai.nn.training.<A HREF="net/openai/ai/nn/training/TrainingElement.html">TrainingElement</A>
<DD>Sets the output values for this element
<DT><A HREF="net/openai/ai/nn/training/TrainingSet.html#setOutputCategories(java.util.Vector)"><B>setOutputCategories(Vector)</B></A> - 
Method in class net.openai.ai.nn.training.<A HREF="net/openai/ai/nn/training/TrainingSet.html">TrainingSet</A>
<DD>Sets the categories for the output data..
<DT><A HREF="net/openai/ai/nn/parser/Data.html#setRows(java.util.Vector)"><B>setRows(Vector)</B></A> - 
Method in class net.openai.ai.nn.parser.<A HREF="net/openai/ai/nn/parser/Data.html">Data</A>
<DD>Set the rows of data.
<DT><A HREF="net/openai/ai/nn/network/Network.html#setSize(int)"><B>setSize(int)</B></A> - 
Method in class net.openai.ai.nn.network.<A HREF="net/openai/ai/nn/network/Network.html">Network</A>
<DD>Sets the size of this network.
<DT><A HREF="net/openai/ai/nn/network/Layer.html#setSize(int)"><B>setSize(int)</B></A> - 
Method in class net.openai.ai.nn.network.<A HREF="net/openai/ai/nn/network/Layer.html">Layer</A>
<DD>Sets the number of neurons in this layer, this should behave much 
 like the Vector.setSize() in that, if i > current Size, new neurons 
 are added to the layer and if i < current Size then any neuron at 
 index i or greater are discarded.
<DT><A HREF="net/openai/ai/nn/network/Connection.html#setToNeuron(net.openai.ai.nn.network.Neuron)"><B>setToNeuron(Neuron)</B></A> - 
Method in class net.openai.ai.nn.network.<A HREF="net/openai/ai/nn/network/Connection.html">Connection</A>
<DD>Set the to neuron.
<DT><A HREF="net/openai/ai/nn/network/Network.html#setTrainingElement(net.openai.ai.nn.training.TrainingElement)"><B>setTrainingElement(TrainingElement)</B></A> - 
Method in class net.openai.ai.nn.network.<A HREF="net/openai/ai/nn/network/Network.html">Network</A>
<DD>Set the training element to be worked on by the network.
<DT><A HREF="net/openai/ai/nn/network/Network.html#setTrainingSet(net.openai.ai.nn.training.TrainingSet)"><B>setTrainingSet(TrainingSet)</B></A> - 
Method in class net.openai.ai.nn.network.<A HREF="net/openai/ai/nn/network/Network.html">Network</A>
<DD>Set the training set to be worked on by the network.
<DT><A HREF="net/openai/ai/nn/network/Layer.html#setTransferFunction(net.openai.ai.nn.transfer.TransferFunction)"><B>setTransferFunction(TransferFunction)</B></A> - 
Method in class net.openai.ai.nn.network.<A HREF="net/openai/ai/nn/network/Layer.html">Layer</A>
<DD>Set the value of transferFunction.
<DT><A HREF="net/openai/ai/nn/network/Network.html#setUseBias(boolean)"><B>setUseBias(boolean)</B></A> - 
Method in class net.openai.ai.nn.network.<A HREF="net/openai/ai/nn/network/Network.html">Network</A>
<DD>Set whether the network will use a bias.
<DT><A HREF="net/openai/ai/nn/network/Weight.html#setValue(double)"><B>setValue(double)</B></A> - 
Method in class net.openai.ai.nn.network.<A HREF="net/openai/ai/nn/network/Weight.html">Weight</A>
<DD>Set the weight's value.
<DT><A HREF="net/openai/ai/nn/network/Connection.html#setWeight(net.openai.ai.nn.network.Weight)"><B>setWeight(Weight)</B></A> - 
Method in class net.openai.ai.nn.network.<A HREF="net/openai/ai/nn/network/Connection.html">Connection</A>
<DD>Set the weight to be associated with this connection.
<DT><A HREF="net/openai/ai/nn/parser/XMLParser.html#setXML(net.openai.ai.nn.parser.Node)"><B>setXML(Node)</B></A> - 
Method in interface net.openai.ai.nn.parser.<A HREF="net/openai/ai/nn/parser/XMLParser.html">XMLParser</A>
<DD>&nbsp;
<DT><A HREF="net/openai/ai/nn/training/TrainingSet.html#size()"><B>size()</B></A> - 
Method in class net.openai.ai.nn.training.<A HREF="net/openai/ai/nn/training/TrainingSet.html">TrainingSet</A>
<DD>Returns the number of elements in this set.
</DL>
<HR>
<A NAME="_T_"><!-- --></A><H2>
<B>T</B></H2>
<DL>
<DT><A HREF="net/openai/ai/nn/architecture/TestArchitecture.html"><B>TestArchitecture</B></A> - class net.openai.ai.nn.architecture.<A HREF="net/openai/ai/nn/architecture/TestArchitecture.html">TestArchitecture</A>.<DD>This class defines how the neural network will be constructed 
  or connected.<DT><A HREF="net/openai/ai/nn/architecture/TestArchitecture.html#TestArchitecture()"><B>TestArchitecture()</B></A> - 
Constructor for class net.openai.ai.nn.architecture.<A HREF="net/openai/ai/nn/architecture/TestArchitecture.html">TestArchitecture</A>
<DD>&nbsp;
<DT><A HREF="net/openai/ai/nn/error/TestErrorType.html"><B>TestErrorType</B></A> - class net.openai.ai.nn.error.<A HREF="net/openai/ai/nn/error/TestErrorType.html">TestErrorType</A>.<DD>&nbsp;<DT><A HREF="net/openai/ai/nn/error/TestErrorType.html#TestErrorType()"><B>TestErrorType()</B></A> - 
Constructor for class net.openai.ai.nn.error.<A HREF="net/openai/ai/nn/error/TestErrorType.html">TestErrorType</A>
<DD>&nbsp;
<DT><A HREF="net/openai/ai/nn/input/TestInputFunction.html"><B>TestInputFunction</B></A> - class net.openai.ai.nn.input.<A HREF="net/openai/ai/nn/input/TestInputFunction.html">TestInputFunction</A>.<DD>&nbsp;<DT><A HREF="net/openai/ai/nn/input/TestInputFunction.html#TestInputFunction()"><B>TestInputFunction()</B></A> - 
Constructor for class net.openai.ai.nn.input.<A HREF="net/openai/ai/nn/input/TestInputFunction.html">TestInputFunction</A>
<DD>&nbsp;
<DT><A HREF="net/openai/ai/nn/learning/TestLearningRule.html"><B>TestLearningRule</B></A> - class net.openai.ai.nn.learning.<A HREF="net/openai/ai/nn/learning/TestLearningRule.html">TestLearningRule</A>.<DD>&nbsp;<DT><A HREF="net/openai/ai/nn/learning/TestLearningRule.html#TestLearningRule()"><B>TestLearningRule()</B></A> - 
Constructor for class net.openai.ai.nn.learning.<A HREF="net/openai/ai/nn/learning/TestLearningRule.html">TestLearningRule</A>
<DD>&nbsp;
<DT><A HREF="net/openai/ai/nn/transfer/TestTransferFunction.html"><B>TestTransferFunction</B></A> - class net.openai.ai.nn.transfer.<A HREF="net/openai/ai/nn/transfer/TestTransferFunction.html">TestTransferFunction</A>.<DD>&nbsp;<DT><A HREF="net/openai/ai/nn/transfer/TestTransferFunction.html#TestTransferFunction()"><B>TestTransferFunction()</B></A> - 
Constructor for class net.openai.ai.nn.transfer.<A HREF="net/openai/ai/nn/transfer/TestTransferFunction.html">TestTransferFunction</A>
<DD>&nbsp;
<DT><A HREF="net/openai/ai/nn/network/Neuron.html#toString()"><B>toString()</B></A> - 
Method in class net.openai.ai.nn.network.<A HREF="net/openai/ai/nn/network/Neuron.html">Neuron</A>
<DD>Returns a string rpresentation of the neuron.
<DT><A HREF="net/openai/ai/nn/network/Layer.html#toString()"><B>toString()</B></A> - 
Method in class net.openai.ai.nn.network.<A HREF="net/openai/ai/nn/network/Layer.html">Layer</A>
<DD>Returns a String representation of this layer.\
<DT><A HREF="net/openai/ai/nn/parser/Data.html#toString()"><B>toString()</B></A> - 
Method in class net.openai.ai.nn.parser.<A HREF="net/openai/ai/nn/parser/Data.html">Data</A>
<DD>Returns a String of the columns and the data.
<DT><A HREF="net/openai/ai/nn/training/TrainingElement.html#toString()"><B>toString()</B></A> - 
Method in class net.openai.ai.nn.training.<A HREF="net/openai/ai/nn/training/TrainingElement.html">TrainingElement</A>
<DD>Returns a string representation of the training element.
<DT><A HREF="net/openai/ai/nn/training/TrainingElement.html"><B>TrainingElement</B></A> - class net.openai.ai.nn.training.<A HREF="net/openai/ai/nn/training/TrainingElement.html">TrainingElement</A>.<DD>&nbsp;<DT><A HREF="net/openai/ai/nn/training/TrainingElement.html#TrainingElement()"><B>TrainingElement()</B></A> - 
Constructor for class net.openai.ai.nn.training.<A HREF="net/openai/ai/nn/training/TrainingElement.html">TrainingElement</A>
<DD>&nbsp;
<DT><A HREF="net/openai/ai/nn/training/TrainingElement.html#TrainingElement(java.util.Vector, java.util.Vector)"><B>TrainingElement(Vector, Vector)</B></A> - 
Constructor for class net.openai.ai.nn.training.<A HREF="net/openai/ai/nn/training/TrainingElement.html">TrainingElement</A>
<DD>&nbsp;
<DT><A HREF="net/openai/ai/nn/training/TrainingSet.html"><B>TrainingSet</B></A> - class net.openai.ai.nn.training.<A HREF="net/openai/ai/nn/training/TrainingSet.html">TrainingSet</A>.<DD>&nbsp;<DT><A HREF="net/openai/ai/nn/training/TrainingSet.html#TrainingSet()"><B>TrainingSet()</B></A> - 
Constructor for class net.openai.ai.nn.training.<A HREF="net/openai/ai/nn/training/TrainingSet.html">TrainingSet</A>
<DD>&nbsp;
<DT><A HREF="net/openai/ai/nn/transfer/TransferFunction.html#transfer(net.openai.ai.nn.network.Neuron)"><B>transfer(Neuron)</B></A> - 
Method in class net.openai.ai.nn.transfer.<A HREF="net/openai/ai/nn/transfer/TransferFunction.html">TransferFunction</A>
<DD>&nbsp;
<DT><A HREF="net/openai/ai/nn/transfer/TestTransferFunction.html#transfer(net.openai.ai.nn.network.Neuron)"><B>transfer(Neuron)</B></A> - 
Method in class net.openai.ai.nn.transfer.<A HREF="net/openai/ai/nn/transfer/TestTransferFunction.html">TestTransferFunction</A>
<DD>&nbsp;
<DT><A HREF="net/openai/ai/nn/transfer/TransferFunction.html"><B>TransferFunction</B></A> - class net.openai.ai.nn.transfer.<A HREF="net/openai/ai/nn/transfer/TransferFunction.html">TransferFunction</A>.<DD>&nbsp;<DT><A HREF="net/openai/ai/nn/transfer/TransferFunction.html#TransferFunction()"><B>TransferFunction()</B></A> - 
Constructor for class net.openai.ai.nn.transfer.<A HREF="net/openai/ai/nn/transfer/TransferFunction.html">TransferFunction</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_W_"><!-- --></A><H2>
<B>W</B></H2>
<DL>
<DT><A HREF="net/openai/ai/nn/network/Weight.html"><B>Weight</B></A> - class net.openai.ai.nn.network.<A HREF="net/openai/ai/nn/network/Weight.html">Weight</A>.<DD>&nbsp;<DT><A HREF="net/openai/ai/nn/network/Weight.html#Weight()"><B>Weight()</B></A> - 
Constructor for class net.openai.ai.nn.network.<A HREF="net/openai/ai/nn/network/Weight.html">Weight</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_X_"><!-- --></A><H2>
<B>X</B></H2>
<DL>
<DT><A HREF="net/openai/ai/nn/parser/XMLParser.html"><B>XMLParser</B></A> - interface net.openai.ai.nn.parser.<A HREF="net/openai/ai/nn/parser/XMLParser.html">XMLParser</A>.<DD>&nbsp;</DL>
<HR>
<A HREF="#_A_">A</A> <A HREF="#_B_">B</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_I_">I</A> <A HREF="#_L_">L</A> <A HREF="#_M_">M</A> <A HREF="#_N_">N</A> <A HREF="#_O_">O</A> <A HREF="#_P_">P</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_W_">W</A> <A HREF="#_X_">X</A> 
<!-- ========== START OF NAVBAR ========== -->
<A NAME="navbar_bottom"><!-- --></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
  <TR ALIGN="center" VALIGN="top">
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>

<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;PREV&nbsp;
&nbsp;NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="index.html" TARGET="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="index-all.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
</TR>
</TABLE>
<!-- =========== END OF NAVBAR =========== -->

<HR>

</BODY>
</HTML>
