net.openai.ai.nn.error
Class TestErrorType

java.lang.Object
  |
  +--net.openai.ai.nn.error.ErrorType
        |
        +--net.openai.ai.nn.error.TestErrorType
All Implemented Interfaces:
java.io.Serializable

public class TestErrorType
extends ErrorType

Class declaration

Version:
%I%, %G%
Author:
See Also:
Serialized Form

Constructor Summary
TestErrorType()
           
 
Method Summary
 void calculateError(Network network)
          Method declaration
 
Methods inherited from class net.openai.ai.nn.error.ErrorType
db
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestErrorType

public TestErrorType()
Method Detail

calculateError

public void calculateError(Network network)
Method declaration

Specified by:
calculateError in class ErrorType
Parameters:
network -
See Also:


Copyright - 2001 OpenAI Labs. All Rights Reserved.