C# (CSharp) xpidea.neuro.net 네임스페이스

중첩된 네임스페이스

xpidea.neuro.net.adaline
xpidea.neuro.net.backprop
xpidea.neuro.net.bam
xpidea.neuro.net.examples
xpidea.neuro.net.patterns
xpidea.neuro.net.son

클래스들

이름 설명
BiasNode Implements the node that always produces constant output value (bias).
ENeuroException Implements an exception thrown on any execution error.
FeedForwardNode A node that produce its value based on sum of values of it's inputs.
NeuralNetwork Base abstract class for all neural networks.
NeuroLink Connects two nodes in a network.
NeuroLinkCollection
NeuroLinkCollection.CustomNeuroLinkEnumerator Cusom collection enumerator.
NeuroNode Represents the Node in a neural network.
NeuroObject Is the abstract base class for all neural network classes.