Uses of Class
com.imsl.datamining.neural.Node
Packages that use Node
-
Uses of Node in com.imsl.datamining.neural
Subclasses of Node in com.imsl.datamining.neuralModifier and TypeClassDescriptionclassANodein theInputLayer.classAPerceptronin theOutputLayer.classAPerceptronnode in a neural network.Methods in com.imsl.datamining.neural that return NodeModifier and TypeMethodDescriptionLink.getFrom()Returns the originationNodefor thisLink.Node[]InputLayer.getNodes()Return thePerceptrons in theInputLayer.Node[]Layer.getNodes()Return a list of thePerceptrons in thisLayer.Node[]OutputLayer.getNodes()Return thePerceptrons in theOutputLayer.Link.getTo()Returns the destinationNodefor thisLink.Methods in com.imsl.datamining.neural with parameters of type NodeModifier and TypeMethodDescriptionprotected voidAssociates aPerceptronwith thisLayer.Returns theLinkbetween twoNodes.Link[]Returns all of theLinks to a givenNode.Establishes aLinkbetween twoNodes.Establishes aLinkbetween twoNodes with a specifiedweight.protected voidFeedForwardNetwork.validateLink(Node from, Node to) Checks that aLinkbetween twoNodes is valid.