Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.joone.net: Javadoc index of package org.joone.net.


Package Samples:

org.joone.net

Classes:

NeuralNetAttributes: This class represents a descriptor of a neural network. It stores some parameters of the neural network useful to manage the training and the validation error of the net without having it loaded in memory. Created for the distributed environment to store the 'state' of the training of a net without the necessity to load in memory all the nets belonging to a generation, it can be extended to store more parameters for any other future use. WARNING: This class must be compatible with the SOAP-Serialization mechanism, hence add ONLY public parameters having: - public getter/setter methods - a basic ...
NeuralNet: This object represents a container of a neural network, giving to the developer the possibility to manage a neural network as a whole. Thanks to it, a neural network can be saved and restored using an unique writeObject and readObject command, without be worried about its internal composition. Not only this, because using a NeuralNet object, we can also easily transport a neural network on remote machines and runnit there, writing only few and generalized java code.
NeuralNetValidator: This class is useful to validate a neural network. It simply sets some parameters of the neural network passed as parameter and starts itself in a separated thread, notifying a listener when the validation step finishes.
NetCheck: Class to represent a network validation check error. NetChecks of ERROR severity prevent the network from running, NetChecks of WARNING severity do not.
NestedNeuralLayer
NestedNeuralLayerBeanInfo
NetChecker
NeuralNetBeanInfo
NeuralNetLoader
NeuralValidationEvent
NeuralValidationListener
SimpleNeuralNet

Home | Contact Us | Privacy Policy | Terms of Service