Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.neuroph.core Classes and Interfaces - 47 results found.
NameDescriptionTypePackageFramework
AndPerforms logic AND operation on input vector.Classorg.neuroph.core.inputNeuroph
BufferedDataSetThis class can be used for large training sets, which are partialy read from file during the training.Classorg.neuroph.core.dataNeuroph
ConnectionWeighted connection to another neuron.Classorg.neuroph.coreNeuroph
DataSetThis class represents a collection of data rows (DataSetRow instances) used for training and testing neural network.Classorg.neuroph.core.dataNeuroph
DataSetRowThis class represents single data row in a data set.Classorg.neuroph.core.dataNeuroph
DifferencePerforms the vector difference operation on input andAuthor:Zoran Sevarac See Also:Serialized FormClassorg.neuroph.core.inputNeuroph
ErrorFunctionInterface for calculating total network error during the learning.Interfaceorg.neuroph.core.learning.errorNeuroph
Gaussian Gaussian neuron transfer function.Classorg.neuroph.core.transferNeuroph
InputFunction Neuron's input function.Classorg.neuroph.core.inputNeuroph
IterativeLearningBase class for all iterative learning algorithms.Classorg.neuroph.core.learningNeuroph
Layer Layer of neurons in a neural network.Classorg.neuroph.coreNeuroph
LearningEventThis class holds information about the source of some learning event.Classorg.neuroph.core.eventsNeuroph
LearningEventListenerThis interface is implemented by classes who are listening to learning events (iterations, error etc.Interfaceorg.neuroph.core.eventsNeuroph
LearningEventTypeenum LearningEventTypeAuthor:Zoran SevaracClassorg.neuroph.core.eventsNeuroph
LearningRuleBase class for all neural network learning algorithms.Classorg.neuroph.core.learningNeuroph
LinearLinear neuron transfer function.Classorg.neuroph.core.transferNeuroph
Log Log neuron transfer function.Classorg.neuroph.core.transferNeuroph
MaxPerforms max function on input vectorAuthor:Zoran Sevarac See Also:Serialized FormClassorg.neuroph.core.inputNeuroph
MaxErrorStopStops learning rule if total network error is below some specified valueAuthor:Zoran Sevarac See Also:Serialized FormClassorg.neuroph.core.learning.stopNeuroph
MaxIterationsStopStops learning rule if specified number of iterations has been reachedAuthor:Zoran Sevarac See Also:Serialized FormClassorg.neuroph.core.learning.stopNeuroph
MeanSquaredErrorCommonly used mean squared errorAuthor:Zoran Sevarac See Also:Serialized FormClassorg.neuroph.core.learning.errorNeuroph
MinPerforms min function on input vectorAuthor:Zoran Sevarac See Also:Serialized FormClassorg.neuroph.core.inputNeuroph
NeuralNetwork Base class for artificial neural networks.Classorg.neuroph.coreNeuroph
NeuralNetworkEventThis class holds information about the source and type of some neural network event.Classorg.neuroph.core.eventsNeuroph
NeuralNetworkEventListenerThis interface is implemented by classes who are listening to neural network events events (to be defined) NeuralNetworkEvent class holds the information about event.Interfaceorg.neuroph.core.eventsNeuroph
NeuralNetworkEventTypeenum NeuralNetworkEventTypeAuthor:Zoran SevaracClassorg.neuroph.core.eventsNeuroph
Neuron Basic general neuron model according to McCulloch-Pitts neuron model.Classorg.neuroph.coreNeuroph
NeurophExceptionBase exception type for Neuroph.Classorg.neuroph.core.exceptionsNeuroph
OrPerforms logic OR operation on input vector.Classorg.neuroph.core.inputNeuroph
ProductPerforms multiplication of all input vector elements.Classorg.neuroph.core.inputNeuroph
RampRamp neuron transfer function.Classorg.neuroph.core.transferNeuroph
SgnSgn neuron transfer function.Classorg.neuroph.core.transferNeuroph
Sigmoid Sigmoid neuron transfer function.Classorg.neuroph.core.transferNeuroph
Sin Sin neuron transfer function.Classorg.neuroph.core.transferNeuroph
SmallErrorChangeStopStops learning rule if error change has been too small for specified numberAuthor:Zoran Sevarac See Also:Serialized FormClassorg.neuroph.core.learning.stopNeuroph
StepStep neuron transfer function.Classorg.neuroph.core.transferNeuroph
StopConditionInterface for learning rule stop condition.Interfaceorg.neuroph.core.learning.stopNeuroph
SumPerforms summing of all input vector elements.Classorg.neuroph.core.inputNeuroph
SumSqrCalculates squared sum of all input vector elements.Classorg.neuroph.core.inputNeuroph
SupervisedLearningBase class for all supervised learning algorithms.Classorg.neuroph.core.learningNeuroph
Tanh Tanh neuron transfer function.Classorg.neuroph.core.transferNeuroph
TransferFunctionAbstract base class for all neuron tranfer functions.Classorg.neuroph.core.transferNeuroph
TrapezoidFuzzy trapezoid neuron tranfer function.Classorg.neuroph.core.transferNeuroph
UnsupervisedLearningBase class for all unsupervised learning algorithms.Classorg.neuroph.core.learningNeuroph
VectorSizeMismatchExceptionThrown to indicate that vector size does not match the network input or training element size.Classorg.neuroph.core.exceptionsNeuroph
WeightNeuron connection weight.Classorg.neuroph.coreNeuroph
WeightedSumOptimized version of weighted input functionAuthor:Zoran SevaracSee Also:Serialized FormClassorg.neuroph.core.inputNeuroph