From 1abb3d6d7dda9504a59db256e7d7733ece8230ea Mon Sep 17 00:00:00 2001 From: optimum <> Date: Wed, 2 Dec 2009 02:18:26 +0000 Subject: [PATCH] M trunk/projects/java_dann_examples/src/com/syncleus/tests/dann/examples/nci/ui/TestAboutDialog.java M trunk/projects/java_dann_examples/src/com/syncleus/tests/dann/examples/colormap/TestColorMapDemo.java M trunk/projects/java_dann_examples/src/com/syncleus/tests/dann/examples/colormap/TestAboutDialog.java M trunk/projects/java_dann_examples/src/com/syncleus/core/dann/examples/fft/FftDemo.java M trunk/projects/java_dann_examples/src/com/syncleus/core/dann/examples/test/Test3d.java M trunk/projects/java_dann_examples/src/com/syncleus/core/dann/examples/hyperassociativemap/visualization/UpdateViewRun.java M trunk/projects/java_dann_examples/src/com/syncleus/core/dann/examples/hyperassociativemap/visualization/LayeredHyperassociativeMap.java M trunk/projects/java_dann_examples/src/com/syncleus/core/dann/examples/hyperassociativemap/visualization/ViewMap.java M trunk/projects/java_dann_examples/src/com/syncleus/core/dann/examples/Main.java M trunk/projects/java_dann_examples/src/com/syncleus/core/dann/examples/tsp/TravellingSalesmanDemo.java M trunk/projects/java_dann_examples/src/com/syncleus/core/dann/examples/tsp/TravellingSalesmanPopulation.java M trunk/projects/java_dann_examples/src/com/syncleus/core/dann/examples/tsp/TravellingSalesmanChromosome.java M trunk/projects/java_dann_examples/src/com/syncleus/core/dann/examples/tsp/TravellingSalesmanFitnessFunction.java M trunk/projects/java_dann_examples/src/com/syncleus/core/dann/examples/xor/XorDemo.java M trunk/projects/java_dann_examples/src/com/syncleus/core/dann/examples/nci/BrainListener.java M trunk/projects/java_dann_examples/src/com/syncleus/core/dann/examples/nci/BusyException.java M trunk/projects/java_dann_examples/src/com/syncleus/core/dann/examples/nci/TrainRun.java M trunk/projects/java_dann_examples/src/com/syncleus/core/dann/examples/nci/BrainRunner.java M trunk/projects/java_dann_examples/src/com/syncleus/core/dann/examples/nci/NciBrain.java M trunk/projects/java_dann_examples/src/com/syncleus/core/dann/examples/nci/SampleRun.java M trunk/projects/java_dann_examples/src/com/syncleus/core/dann/examples/nci/BackPropagateRun.java M trunk/projects/java_dann_examples/src/com/syncleus/core/dann/examples/nci/CompressionNeuron.java M trunk/projects/java_dann_examples/src/com/syncleus/core/dann/examples/nci/ui/ImagePanel.java M trunk/projects/java_dann_examples/src/com/syncleus/core/dann/examples/nci/ui/UpdateViewRun.java M trunk/projects/java_dann_examples/src/com/syncleus/core/dann/examples/nci/ui/ViewBrain.java M trunk/projects/java_dann_examples/src/com/syncleus/core/dann/examples/nci/ui/AboutDialog.java M trunk/projects/java_dann_examples/src/com/syncleus/core/dann/examples/nci/ui/PngFileFilter.java M trunk/projects/java_dann_examples/src/com/syncleus/core/dann/examples/nci/ui/NciDemo.java M trunk/projects/java_dann_examples/src/com/syncleus/core/dann/examples/colormap/ColorMap1dCallable.java M trunk/projects/java_dann_examples/src/com/syncleus/core/dann/examples/colormap/ColorMapDemo.java M trunk/projects/java_dann_examples/src/com/syncleus/core/dann/examples/colormap/ColorMap2dCallable.java M trunk/projects/java_dann_examples/src/com/syncleus/core/dann/examples/colormap/AboutDialog.java M trunk/projects/java_dann/src/com/syncleus/dann/DannException.java M trunk/projects/java_dann/src/com/syncleus/dann/UnexpectedDannError.java M trunk/projects/java_dann/src/com/syncleus/dann/genetics/AbstractValueGene.java M trunk/projects/java_dann/src/com/syncleus/dann/genetics/ByteValueGene.java M trunk/projects/java_dann/src/com/syncleus/dann/genetics/FloatValueGene.java M trunk/projects/java_dann/src/com/syncleus/dann/genetics/MutableNumber.java M trunk/projects/java_dann/src/com/syncleus/dann/genetics/DoubleValueGene.java M trunk/projects/java_dann/src/com/syncleus/dann/genetics/MutableInteger.java M trunk/projects/java_dann/src/com/syncleus/dann/genetics/MutableShort.java M trunk/projects/java_dann/src/com/syncleus/dann/genetics/MutableLong.java M trunk/projects/java_dann/src/com/syncleus/dann/genetics/wavelets/WaveletChromatid.java M trunk/projects/java_dann/src/com/syncleus/dann/genetics/wavelets/SignalProcessingWavelet.java M trunk/projects/java_dann/src/com/syncleus/dann/genetics/wavelets/AbstractOrganism.java M trunk/projects/java_dann/src/com/syncleus/dann/genetics/wavelets/Environment.java M trunk/projects/java_dann/src/com/syncleus/dann/genetics/wavelets/ExpressionFunction.java M trunk/projects/java_dann/src/com/syncleus/dann/genetics/wavelets/PromoterGene.java M trunk/projects/java_dann/src/com/syncleus/dann/genetics/wavelets/Chromosome.java M trunk/projects/java_dann/src/com/syncleus/dann/genetics/wavelets/AbstractKey.java M trunk/projects/java_dann/src/com/syncleus/dann/genetics/wavelets/SignalGene.java M trunk/projects/java_dann/src/com/syncleus/dann/genetics/wavelets/SignalKeyConcentration.java M trunk/projects/java_dann/src/com/syncleus/dann/genetics/wavelets/Nucleus.java M trunk/projects/java_dann/src/com/syncleus/dann/genetics/wavelets/Cell.java M trunk/projects/java_dann/src/com/syncleus/dann/genetics/wavelets/ExternalSignalGene.java M trunk/projects/java_dann/src/com/syncleus/dann/genetics/wavelets/Mutations.java M trunk/projects/java_dann/src/com/syncleus/dann/genetics/wavelets/SignalKey.java M trunk/projects/java_dann/src/com/syncleus/dann/genetics/wavelets/AbstractWaveletGene.java M trunk/projects/java_dann/src/com/syncleus/dann/genetics/wavelets/ReceptorKey.java M trunk/projects/java_dann/src/com/syncleus/dann/genetics/Chromatid.java M trunk/projects/java_dann/src/com/syncleus/dann/genetics/AbstractGeneticAlgorithmFitnessFunction.java M trunk/projects/java_dann/src/com/syncleus/dann/genetics/MutableByte.java M trunk/projects/java_dann/src/com/syncleus/dann/genetics/Gene.java M trunk/projects/java_dann/src/com/syncleus/dann/genetics/MutableFloat.java M trunk/projects/java_dann/src/com/syncleus/dann/genetics/GeneticAlgorithmChromosome.java M trunk/projects/java_dann/src/com/syncleus/dann/genetics/MutableDouble.java M trunk/projects/java_dann/src/com/syncleus/dann/genetics/AbstractGeneticAlgorithmPopulation.java M trunk/projects/java_dann/src/com/syncleus/dann/genetics/IntegerValueGene.java M trunk/projects/java_dann/src/com/syncleus/dann/genetics/LongValueGene.java M trunk/projects/java_dann/src/com/syncleus/dann/genetics/ShortValueGene.java M trunk/projects/java_dann/src/com/syncleus/dann/graph/SimpleWeightedEdge.java M trunk/projects/java_dann/src/com/syncleus/dann/graph/Weighted.java M trunk/projects/java_dann/src/com/syncleus/dann/graph/Graph.java M trunk/projects/java_dann/src/com/syncleus/dann/graph/AbstractBidirectedGraph.java M trunk/projects/java_dann/src/com/syncleus/dann/graph/SimpleWeightedBidirectedWalk.java M trunk/projects/java_dann/src/com/syncleus/dann/graph/SimpleWalk.java M trunk/projects/java_dann/src/com/syncleus/dann/graph/DirectedEdge.java M trunk/projects/java_dann/src/com/syncleus/dann/graph/HyperGraph.java M trunk/projects/java_dann/src/com/syncleus/dann/graph/drawing/hyperassociativemap/NeuronHyperassociativeNode.java M trunk/projects/java_dann/src/com/syncleus/dann/graph/drawing/hyperassociativemap/visualization/HyperassociativeMapVisualization.java M trunk/projects/java_dann/src/com/syncleus/dann/graph/drawing/hyperassociativemap/visualization/HyperassociativeMapCanvas.java M trunk/projects/java_dann/src/com/syncleus/dann/graph/drawing/hyperassociativemap/AbstractHyperassociativeMap.java M trunk/projects/java_dann/src/com/syncleus/dann/graph/drawing/hyperassociativemap/HyperassociativeNode.java M trunk/projects/java_dann/src/com/syncleus/dann/graph/drawing/hyperassociativemap/NeighborNotFoundException.java M trunk/projects/java_dann/src/com/syncleus/dann/graph/drawing/hyperassociativemap/BrainHyperassociativeMap.java M trunk/projects/java_dann/src/com/syncleus/dann/graph/SimpleWeightedBidirectedEdge.java M trunk/projects/java_dann/src/com/syncleus/dann/graph/SimpleEdge.java M trunk/projects/java_dann/src/com/syncleus/dann/graph/WeightedWalk.java M trunk/projects/java_dann/src/com/syncleus/dann/graph/SimpleHyperWalk.java M trunk/projects/java_dann/src/com/syncleus/dann/graph/SimpleUndirectedEdge.java M trunk/projects/java_dann/src/com/syncleus/dann/graph/search/LocalSearch.java M trunk/projects/java_dann/src/com/syncleus/dann/graph/search/optimization/HillClimbingLocalSearch.java M trunk/projects/java_dann/src/com/syncleus/dann/graph/search/pathfinding/AstarPathFinder.java M trunk/projects/java_dann/src/com/syncleus/dann/graph/search/pathfinding/DijkstraPathFinder.java M trunk/projects/java_dann/src/com/syncleus/dann/graph/search/pathfinding/FloydWarshallPathFinder.java M trunk/projects/java_dann/src/com/syncleus/dann/graph/search/pathfinding/JohnsonGraphTransformer.java M trunk/projects/java_dann/src/com/syncleus/dann/graph/search/pathfinding/JohnsonPathFinder.java M trunk/projects/java_dann/src/com/syncleus/dann/graph/search/pathfinding/GraphTransformer.java M trunk/projects/java_dann/src/com/syncleus/dann/graph/search/pathfinding/PathFinder.java M trunk/projects/java_dann/src/com/syncleus/dann/graph/search/pathfinding/HeuristicPathCost.java M trunk/projects/java_dann/src/com/syncleus/dann/graph/search/pathfinding/NegativeWeightCycleException.java M trunk/projects/java_dann/src/com/syncleus/dann/graph/search/pathfinding/BellmanFordPathFinder.java M trunk/projects/java_dann/src/com/syncleus/dann/graph/WeightedEdge.java M trunk/projects/java_dann/src/com/syncleus/dann/graph/AbstractGraph.java M trunk/projects/java_dann/src/com/syncleus/dann/graph/SimpleHyperEdge.java M trunk/projects/java_dann/src/com/syncleus/dann/graph/SimpleBidirectedWalk.java M trunk/projects/java_dann/src/com/syncleus/dann/graph/SimpleBidirectedEdge.java M trunk/projects/java_dann/src/com/syncleus/dann/graph/AbstractHyperGraph.java M trunk/projects/java_dann/src/com/syncleus/dann/graph/WeightedBidirectedWalk.java M trunk/projects/java_dann/src/com/syncleus/dann/graph/RootedTreeGraph.java M trunk/projects/java_dann/src/com/syncleus/dann/graph/Walk.java M trunk/projects/java_dann/src/com/syncleus/dann/graph/SimpleWeightedDirectedEdge.java M trunk/projects/java_dann/src/com/syncleus/dann/graph/Edge.java M trunk/projects/java_dann/src/com/syncleus/dann/graph/WeightedBidirectedEdge.java M trunk/projects/java_dann/src/com/syncleus/dann/graph/HyperWalk.java M trunk/projects/java_dann/src/com/syncleus/dann/graph/HyperEdge.java M trunk/projects/java_dann/src/com/syncleus/dann/graph/BidirectedWalk.java M trunk/projects/java_dann/src/com/syncleus/dann/graph/BidirectedGraph.java M trunk/projects/java_dann/src/com/syncleus/dann/graph/TreeGraph.java M trunk/projects/java_dann/src/com/syncleus/dann/graph/SimpleDirectedEdge.java M trunk/projects/java_dann/src/com/syncleus/dann/graph/AbstractRootedTreeGraph.java M trunk/projects/java_dann/src/com/syncleus/dann/graph/AbstractWalk.java M trunk/projects/java_dann/src/com/syncleus/dann/graph/BidirectedEdge.java M trunk/projects/java_dann/src/com/syncleus/dann/graph/SimpleWeightedWalk.java M trunk/projects/java_dann/src/com/syncleus/dann/graph/WeightedDirectedEdge.java M trunk/projects/java_dann/src/com/syncleus/dann/DannRuntimeException.java M trunk/projects/java_dann/src/com/syncleus/dann/dataprocessing/language/stem/PorterStemmer.java M trunk/projects/java_dann/src/com/syncleus/dann/dataprocessing/language/stem/Stemmer.java M trunk/projects/java_dann/src/com/syncleus/dann/dataprocessing/language/stem/StemmingWordParser.java M trunk/projects/java_dann/src/com/syncleus/dann/dataprocessing/language/WordParser.java M trunk/projects/java_dann/src/com/syncleus/dann/dataprocessing/language/BasicWordParser.java M trunk/projects/java_dann/src/com/syncleus/dann/dataprocessing/signal/SignalOutputStream.java M trunk/projects/java_dann/src/com/syncleus/dann/dataprocessing/signal/transform/FastFourierTransformerInputStream.java M trunk/projects/java_dann/src/com/syncleus/dann/dataprocessing/signal/transform/CooleyTukeyFastFourierTransformer.java M trunk/projects/java_dann/src/com/syncleus/dann/dataprocessing/signal/transform/DiscreteFourierTransform.java M trunk/projects/java_dann/src/com/syncleus/dann/dataprocessing/signal/transform/FastFourierTransformer.java M trunk/projects/java_dann/src/com/syncleus/dann/dataprocessing/signal/transform/Transforms.java M trunk/projects/java_dann/src/com/syncleus/dann/neural/Neuron.java M trunk/projects/java_dann/src/com/syncleus/dann/neural/SynapseNotConnectedDannException.java M trunk/projects/java_dann/src/com/syncleus/dann/neural/SynapseDoesNotExistDannException.java M trunk/projects/java_dann/src/com/syncleus/dann/neural/som/SomInputNeuron.java M trunk/projects/java_dann/src/com/syncleus/dann/neural/som/SomNeuron.java M trunk/projects/java_dann/src/com/syncleus/dann/neural/som/brain/ExponentialDecaySomBrain.java M trunk/projects/java_dann/src/com/syncleus/dann/neural/som/brain/AbstractSomBrain.java M trunk/projects/java_dann/src/com/syncleus/dann/neural/activation/GausianActivationFunction.java M trunk/projects/java_dann/src/com/syncleus/dann/neural/activation/IdentityActivationFunction.java M trunk/projects/java_dann/src/com/syncleus/dann/neural/activation/SqrtActivationFunction.java M trunk/projects/java_dann/src/com/syncleus/dann/neural/activation/HyperbolicSecantActivationFunction.java M trunk/projects/java_dann/src/com/syncleus/dann/neural/activation/SineActivationFunction.java M trunk/projects/java_dann/src/com/syncleus/dann/neural/activation/ActivationFunction.java M trunk/projects/java_dann/src/com/syncleus/dann/neural/activation/HyperbolicTangentActivationFunction.java M trunk/projects/java_dann/src/com/syncleus/dann/neural/backprop/BackpropNeuron.java M trunk/projects/java_dann/src/com/syncleus/dann/neural/backprop/InputBackpropNeuron.java M trunk/projects/java_dann/src/com/syncleus/dann/neural/backprop/OutputBackpropNeuron.java M trunk/projects/java_dann/src/com/syncleus/dann/neural/backprop/brain/AbstractBackpropBrain.java M trunk/projects/java_dann/src/com/syncleus/dann/neural/backprop/brain/FullyConnectedFeedforwardBrain.java M trunk/projects/java_dann/src/com/syncleus/dann/neural/backprop/brain/AbstractFullyConnectedFeedforwardBrain.java M trunk/projects/java_dann/src/com/syncleus/dann/neural/backprop/brain/AbstractFeedforwardBrain.java M trunk/projects/java_dann/src/com/syncleus/dann/neural/Synapse.java M trunk/projects/java_dann/src/com/syncleus/dann/neural/NeuronGroup.java M trunk/projects/java_dann/src/com/syncleus/dann/neural/InputNeuron.java M trunk/projects/java_dann/src/com/syncleus/dann/neural/OutputNeuron.java M trunk/projects/java_dann/src/com/syncleus/dann/neural/InvalidConnectionTypeDannException.java M trunk/projects/java_dann/src/com/syncleus/dann/neural/AbstractLocalBrain.java M trunk/projects/java_dann/src/com/syncleus/dann/neural/AbstractNeuron.java M trunk/projects/java_dann/src/com/syncleus/dann/neural/Brain.java M trunk/projects/java_dann/src/com/syncleus/dann/neural/SimpleSynapse.java M trunk/projects/java_dann/src/com/syncleus/dann/math/OrderedFieldElement.java M trunk/projects/java_dann/src/com/syncleus/dann/math/Vector.java M trunk/projects/java_dann/src/com/syncleus/dann/math/AbstractFunction.java M trunk/projects/java_dann/src/com/syncleus/dann/math/Algebraic.java M trunk/projects/java_dann/src/com/syncleus/dann/math/statistics/SimpleMarkovChainEvidence.java M trunk/projects/java_dann/src/com/syncleus/dann/math/statistics/MarkovChain.java M trunk/projects/java_dann/src/com/syncleus/dann/math/statistics/MarkovChainEvidence.java M trunk/projects/java_dann/src/com/syncleus/dann/math/statistics/AbstractMarkovChain.java M trunk/projects/java_dann/src/com/syncleus/dann/math/statistics/SimpleMarkovChain.java M trunk/projects/java_dann/src/com/syncleus/dann/math/OrderedAlgebraic.java M trunk/projects/java_dann/src/com/syncleus/dann/math/TrigonometricAlgebraic.java M trunk/projects/java_dann/src/com/syncleus/dann/math/ComplexNumber.java M trunk/projects/java_dann/src/com/syncleus/dann/math/visualization/MathFunctionCanvas.java M trunk/projects/java_dann/src/com/syncleus/dann/math/visualization/MathFunctionDataBinder.java M trunk/projects/java_dann/src/com/syncleus/dann/math/wave/SharpenedWaveFunction.java M trunk/projects/java_dann/src/com/syncleus/dann/math/wave/WaveMultidimensionalFunction.java M trunk/projects/java_dann/src/com/syncleus/dann/math/wave/wavelet/ShapenedWaveletFunction.java M trunk/projects/java_dann/src/com/syncleus/dann/math/wave/wavelet/CombinedWaveletFunction.java M trunk/projects/java_dann/src/com/syncleus/dann/math/wave/WaveFunction.java M trunk/projects/java_dann/src/com/syncleus/dann/math/Field.java M trunk/projects/java_dann/src/com/syncleus/dann/math/OrderedTrigonometricAlgebraic.java M trunk/projects/java_dann/src/com/syncleus/dann/math/Function.java M trunk/projects/java_dann/src/com/syncleus/dann/math/Trigonometric.java M trunk/projects/java_dann/src/com/syncleus/dann/math/OrderedField.java M trunk/projects/java_dann/src/com/syncleus/dann/math/linear/SimpleRealMatrix.java M trunk/projects/java_dann/src/com/syncleus/dann/math/linear/Matrix.java M trunk/projects/java_dann/src/com/syncleus/dann/math/linear/RealMatrix.java M trunk/projects/java_dann/src/com/syncleus/dann/math/linear/OrderedMatrix.java M trunk/projects/java_dann/src/com/syncleus/dann/math/linear/decomposition/TridiagonalEignevalueDecomposition.java M trunk/projects/java_dann/src/com/syncleus/dann/math/linear/decomposition/Decompositions.java M trunk/projects/java_dann/src/com/syncleus/dann/math/linear/decomposition/SolvableDecomposition.java M trunk/projects/java_dann/src/com/syncleus/dann/math/linear/decomposition/Decomposition.java M trunk/projects/java_dann/src/com/syncleus/dann/math/linear/decomposition/LuDecomposition.java M trunk/projects/java_dann/src/com/syncleus/dann/math/linear/decomposition/CholeskyDecomposition.java M trunk/projects/java_dann/src/com/syncleus/dann/math/linear/decomposition/SingularValueDecomposition.java M trunk/projects/java_dann/src/com/syncleus/dann/math/linear/decomposition/QrDecomposition.java M trunk/projects/java_dann/src/com/syncleus/dann/math/linear/decomposition/EigenvalueDecomposition.java M trunk/projects/java_dann/src/com/syncleus/dann/math/linear/decomposition/HouseholderQrDecomposition.java M trunk/projects/java_dann/src/com/syncleus/dann/math/linear/decomposition/HessenbergDecomposition.java M trunk/projects/java_dann/src/com/syncleus/dann/math/linear/decomposition/SchurEigenvalueDecomposition.java M trunk/projects/java_dann/src/com/syncleus/dann/math/linear/decomposition/CholeskyBanachiewiczCholeskyDecomposition.java M trunk/projects/java_dann/src/com/syncleus/dann/math/linear/decomposition/StewartSingularValueDecomposition.java M trunk/projects/java_dann/src/com/syncleus/dann/math/linear/decomposition/DoolittleLuDecomposition.java M trunk/projects/java_dann/src/com/syncleus/dann/math/linear/decomposition/NonsymetricHessenbergReduction.java M trunk/projects/java_dann/src/com/syncleus/dann/math/linear/decomposition/CholeskyCroutCholeskyDecomposition.java M trunk/projects/java_dann/src/com/syncleus/dann/math/RealNumber.java M trunk/projects/java_dann/src/com/syncleus/dann/math/FieldElement.java M trunk/projects/java_dann/src/com/syncleus/dann/math/Averages.java M trunk/projects/java_dann/src/com/syncleus/dann/InterruptedDannRuntimeException.java M trunk/projects/java_dann/src/com/syncleus/dann/DannError.java M trunk/projects/java_dann/src/com/syncleus/dann/graphicalmodel/bayesian/SimpleBayesianNetwork.java M trunk/projects/java_dann/src/com/syncleus/dann/graphicalmodel/bayesian/BayesianEdge.java M trunk/projects/java_dann/src/com/syncleus/dann/graphicalmodel/bayesian/EvidenceMap.java M trunk/projects/java_dann/src/com/syncleus/dann/graphicalmodel/bayesian/BayesianNode.java M trunk/projects/java_dann/src/com/syncleus/dann/graphicalmodel/bayesian/StateEvidence.java M trunk/projects/java_dann/src/com/syncleus/dann/graphicalmodel/bayesian/dynamic/SimpleDynamicBayesianNode.java M trunk/projects/java_dann/src/com/syncleus/dann/graphicalmodel/bayesian/dynamic/HiddenMarkovDynamicBayesianNode.java M trunk/projects/java_dann/src/com/syncleus/dann/graphicalmodel/bayesian/dynamic/SimpleDynamicBayesianNetwork.java M trunk/projects/java_dann/src/com/syncleus/dann/graphicalmodel/bayesian/dynamic/DynamicBayesianNode.java M trunk/projects/java_dann/src/com/syncleus/dann/graphicalmodel/bayesian/dynamic/DynamicBayesianNetwork.java M trunk/projects/java_dann/src/com/syncleus/dann/graphicalmodel/bayesian/dynamic/AbstractDynamicBayesianNetwork.java M trunk/projects/java_dann/src/com/syncleus/dann/graphicalmodel/bayesian/BayesianNetwork.java M trunk/projects/java_dann/src/com/syncleus/dann/graphicalmodel/bayesian/AbstractBayesianNetwork.java M trunk/projects/java_dann/src/com/syncleus/dann/graphicalmodel/bayesian/SimpleBayesianEdge.java M trunk/projects/java_dann/src/com/syncleus/dann/graphicalmodel/bayesian/SimpleBayesianNode.java M trunk/projects/java_dann/src/com/syncleus/dann/classify/Trainable.java M trunk/projects/java_dann/src/com/syncleus/dann/classify/naive/StemmingLanguageNaiveClassifier.java M trunk/projects/java_dann/src/com/syncleus/dann/classify/naive/SimpleNaiveClassifier.java M trunk/projects/java_dann/src/com/syncleus/dann/classify/naive/bayes/LanguageNaiveBayesClassifier.java M trunk/projects/java_dann/src/com/syncleus/dann/classify/naive/bayes/fisher/SimpleFisherClassifier.java M trunk/projects/java_dann/src/com/syncleus/dann/classify/naive/bayes/fisher/SimpleLanguageFisherClassifier.java M trunk/projects/java_dann/src/com/syncleus/dann/classify/naive/bayes/fisher/FisherClassifier.java M trunk/projects/java_dann/src/com/syncleus/dann/classify/naive/bayes/fisher/TrainableFisherClassifier.java M trunk/projects/java_dann/src/com/syncleus/dann/classify/naive/bayes/fisher/LanguageFisherClassifier.java M trunk/projects/java_dann/src/com/syncleus/dann/classify/naive/bayes/fisher/TrainableLanguageFisherClassifier.java M trunk/projects/java_dann/src/com/syncleus/dann/classify/naive/bayes/fisher/StemmingLanguageFisherClassifier.java M trunk/projects/java_dann/src/com/syncleus/dann/classify/naive/bayes/TrainableLanguageNaiveBayesClassifier.java M trunk/projects/java_dann/src/com/syncleus/dann/classify/naive/bayes/StemmingLanguageNaiveBayesClassifier.java M trunk/projects/java_dann/src/com/syncleus/dann/classify/naive/bayes/SimpleNaiveBayesClassifier.java M trunk/projects/java_dann/src/com/syncleus/dann/classify/naive/bayes/SimpleLanguageNaiveBayesClassifier.java M trunk/projects/java_dann/src/com/syncleus/dann/classify/naive/bayes/NaiveBayesClassifier.java M trunk/projects/java_dann/src/com/syncleus/dann/classify/naive/bayes/TrainableNaiveBayesClassifier.java M trunk/projects/java_dann/src/com/syncleus/dann/classify/naive/ClassificationProbabilities.java M trunk/projects/java_dann/src/com/syncleus/dann/classify/naive/SimpleLanguageNaiveClassifier.java M trunk/projects/java_dann/src/com/syncleus/dann/classify/naive/FeatureClassificationTree.java M trunk/projects/java_dann/src/com/syncleus/dann/classify/naive/FeatureExtractor.java M trunk/projects/java_dann/src/com/syncleus/dann/classify/naive/NaiveClassifier.java M trunk/projects/java_dann/src/com/syncleus/dann/classify/naive/TrainableNaiveClassifier.java M trunk/projects/java_dann/src/com/syncleus/dann/classify/naive/LanguageNaiveClassifier.java M trunk/projects/java_dann/src/com/syncleus/dann/classify/naive/TrainableLanguageNaiveClassifier.java M trunk/projects/java_dann/src/com/syncleus/dann/classify/Classifier.java M trunk/projects/java_dann/src/com/syncleus/dann/classify/TrainableClassifier.java M trunk/projects/java_dann/src/com/syncleus/tests/dann/genetics/TestMutableFloat.java M trunk/projects/java_dann/src/com/syncleus/tests/dann/genetics/TestMutableDouble.java M trunk/projects/java_dann/src/com/syncleus/tests/dann/genetics/TestMutableInteger.java M trunk/projects/java_dann/src/com/syncleus/tests/dann/genetics/TestMutableLong.java M trunk/projects/java_dann/src/com/syncleus/tests/dann/genetics/TestMutableShort.java M trunk/projects/java_dann/src/com/syncleus/tests/dann/genetics/TestGeneticCube.java M trunk/projects/java_dann/src/com/syncleus/tests/dann/genetics/TestMutableByte.java M trunk/projects/java_dann/src/com/syncleus/tests/dann/graph/search/Grid.java M trunk/projects/java_dann/src/com/syncleus/tests/dann/graph/search/optimization/TestHillClimbingLocalSearch.java M trunk/projects/java_dann/src/com/syncleus/tests/dann/graph/search/DirectedGrid.java M trunk/projects/java_dann/src/com/syncleus/tests/dann/graph/search/WeightedDirectedGrid.java M trunk/projects/java_dann/src/com/syncleus/tests/dann/graph/search/pathfinding/TestAstarPathFinder.java M trunk/projects/java_dann/src/com/syncleus/tests/dann/graph/search/pathfinding/TestDijkstraPathFinder.java M trunk/projects/java_dann/src/com/syncleus/tests/dann/graph/search/pathfinding/TestFloydWarshallPathFinder.java M trunk/projects/java_dann/src/com/syncleus/tests/dann/graph/search/pathfinding/TestJohnsonPathFinder.java M trunk/projects/java_dann/src/com/syncleus/tests/dann/graph/search/pathfinding/TestBellmanFordPathFinder.java M trunk/projects/java_dann/src/com/syncleus/tests/dann/graph/search/GridNode.java M trunk/projects/java_dann/src/com/syncleus/tests/dann/graph/drawing/hyperassociativemap/LayeredHyperassociativeMap.java M trunk/projects/java_dann/src/com/syncleus/tests/dann/graph/drawing/hyperassociativemap/TestHyperassociativeNode.java M trunk/projects/java_dann/src/com/syncleus/tests/dann/graph/drawing/hyperassociativemap/TestNeighborNotFoundException.java M trunk/projects/java_dann/src/com/syncleus/tests/dann/graph/drawing/hyperassociativemap/TestBrainHyperassociativeMap.java M trunk/projects/java_dann/src/com/syncleus/tests/dann/graph/drawing/hyperassociativemap/TestLayeredLoopMap.java M trunk/projects/java_dann/src/com/syncleus/tests/dann/dataprocessing/language/stem/TestPorterStemmer.java M trunk/projects/java_dann/src/com/syncleus/tests/dann/dataprocessing/signal/transform/TestCooleyTukeyFastFourierTransformer.java M trunk/projects/java_dann/src/com/syncleus/tests/dann/dataprocessing/signal/transform/TestDiscreteFourierTransform.java M trunk/projects/java_dann/src/com/syncleus/tests/dann/neural/TestDannException.java M trunk/projects/java_dann/src/com/syncleus/tests/dann/neural/activation/TestActivationValues.java M trunk/projects/java_dann/src/com/syncleus/tests/dann/neural/backprop/TestXor.java M trunk/projects/java_dann/src/com/syncleus/tests/dann/neural/TestSynapse.java M trunk/projects/java_dann/src/com/syncleus/tests/dann/neural/TestNeuronGroup.java M trunk/projects/java_dann/src/com/syncleus/tests/dann/neural/TestSynapseNotConnectedException.java M trunk/projects/java_dann/src/com/syncleus/tests/dann/neural/TestInvalidConnectionTypeDannException.java M trunk/projects/java_dann/src/com/syncleus/tests/dann/neural/TestSynapseDoesNotExistException.java M trunk/projects/java_dann/src/com/syncleus/tests/dann/neural/som/TestColor.java M trunk/projects/java_dann/src/com/syncleus/tests/dann/math/TestComplexNumber.java M trunk/projects/java_dann/src/com/syncleus/tests/dann/math/TestHyperpoint.java M trunk/projects/java_dann/src/com/syncleus/tests/dann/math/linear/TestMagicSquare.java M trunk/projects/java_dann/src/com/syncleus/tests/dann/math/statistics/TestSimpleMarkovChain.java M trunk/projects/java_dann/src/com/syncleus/tests/dann/graphicalmodel/bayesian/TestSimpleBayesianNetwork.java M trunk/projects/java_dann/src/com/syncleus/tests/dann/graphicalmodel/bayesian/TestEvidenceMap.java M trunk/projects/java_dann/src/com/syncleus/tests/dann/graphicalmodel/bayesian/TestSimpleSicknessBayesianNetwork.java M trunk/projects/java_dann/src/com/syncleus/tests/dann/graphicalmodel/bayesian/TestStateEvidence.java M trunk/projects/java_dann/src/com/syncleus/tests/dann/graphicalmodel/bayesian/TestSicknessBayesianNetwork.java M trunk/projects/java_dann/src/com/syncleus/tests/dann/graphicalmodel/bayesian/TestSimpleBayesianNode.java M trunk/projects/java_dann/src/com/syncleus/tests/dann/classify/naive/TestSimpleLanguageClassifier.java M trunk/projects/java_dann/src/com/syncleus/tests/dann/classify/naive/bayes/fisher/TestSimpleLanguageFisherClassifier.java M trunk/projects/java_dann/src/com/syncleus/tests/dann/classify/naive/bayes/fisher/TestStemmingLanguageFisherClassifier.java M trunk/projects/java_dann/src/com/syncleus/tests/dann/classify/naive/bayes/TestStemmingLanguageNaiveBayesClassifier.java M trunk/projects/java_dann/src/com/syncleus/tests/dann/classify/naive/bayes/TestSimpleLanguageNaiveBayesClassifier.java M trunk/projects/java_dann/src/com/syncleus/tests/dann/classify/naive/TestStemmingLanguageClassifier.java M trunk/projects/dannalyzer/src/com/syncleus/core/dann/dannalyzer/ui/NeuronDesignerElement.java M trunk/projects/dannalyzer/src/com/syncleus/core/dann/dannalyzer/ui/NeuronGroupDesignerElement.java M branches/java_dann-1.x/java_dann_examples/src/com/syncleus/core/dann/examples/test/MathFunction.java M branches/java_dann-1.x/java_dann_examples/src/com/syncleus/core/dann/examples/test/SignalProcessingWavelet.java M branches/java_dann-1.x/java_dann_examples/src/com/syncleus/core/dann/examples/test/MathFunction3dDataBinder.java M branches/java_dann-1.x/java_dann_examples/src/com/syncleus/core/dann/examples/test/Test3d.java M branches/java_dann-1.x/java_dann_examples/src/com/syncleus/core/dann/examples/test/WaveDimension.java M branches/java_dann-1.x/java_dann_examples/src/com/syncleus/core/dann/examples/test/SignaledWaveMutatable.java M branches/java_dann-1.x/java_dann_examples/src/com/syncleus/core/dann/examples/test/Chromosome.java M branches/java_dann-1.x/java_dann_examples/src/com/syncleus/core/dann/examples/test/SignalMutatable.java M branches/java_dann-1.x/java_dann_examples/src/com/syncleus/core/dann/examples/test/Signal.java M branches/java_dann-1.x/java_dann_examples/src/com/syncleus/core/dann/examples/test/Gene.java M branches/java_dann-1.x/java_dann_examples/src/com/syncleus/core/dann/examples/test/Mutatable.java M branches/java_dann-1.x/java_dann_examples/src/com/syncleus/core/dann/examples/test/Nucleus.java M branches/java_dann-1.x/java_dann_examples/src/com/syncleus/core/dann/examples/test/Test.java M branches/java_dann-1.x/java_dann_examples/src/com/syncleus/core/dann/examples/test/Cell.java M branches/java_dann-1.x/java_dann_examples/src/com/syncleus/core/dann/examples/test/FormedWaveMathFunction.java M branches/java_dann-1.x/java_dann_examples/src/com/syncleus/core/dann/examples/test/Organism.java M branches/java_dann-1.x/java_dann_examples/src/com/syncleus/core/dann/examples/test/WaveMultidimensionalMathFunction.java M branches/java_dann-1.x/java_dann_examples/src/com/syncleus/core/dann/examples/test/DistributedFormedWaveMathFunction.java M branches/java_dann-1.x/java_dann_examples/src/com/syncleus/core/dann/examples/test/WaveMathFunction.java M branches/java_dann-1.x/java_dann_examples/src/com/syncleus/core/dann/examples/test/WaveletMathFunction.java M branches/java_dann-1.x/java_dann_examples/src/com/syncleus/core/dann/examples/test/LocalSignal.java M branches/java_dann-1.x/java_dann_examples/src/com/syncleus/core/dann/examples/test/GlobalSignal.java M branches/java_dann-1.x/java_dann_examples/src/com/syncleus/core/dann/examples/hyperassociativemap/visualization/UpdateViewRun.java M branches/java_dann-1.x/java_dann_examples/src/com/syncleus/core/dann/examples/hyperassociativemap/visualization/LayeredHyperassociativeMap.java M branches/java_dann-1.x/java_dann_examples/src/com/syncleus/core/dann/examples/hyperassociativemap/visualization/ViewMap.java M branches/java_dann-1.x/java_dann_examples/src/com/syncleus/core/dann/examples/Main.java M branches/java_dann-1.x/java_dann_examples/src/com/syncleus/core/dann/examples/xor/Main.java M branches/java_dann-1.x/java_dann_examples/src/com/syncleus/core/dann/examples/nci/BrainListener.java M branches/java_dann-1.x/java_dann_examples/src/com/syncleus/core/dann/examples/nci/BusyException.java M branches/java_dann-1.x/java_dann_examples/src/com/syncleus/core/dann/examples/nci/TrainRun.java M branches/java_dann-1.x/java_dann_examples/src/com/syncleus/core/dann/examples/nci/BrainRunner.java M branches/java_dann-1.x/java_dann_examples/src/com/syncleus/core/dann/examples/nci/NciBrain.java M branches/java_dann-1.x/java_dann_examples/src/com/syncleus/core/dann/examples/nci/SampleRun.java M branches/java_dann-1.x/java_dann_examples/src/com/syncleus/core/dann/examples/nci/PropagateRun.java M branches/java_dann-1.x/java_dann_examples/src/com/syncleus/core/dann/examples/nci/BackPropagateRun.java M branches/java_dann-1.x/java_dann_examples/src/com/syncleus/core/dann/examples/nci/CompressionNeuron.java M branches/java_dann-1.x/java_dann_examples/src/com/syncleus/core/dann/examples/nci/ui/ImagePanel.java M branches/java_dann-1.x/java_dann_examples/src/com/syncleus/core/dann/examples/nci/ui/UpdateViewRun.java M branches/java_dann-1.x/java_dann_examples/src/com/syncleus/core/dann/examples/nci/ui/ViewBrain.java M branches/java_dann-1.x/java_dann_examples/src/com/syncleus/core/dann/examples/nci/ui/AboutDialog.java M branches/java_dann-1.x/java_dann_examples/src/com/syncleus/core/dann/examples/nci/ui/PngFileFilter.java M branches/java_dann-1.x/java_dann_examples/src/com/syncleus/core/dann/examples/nci/ui/NciDemo.java M branches/java_dann-1.x/java_dann_examples/src/com/syncleus/util/UniqueId.java M branches/java_dann-1.x/java_dann/src/com/syncleus/dann/DannException.java M branches/java_dann-1.x/java_dann/src/com/syncleus/dann/hyperassociativemap/NeuronHyperassociativeNode.java M branches/java_dann-1.x/java_dann/src/com/syncleus/dann/hyperassociativemap/HyperassociativeMap.java M branches/java_dann-1.x/java_dann/src/com/syncleus/dann/hyperassociativemap/Hyperpoint.java M branches/java_dann-1.x/java_dann/src/com/syncleus/dann/hyperassociativemap/HyperassociativeNode.java M branches/java_dann-1.x/java_dann/src/com/syncleus/dann/hyperassociativemap/NeighborNotFoundException.java M branches/java_dann-1.x/java_dann/src/com/syncleus/dann/hyperassociativemap/BrainHyperassociativeMap.java M branches/java_dann-1.x/java_dann/src/com/syncleus/dann/SynapseNotConnectedException.java M branches/java_dann-1.x/java_dann/src/com/syncleus/dann/Neuron.java M branches/java_dann-1.x/java_dann/src/com/syncleus/dann/SynapseDoesNotExistException.java M branches/java_dann-1.x/java_dann/src/com/syncleus/dann/activation/GausianActivationFunction.java M branches/java_dann-1.x/java_dann/src/com/syncleus/dann/activation/HyperbolicSecantActivationFunction.java M branches/java_dann-1.x/java_dann/src/com/syncleus/dann/activation/SineActivationFunction.java M branches/java_dann-1.x/java_dann/src/com/syncleus/dann/activation/ActivationFunction.java M branches/java_dann-1.x/java_dann/src/com/syncleus/dann/activation/HyperbolicTangentActivationFunction.java M branches/java_dann-1.x/java_dann/src/com/syncleus/dann/backprop/BackpropNeuronGroup.java M branches/java_dann-1.x/java_dann/src/com/syncleus/dann/backprop/BackpropNeuron.java M branches/java_dann-1.x/java_dann/src/com/syncleus/dann/backprop/InputBackpropNeuron.java M branches/java_dann-1.x/java_dann/src/com/syncleus/dann/backprop/OutputBackpropNeuron.java M branches/java_dann-1.x/java_dann/src/com/syncleus/dann/visualization/HyperassociativeMapVisualization.java M branches/java_dann-1.x/java_dann/src/com/syncleus/dann/visualization/HyperassociativeMapCanvas.java M branches/java_dann-1.x/java_dann/src/com/syncleus/dann/Synapse.java M branches/java_dann-1.x/java_dann/src/com/syncleus/dann/NeuronGroup.java M branches/java_dann-1.x/java_dann/src/com/syncleus/dann/InputNeuron.java M branches/java_dann-1.x/java_dann/src/com/syncleus/dann/OutputNeuron.java M branches/java_dann-1.x/java_dann/src/com/syncleus/dann/InvalidConnectionTypeDannException.java M branches/java_dann-1.x/java_dann/src/com/syncleus/dann/NeuronImpl.java M branches/java_dann-1.x/java_dann/src/com/syncleus/dann/Brain.java M branches/java_dann-1.x/java_dann/src/com/syncleus/tests/dann/TestDannException.java M branches/java_dann-1.x/java_dann/src/com/syncleus/tests/dann/hyperassociativemap/TestHyperpoint.java M branches/java_dann-1.x/java_dann/src/com/syncleus/tests/dann/hyperassociativemap/LayeredHyperassociativeMap.java M branches/java_dann-1.x/java_dann/src/com/syncleus/tests/dann/hyperassociativemap/TestHyperassociativeNode.java M branches/java_dann-1.x/java_dann/src/com/syncleus/tests/dann/hyperassociativemap/TestNeighborNotFoundException.java M branches/java_dann-1.x/java_dann/src/com/syncleus/tests/dann/hyperassociativemap/TestBrainHyperassociativeMap.java M branches/java_dann-1.x/java_dann/src/com/syncleus/tests/dann/hyperassociativemap/TestLayeredLoopMap.java M branches/java_dann-1.x/java_dann/src/com/syncleus/tests/dann/activation/TestActivationValues.java M branches/java_dann-1.x/java_dann/src/com/syncleus/tests/dann/backprop/TestBackpropNeuronGroup.java M branches/java_dann-1.x/java_dann/src/com/syncleus/tests/dann/TestSynapse.java M branches/java_dann-1.x/java_dann/src/com/syncleus/tests/dann/TestNeuronGroup.java M branches/java_dann-1.x/java_dann/src/com/syncleus/tests/dann/TestSynapseNotConnectedException.java M branches/java_dann-1.x/java_dann/src/com/syncleus/tests/dann/TestInvalidConnectionTypeDannException.java M branches/java_dann-1.x/java_dann/src/com/syncleus/tests/dann/TestXor.java M branches/java_dann-1.x/java_dann/src/com/syncleus/tests/dann/TestSynapseDoesNotExistException.java M tags/java_dann-1.2/java_dann_examples/src/com/syncleus/core/dann/examples/test/MathFunction.java M tags/java_dann-1.2/java_dann_examples/src/com/syncleus/core/dann/examples/test/SignalProcessingWavelet.java M tags/java_dann-1.2/java_dann_examples/src/com/syncleus/core/dann/examples/test/MathFunction3dDataBinder.java M tags/java_dann-1.2/java_dann_examples/src/com/syncleus/core/dann/examples/test/Test3d.java M tags/java_dann-1.2/java_dann_examples/src/com/syncleus/core/dann/examples/test/WaveDimension.java M tags/java_dann-1.2/java_dann_examples/src/com/syncleus/core/dann/examples/test/SignaledWaveMutatable.java M tags/java_dann-1.2/java_dann_examples/src/com/syncleus/core/dann/examples/test/Chromosome.java M tags/java_dann-1.2/java_dann_examples/src/com/syncleus/core/dann/examples/test/SignalMutatable.java M tags/java_dann-1.2/java_dann_examples/src/com/syncleus/core/dann/examples/test/Signal.java M tags/java_dann-1.2/java_dann_examples/src/com/syncleus/core/dann/examples/test/Gene.java M tags/java_dann-1.2/java_dann_examples/src/com/syncleus/core/dann/examples/test/Mutatable.java M tags/java_dann-1.2/java_dann_examples/src/com/syncleus/core/dann/examples/test/Nucleus.java M tags/java_dann-1.2/java_dann_examples/src/com/syncleus/core/dann/examples/test/Test.java M tags/java_dann-1.2/java_dann_examples/src/com/syncleus/core/dann/examples/test/Cell.java M tags/java_dann-1.2/java_dann_examples/src/com/syncleus/core/dann/examples/test/FormedWaveMathFunction.java M tags/java_dann-1.2/java_dann_examples/src/com/syncleus/core/dann/examples/test/Organism.java M tags/java_dann-1.2/java_dann_examples/src/com/syncleus/core/dann/examples/test/WaveMultidimensionalMathFunction.java M tags/java_dann-1.2/java_dann_examples/src/com/syncleus/core/dann/examples/test/DistributedFormedWaveMathFunction.java M tags/java_dann-1.2/java_dann_examples/src/com/syncleus/core/dann/examples/test/WaveMathFunction.java M tags/java_dann-1.2/java_dann_examples/src/com/syncleus/core/dann/examples/test/WaveletMathFunction.java M tags/java_dann-1.2/java_dann_examples/src/com/syncleus/core/dann/examples/test/LocalSignal.java M tags/java_dann-1.2/java_dann_examples/src/com/syncleus/core/dann/examples/test/GlobalSignal.java M tags/java_dann-1.2/java_dann_examples/src/com/syncleus/core/dann/examples/hyperassociativemap/visualization/UpdateViewRun.java M tags/java_dann-1.2/java_dann_examples/src/com/syncleus/core/dann/examples/hyperassociativemap/visualization/LayeredHyperassociativeMap.java M tags/java_dann-1.2/java_dann_examples/src/com/syncleus/core/dann/examples/hyperassociativemap/visualization/ViewMap.java M tags/java_dann-1.2/java_dann_examples/src/com/syncleus/core/dann/examples/Main.java M tags/java_dann-1.2/java_dann_examples/src/com/syncleus/core/dann/examples/xor/Main.java M tags/java_dann-1.2/java_dann_examples/src/com/syncleus/core/dann/examples/nci/BrainListener.java M tags/java_dann-1.2/java_dann_examples/src/com/syncleus/core/dann/examples/nci/BusyException.java M tags/java_dann-1.2/java_dann_examples/src/com/syncleus/core/dann/examples/nci/TrainRun.java M tags/java_dann-1.2/java_dann_examples/src/com/syncleus/core/dann/examples/nci/BrainRunner.java M tags/java_dann-1.2/java_dann_examples/src/com/syncleus/core/dann/examples/nci/NciBrain.java M tags/java_dann-1.2/java_dann_examples/src/com/syncleus/core/dann/examples/nci/SampleRun.java M tags/java_dann-1.2/java_dann_examples/src/com/syncleus/core/dann/examples/nci/PropagateRun.java M tags/java_dann-1.2/java_dann_examples/src/com/syncleus/core/dann/examples/nci/BackPropagateRun.java M tags/java_dann-1.2/java_dann_examples/src/com/syncleus/core/dann/examples/nci/CompressionNeuron.java M tags/java_dann-1.2/java_dann_examples/src/com/syncleus/core/dann/examples/nci/ui/ImagePanel.java M tags/java_dann-1.2/java_dann_examples/src/com/syncleus/core/dann/examples/nci/ui/UpdateViewRun.java M tags/java_dann-1.2/java_dann_examples/src/com/syncleus/core/dann/examples/nci/ui/ViewBrain.java M tags/java_dann-1.2/java_dann_examples/src/com/syncleus/core/dann/examples/nci/ui/AboutDialog.java M tags/java_dann-1.2/java_dann_examples/src/com/syncleus/core/dann/examples/nci/ui/PngFileFilter.java M tags/java_dann-1.2/java_dann_examples/src/com/syncleus/core/dann/examples/nci/ui/NciDemo.java M tags/java_dann-1.2/java_dann_examples/src/com/syncleus/util/UniqueId.java M tags/java_dann-1.2/java_dann/src/com/syncleus/dann/DannException.java M tags/java_dann-1.2/java_dann/src/com/syncleus/dann/hyperassociativemap/NeuronHyperassociativeNode.java M tags/java_dann-1.2/java_dann/src/com/syncleus/dann/hyperassociativemap/HyperassociativeMap.java M tags/java_dann-1.2/java_dann/src/com/syncleus/dann/hyperassociativemap/Hyperpoint.java M tags/java_dann-1.2/java_dann/src/com/syncleus/dann/hyperassociativemap/HyperassociativeNode.java M tags/java_dann-1.2/java_dann/src/com/syncleus/dann/hyperassociativemap/NeighborNotFoundException.java M tags/java_dann-1.2/java_dann/src/com/syncleus/dann/hyperassociativemap/BrainHyperassociativeMap.java M tags/java_dann-1.2/java_dann/src/com/syncleus/dann/SynapseNotConnectedException.java M tags/java_dann-1.2/java_dann/src/com/syncleus/dann/Neuron.java M tags/java_dann-1.2/java_dann/src/com/syncleus/dann/SynapseDoesNotExistException.java M tags/java_dann-1.2/java_dann/src/com/syncleus/dann/activation/GausianActivationFunction.java M tags/java_dann-1.2/java_dann/src/com/syncleus/dann/activation/HyperbolicSecantActivationFunction.java M tags/java_dann-1.2/java_dann/src/com/syncleus/dann/activation/SineActivationFunction.java M tags/java_dann-1.2/java_dann/src/com/syncleus/dann/activation/ActivationFunction.java M tags/java_dann-1.2/java_dann/src/com/syncleus/dann/activation/HyperbolicTangentActivationFunction.java M tags/java_dann-1.2/java_dann/src/com/syncleus/dann/backprop/BackpropNeuronGroup.java M tags/java_dann-1.2/java_dann/src/com/syncleus/dann/backprop/BackpropNeuron.java M tags/java_dann-1.2/java_dann/src/com/syncleus/dann/backprop/InputBackpropNeuron.java M tags/java_dann-1.2/java_dann/src/com/syncleus/dann/backprop/OutputBackpropNeuron.java M tags/java_dann-1.2/java_dann/src/com/syncleus/dann/visualization/HyperassociativeMapVisualization.java M tags/java_dann-1.2/java_dann/src/com/syncleus/dann/visualization/HyperassociativeMapCanvas.java M tags/java_dann-1.2/java_dann/src/com/syncleus/dann/Synapse.java M tags/java_dann-1.2/java_dann/src/com/syncleus/dann/NeuronGroup.java M tags/java_dann-1.2/java_dann/src/com/syncleus/dann/InputNeuron.java M tags/java_dann-1.2/java_dann/src/com/syncleus/dann/OutputNeuron.java M tags/java_dann-1.2/java_dann/src/com/syncleus/dann/InvalidConnectionTypeDannException.java M tags/java_dann-1.2/java_dann/src/com/syncleus/dann/NeuronImpl.java M tags/java_dann-1.2/java_dann/src/com/syncleus/dann/Brain.java M tags/java_dann-1.2/java_dann/src/com/syncleus/tests/dann/TestDannException.java M tags/java_dann-1.2/java_dann/src/com/syncleus/tests/dann/hyperassociativemap/TestHyperpoint.java M tags/java_dann-1.2/java_dann/src/com/syncleus/tests/dann/hyperassociativemap/LayeredHyperassociativeMap.java M tags/java_dann-1.2/java_dann/src/com/syncleus/tests/dann/hyperassociativemap/TestHyperassociativeNode.java M tags/java_dann-1.2/java_dann/src/com/syncleus/tests/dann/hyperassociativemap/TestNeighborNotFoundException.java M tags/java_dann-1.2/java_dann/src/com/syncleus/tests/dann/hyperassociativemap/TestBrainHyperassociativeMap.java M tags/java_dann-1.2/java_dann/src/com/syncleus/tests/dann/hyperassociativemap/TestLayeredLoopMap.java M tags/java_dann-1.2/java_dann/src/com/syncleus/tests/dann/activation/TestActivationValues.java M tags/java_dann-1.2/java_dann/src/com/syncleus/tests/dann/backprop/TestBackpropNeuronGroup.java M tags/java_dann-1.2/java_dann/src/com/syncleus/tests/dann/TestSynapse.java M tags/java_dann-1.2/java_dann/src/com/syncleus/tests/dann/TestNeuronGroup.java M tags/java_dann-1.2/java_dann/src/com/syncleus/tests/dann/TestSynapseNotConnectedException.java M tags/java_dann-1.2/java_dann/src/com/syncleus/tests/dann/TestInvalidConnectionTypeDannException.java M tags/java_dann-1.2/java_dann/src/com/syncleus/tests/dann/TestXor.java M tags/java_dann-1.2/java_dann/src/com/syncleus/tests/dann/TestSynapseDoesNotExistException.java M tags/java_dann-1.3/java_dann_examples/src/com/syncleus/core/dann/examples/test/MathFunction.java M tags/java_dann-1.3/java_dann_examples/src/com/syncleus/core/dann/examples/test/SignalProcessingWavelet.java M tags/java_dann-1.3/java_dann_examples/src/com/syncleus/core/dann/examples/test/MathFunction3dDataBinder.java M tags/java_dann-1.3/java_dann_examples/src/com/syncleus/core/dann/examples/test/Test3d.java M tags/java_dann-1.3/java_dann_examples/src/com/syncleus/core/dann/examples/test/WaveDimension.java M tags/java_dann-1.3/java_dann_examples/src/com/syncleus/core/dann/examples/test/SignaledWaveMutatable.java M tags/java_dann-1.3/java_dann_examples/src/com/syncleus/core/dann/examples/test/Chromosome.java M tags/java_dann-1.3/java_dann_examples/src/com/syncleus/core/dann/examples/test/SignalMutatable.java M tags/java_dann-1.3/java_dann_examples/src/com/syncleus/core/dann/examples/test/Signal.java M tags/java_dann-1.3/java_dann_examples/src/com/syncleus/core/dann/examples/test/Gene.java M tags/java_dann-1.3/java_dann_examples/src/com/syncleus/core/dann/examples/test/Mutatable.java M tags/java_dann-1.3/java_dann_examples/src/com/syncleus/core/dann/examples/test/Nucleus.java M tags/java_dann-1.3/java_dann_examples/src/com/syncleus/core/dann/examples/test/Test.java M tags/java_dann-1.3/java_dann_examples/src/com/syncleus/core/dann/examples/test/Cell.java M tags/java_dann-1.3/java_dann_examples/src/com/syncleus/core/dann/examples/test/FormedWaveMathFunction.java M tags/java_dann-1.3/java_dann_examples/src/com/syncleus/core/dann/examples/test/Organism.java M tags/java_dann-1.3/java_dann_examples/src/com/syncleus/core/dann/examples/test/WaveMultidimensionalMathFunction.java M tags/java_dann-1.3/java_dann_examples/src/com/syncleus/core/dann/examples/test/DistributedFormedWaveMathFunction.java M tags/java_dann-1.3/java_dann_examples/src/com/syncleus/core/dann/examples/test/WaveMathFunction.java M tags/java_dann-1.3/java_dann_examples/src/com/syncleus/core/dann/examples/test/WaveletMathFunction.java M tags/java_dann-1.3/java_dann_examples/src/com/syncleus/core/dann/examples/test/LocalSignal.java M tags/java_dann-1.3/java_dann_examples/src/com/syncleus/core/dann/examples/test/GlobalSignal.java M tags/java_dann-1.3/java_dann_examples/src/com/syncleus/core/dann/examples/hyperassociativemap/visualization/UpdateViewRun.java M tags/java_dann-1.3/java_dann_examples/src/com/syncleus/core/dann/examples/hyperassociativemap/visualization/LayeredHyperassociativeMap.java M tags/java_dann-1.3/java_dann_examples/src/com/syncleus/core/dann/examples/hyperassociativemap/visualization/ViewMap.java M tags/java_dann-1.3/java_dann_examples/src/com/syncleus/core/dann/examples/Main.java M tags/java_dann-1.3/java_dann_examples/src/com/syncleus/core/dann/examples/xor/Main.java M tags/java_dann-1.3/java_dann_examples/src/com/syncleus/core/dann/examples/nci/BrainListener.java M tags/java_dann-1.3/java_dann_examples/src/com/syncleus/core/dann/examples/nci/BusyException.java M tags/java_dann-1.3/java_dann_examples/src/com/syncleus/core/dann/examples/nci/TrainRun.java M tags/java_dann-1.3/java_dann_examples/src/com/syncleus/core/dann/examples/nci/BrainRunner.java M tags/java_dann-1.3/java_dann_examples/src/com/syncleus/core/dann/examples/nci/NciBrain.java M tags/java_dann-1.3/java_dann_examples/src/com/syncleus/core/dann/examples/nci/SampleRun.java M tags/java_dann-1.3/java_dann_examples/src/com/syncleus/core/dann/examples/nci/PropagateRun.java M tags/java_dann-1.3/java_dann_examples/src/com/syncleus/core/dann/examples/nci/BackPropagateRun.java M tags/java_dann-1.3/java_dann_examples/src/com/syncleus/core/dann/examples/nci/CompressionNeuron.java M tags/java_dann-1.3/java_dann_examples/src/com/syncleus/core/dann/examples/nci/ui/ImagePanel.java M tags/java_dann-1.3/java_dann_examples/src/com/syncleus/core/dann/examples/nci/ui/UpdateViewRun.java M tags/java_dann-1.3/java_dann_examples/src/com/syncleus/core/dann/examples/nci/ui/ViewBrain.java M tags/java_dann-1.3/java_dann_examples/src/com/syncleus/core/dann/examples/nci/ui/AboutDialog.java M tags/java_dann-1.3/java_dann_examples/src/com/syncleus/core/dann/examples/nci/ui/PngFileFilter.java M tags/java_dann-1.3/java_dann_examples/src/com/syncleus/core/dann/examples/nci/ui/NciDemo.java M tags/java_dann-1.3/java_dann_examples/src/com/syncleus/util/UniqueId.java M tags/java_dann-1.3/java_dann/src/com/syncleus/dann/DannException.java M tags/java_dann-1.3/java_dann/src/com/syncleus/dann/hyperassociativemap/NeuronHyperassociativeNode.java M tags/java_dann-1.3/java_dann/src/com/syncleus/dann/hyperassociativemap/HyperassociativeMap.java M tags/java_dann-1.3/java_dann/src/com/syncleus/dann/hyperassociativemap/Hyperpoint.java M tags/java_dann-1.3/java_dann/src/com/syncleus/dann/hyperassociativemap/HyperassociativeNode.java M tags/java_dann-1.3/java_dann/src/com/syncleus/dann/hyperassociativemap/NeighborNotFoundException.java M tags/java_dann-1.3/java_dann/src/com/syncleus/dann/hyperassociativemap/BrainHyperassociativeMap.java M tags/java_dann-1.3/java_dann/src/com/syncleus/dann/SynapseNotConnectedException.java M tags/java_dann-1.3/java_dann/src/com/syncleus/dann/Neuron.java M tags/java_dann-1.3/java_dann/src/com/syncleus/dann/SynapseDoesNotExistException.java M tags/java_dann-1.3/java_dann/src/com/syncleus/dann/activation/GausianActivationFunction.java M tags/java_dann-1.3/java_dann/src/com/syncleus/dann/activation/HyperbolicSecantActivationFunction.java M tags/java_dann-1.3/java_dann/src/com/syncleus/dann/activation/SineActivationFunction.java M tags/java_dann-1.3/java_dann/src/com/syncleus/dann/activation/ActivationFunction.java M tags/java_dann-1.3/java_dann/src/com/syncleus/dann/activation/HyperbolicTangentActivationFunction.java M tags/java_dann-1.3/java_dann/src/com/syncleus/dann/backprop/BackpropNeuronGroup.java M tags/java_dann-1.3/java_dann/src/com/syncleus/dann/backprop/BackpropNeuron.java M tags/java_dann-1.3/java_dann/src/com/syncleus/dann/backprop/InputBackpropNeuron.java M tags/java_dann-1.3/java_dann/src/com/syncleus/dann/backprop/OutputBackpropNeuron.java M tags/java_dann-1.3/java_dann/src/com/syncleus/dann/visualization/HyperassociativeMapVisualization.java M tags/java_dann-1.3/java_dann/src/com/syncleus/dann/visualization/HyperassociativeMapCanvas.java M tags/java_dann-1.3/java_dann/src/com/syncleus/dann/Synapse.java M tags/java_dann-1.3/java_dann/src/com/syncleus/dann/NeuronGroup.java M tags/java_dann-1.3/java_dann/src/com/syncleus/dann/InputNeuron.java M tags/java_dann-1.3/java_dann/src/com/syncleus/dann/OutputNeuron.java M tags/java_dann-1.3/java_dann/src/com/syncleus/dann/InvalidConnectionTypeDannException.java M tags/java_dann-1.3/java_dann/src/com/syncleus/dann/NeuronImpl.java M tags/java_dann-1.3/java_dann/src/com/syncleus/dann/Brain.java M tags/java_dann-1.3/java_dann/src/com/syncleus/tests/dann/TestDannException.java M tags/java_dann-1.3/java_dann/src/com/syncleus/tests/dann/hyperassociativemap/TestHyperpoint.java M tags/java_dann-1.3/java_dann/src/com/syncleus/tests/dann/hyperassociativemap/LayeredHyperassociativeMap.java M tags/java_dann-1.3/java_dann/src/com/syncleus/tests/dann/hyperassociativemap/TestHyperassociativeNode.java M tags/java_dann-1.3/java_dann/src/com/syncleus/tests/dann/hyperassociativemap/TestNeighborNotFoundException.java M tags/java_dann-1.3/java_dann/src/com/syncleus/tests/dann/hyperassociativemap/TestBrainHyperassociativeMap.java M tags/java_dann-1.3/java_dann/src/com/syncleus/tests/dann/hyperassociativemap/TestLayeredLoopMap.java M tags/java_dann-1.3/java_dann/src/com/syncleus/tests/dann/activation/TestActivationValues.java M tags/java_dann-1.3/java_dann/src/com/syncleus/tests/dann/backprop/TestBackpropNeuronGroup.java M tags/java_dann-1.3/java_dann/src/com/syncleus/tests/dann/TestSynapse.java M tags/java_dann-1.3/java_dann/src/com/syncleus/tests/dann/TestNeuronGroup.java M tags/java_dann-1.3/java_dann/src/com/syncleus/tests/dann/TestSynapseNotConnectedException.java M tags/java_dann-1.3/java_dann/src/com/syncleus/tests/dann/TestInvalidConnectionTypeDannException.java M tags/java_dann-1.3/java_dann/src/com/syncleus/tests/dann/TestXor.java M tags/java_dann-1.3/java_dann/src/com/syncleus/tests/dann/TestSynapseDoesNotExistException.java M tags/java_dann-0.1-alpha-RC1/java_dann/java/com/syncleus/dann/DNA.java M tags/java_dann-0.1-alpha-RC1/java_dann/java/com/syncleus/dann/Synapse.java M tags/java_dann-0.1-alpha-RC1/java_dann/java/com/syncleus/dann/InputNeuron.java M tags/java_dann-0.1-alpha-RC1/java_dann/java/com/syncleus/dann/Neuron.java M tags/java_dann-0.1-alpha-RC1/java_dann/java/com/syncleus/dann/OutputNeuron.java M tags/java_dann-0.1-alpha-RC1/java_dann/java/com/syncleus/dann/Brain.java M tags/java_dann-0.1-alpha-RC1/java_dann/java/com/syncleus/dann/InputLayer.java M tags/java_dann-0.1-alpha-RC1/java_dann/java/com/syncleus/dann/Layer.java M tags/java_dann-0.1-alpha-RC1/java_dann/java/com/syncleus/dann/OutputLayer.java M tags/java_dann-0.1-alpha-RC2/java_dann/java/com/syncleus/dann/DNA.java M tags/java_dann-0.1-alpha-RC2/java_dann/java/com/syncleus/dann/Synapse.java M tags/java_dann-0.1-alpha-RC2/java_dann/java/com/syncleus/dann/InputNeuronProcessingUnit.java M tags/java_dann-0.1-alpha-RC2/java_dann/java/com/syncleus/dann/NeuronProcessingUnit.java M tags/java_dann-0.1-alpha-RC2/java_dann/java/com/syncleus/dann/OutputNeuronProcessingUnit.java M tags/java_dann-0.1-alpha-RC2/java_dann/java/com/syncleus/dann/LayerProcessingUnit.java M tags/java_dann-1.0/java_dann_examples/src/com/syncleus/core/dann/examples/test/MathFunction.java M tags/java_dann-1.0/java_dann_examples/src/com/syncleus/core/dann/examples/test/SignalProcessingWavelet.java M tags/java_dann-1.0/java_dann_examples/src/com/syncleus/core/dann/examples/test/MathFunction3dDataBinder.java M tags/java_dann-1.0/java_dann_examples/src/com/syncleus/core/dann/examples/test/Test3d.java M tags/java_dann-1.0/java_dann_examples/src/com/syncleus/core/dann/examples/test/WaveDimension.java M tags/java_dann-1.0/java_dann_examples/src/com/syncleus/core/dann/examples/test/SignaledWaveMutatable.java M tags/java_dann-1.0/java_dann_examples/src/com/syncleus/core/dann/examples/test/Chromosome.java M tags/java_dann-1.0/java_dann_examples/src/com/syncleus/core/dann/examples/test/SignalMutatable.java M tags/java_dann-1.0/java_dann_examples/src/com/syncleus/core/dann/examples/test/Signal.java M tags/java_dann-1.0/java_dann_examples/src/com/syncleus/core/dann/examples/test/Gene.java M tags/java_dann-1.0/java_dann_examples/src/com/syncleus/core/dann/examples/test/Mutatable.java M tags/java_dann-1.0/java_dann_examples/src/com/syncleus/core/dann/examples/test/Nucleus.java M tags/java_dann-1.0/java_dann_examples/src/com/syncleus/core/dann/examples/test/Test.java M tags/java_dann-1.0/java_dann_examples/src/com/syncleus/core/dann/examples/test/Cell.java M tags/java_dann-1.0/java_dann_examples/src/com/syncleus/core/dann/examples/test/FormedWaveMathFunction.java M tags/java_dann-1.0/java_dann_examples/src/com/syncleus/core/dann/examples/test/Organism.java M tags/java_dann-1.0/java_dann_examples/src/com/syncleus/core/dann/examples/test/WaveMultidimensionalMathFunction.java M tags/java_dann-1.0/java_dann_examples/src/com/syncleus/core/dann/examples/test/DistributedFormedWaveMathFunction.java M tags/java_dann-1.0/java_dann_examples/src/com/syncleus/core/dann/examples/test/WaveMathFunction.java M tags/java_dann-1.0/java_dann_examples/src/com/syncleus/core/dann/examples/test/WaveletMathFunction.java M tags/java_dann-1.0/java_dann_examples/src/com/syncleus/core/dann/examples/test/LocalSignal.java M tags/java_dann-1.0/java_dann_examples/src/com/syncleus/core/dann/examples/test/GlobalSignal.java M tags/java_dann-1.0/java_dann_examples/src/com/syncleus/core/dann/examples/hyperassociativemap/visualization/UpdateViewRun.java M tags/java_dann-1.0/java_dann_examples/src/com/syncleus/core/dann/examples/hyperassociativemap/visualization/LayeredHyperassociativeMap.java M tags/java_dann-1.0/java_dann_examples/src/com/syncleus/core/dann/examples/hyperassociativemap/visualization/ViewMap.java M tags/java_dann-1.0/java_dann_examples/src/com/syncleus/core/dann/examples/Main.java M tags/java_dann-1.0/java_dann_examples/src/com/syncleus/core/dann/examples/xor/Main.java M tags/java_dann-1.0/java_dann_examples/src/com/syncleus/core/dann/examples/nci/BrainListener.java M tags/java_dann-1.0/java_dann_examples/src/com/syncleus/core/dann/examples/nci/BusyException.java M tags/java_dann-1.0/java_dann_examples/src/com/syncleus/core/dann/examples/nci/TrainRun.java M tags/java_dann-1.0/java_dann_examples/src/com/syncleus/core/dann/examples/nci/BrainRunner.java M tags/java_dann-1.0/java_dann_examples/src/com/syncleus/core/dann/examples/nci/NciBrain.java M tags/java_dann-1.0/java_dann_examples/src/com/syncleus/core/dann/examples/nci/SampleRun.java M tags/java_dann-1.0/java_dann_examples/src/com/syncleus/core/dann/examples/nci/PropagateRun.java M tags/java_dann-1.0/java_dann_examples/src/com/syncleus/core/dann/examples/nci/BackPropagateRun.java M tags/java_dann-1.0/java_dann_examples/src/com/syncleus/core/dann/examples/nci/CompressionNeuron.java M tags/java_dann-1.0/java_dann_examples/src/com/syncleus/core/dann/examples/nci/ui/ImagePanel.java M tags/java_dann-1.0/java_dann_examples/src/com/syncleus/core/dann/examples/nci/ui/UpdateViewRun.java M tags/java_dann-1.0/java_dann_examples/src/com/syncleus/core/dann/examples/nci/ui/ViewBrain.java M tags/java_dann-1.0/java_dann_examples/src/com/syncleus/core/dann/examples/nci/ui/AboutDialog.java M tags/java_dann-1.0/java_dann_examples/src/com/syncleus/core/dann/examples/nci/ui/PngFileFilter.java M tags/java_dann-1.0/java_dann_examples/src/com/syncleus/core/dann/examples/nci/ui/NciDemo.java M tags/java_dann-1.0/java_dann_examples/src/com/syncleus/util/UniqueId.java M tags/java_dann-1.0/java_dann/src/com/syncleus/dann/DannException.java M tags/java_dann-1.0/java_dann/src/com/syncleus/dann/hyperassociativemap/NeuronHyperassociativeNode.java M tags/java_dann-1.0/java_dann/src/com/syncleus/dann/hyperassociativemap/HyperassociativeMap.java M tags/java_dann-1.0/java_dann/src/com/syncleus/dann/hyperassociativemap/Hyperpoint.java M tags/java_dann-1.0/java_dann/src/com/syncleus/dann/hyperassociativemap/HyperassociativeNode.java M tags/java_dann-1.0/java_dann/src/com/syncleus/dann/hyperassociativemap/NeighborNotFoundException.java M tags/java_dann-1.0/java_dann/src/com/syncleus/dann/hyperassociativemap/BrainHyperassociativeMap.java M tags/java_dann-1.0/java_dann/src/com/syncleus/dann/SynapseNotConnectedException.java M tags/java_dann-1.0/java_dann/src/com/syncleus/dann/Neuron.java M tags/java_dann-1.0/java_dann/src/com/syncleus/dann/SynapseDoesNotExistException.java M tags/java_dann-1.0/java_dann/src/com/syncleus/dann/activation/GausianActivationFunction.java M tags/java_dann-1.0/java_dann/src/com/syncleus/dann/activation/HyperbolicSecantActivationFunction.java M tags/java_dann-1.0/java_dann/src/com/syncleus/dann/activation/SineActivationFunction.java M tags/java_dann-1.0/java_dann/src/com/syncleus/dann/activation/ActivationFunction.java M tags/java_dann-1.0/java_dann/src/com/syncleus/dann/activation/HyperbolicTangentActivationFunction.java M tags/java_dann-1.0/java_dann/src/com/syncleus/dann/backprop/BackpropNeuronGroup.java M tags/java_dann-1.0/java_dann/src/com/syncleus/dann/backprop/BackpropNeuron.java M tags/java_dann-1.0/java_dann/src/com/syncleus/dann/backprop/InputBackpropNeuron.java M tags/java_dann-1.0/java_dann/src/com/syncleus/dann/backprop/OutputBackpropNeuron.java M tags/java_dann-1.0/java_dann/src/com/syncleus/dann/visualization/HyperassociativeMapVisualization.java M tags/java_dann-1.0/java_dann/src/com/syncleus/dann/visualization/HyperassociativeMapCanvas.java M tags/java_dann-1.0/java_dann/src/com/syncleus/dann/Synapse.java M tags/java_dann-1.0/java_dann/src/com/syncleus/dann/NeuronGroup.java M tags/java_dann-1.0/java_dann/src/com/syncleus/dann/InputNeuron.java M tags/java_dann-1.0/java_dann/src/com/syncleus/dann/OutputNeuron.java M tags/java_dann-1.0/java_dann/src/com/syncleus/dann/InvalidConnectionTypeDannException.java M tags/java_dann-1.0/java_dann/src/com/syncleus/dann/NeuronImpl.java M tags/java_dann-1.0/java_dann/src/com/syncleus/dann/Brain.java M tags/java_dann-1.0/java_dann/src/com/syncleus/tests/dann/TestDannException.java M tags/java_dann-1.0/java_dann/src/com/syncleus/tests/dann/hyperassociativemap/TestHyperpoint.java M tags/java_dann-1.0/java_dann/src/com/syncleus/tests/dann/hyperassociativemap/LayeredHyperassociativeMap.java M tags/java_dann-1.0/java_dann/src/com/syncleus/tests/dann/hyperassociativemap/TestHyperassociativeNode.java M tags/java_dann-1.0/java_dann/src/com/syncleus/tests/dann/hyperassociativemap/TestNeighborNotFoundException.java M tags/java_dann-1.0/java_dann/src/com/syncleus/tests/dann/hyperassociativemap/TestBrainHyperassociativeMap.java M tags/java_dann-1.0/java_dann/src/com/syncleus/tests/dann/hyperassociativemap/TestLayeredLoopMap.java M tags/java_dann-1.0/java_dann/src/com/syncleus/tests/dann/activation/TestActivationValues.java M tags/java_dann-1.0/java_dann/src/com/syncleus/tests/dann/backprop/TestBackpropNeuronGroup.java M tags/java_dann-1.0/java_dann/src/com/syncleus/tests/dann/TestSynapse.java M tags/java_dann-1.0/java_dann/src/com/syncleus/tests/dann/TestNeuronGroup.java M tags/java_dann-1.0/java_dann/src/com/syncleus/tests/dann/TestSynapseNotConnectedException.java M tags/java_dann-1.0/java_dann/src/com/syncleus/tests/dann/TestInvalidConnectionTypeDannException.java M tags/java_dann-1.0/java_dann/src/com/syncleus/tests/dann/TestXor.java M tags/java_dann-1.0/java_dann/src/com/syncleus/tests/dann/TestSynapseDoesNotExistException.java M tags/java_dann-1.1/java_dann_examples/src/com/syncleus/core/dann/examples/test/MathFunction.java M tags/java_dann-1.1/java_dann_examples/src/com/syncleus/core/dann/examples/test/SignalProcessingWavelet.java M tags/java_dann-1.1/java_dann_examples/src/com/syncleus/core/dann/examples/test/MathFunction3dDataBinder.java M tags/java_dann-1.1/java_dann_examples/src/com/syncleus/core/dann/examples/test/Test3d.java M tags/java_dann-1.1/java_dann_examples/src/com/syncleus/core/dann/examples/test/WaveDimension.java M tags/java_dann-1.1/java_dann_examples/src/com/syncleus/core/dann/examples/test/SignaledWaveMutatable.java M tags/java_dann-1.1/java_dann_examples/src/com/syncleus/core/dann/examples/test/Chromosome.java M tags/java_dann-1.1/java_dann_examples/src/com/syncleus/core/dann/examples/test/SignalMutatable.java M tags/java_dann-1.1/java_dann_examples/src/com/syncleus/core/dann/examples/test/Signal.java M tags/java_dann-1.1/java_dann_examples/src/com/syncleus/core/dann/examples/test/Gene.java M tags/java_dann-1.1/java_dann_examples/src/com/syncleus/core/dann/examples/test/Mutatable.java M tags/java_dann-1.1/java_dann_examples/src/com/syncleus/core/dann/examples/test/Nucleus.java M tags/java_dann-1.1/java_dann_examples/src/com/syncleus/core/dann/examples/test/Test.java M tags/java_dann-1.1/java_dann_examples/src/com/syncleus/core/dann/examples/test/Cell.java M tags/java_dann-1.1/java_dann_examples/src/com/syncleus/core/dann/examples/test/FormedWaveMathFunction.java M tags/java_dann-1.1/java_dann_examples/src/com/syncleus/core/dann/examples/test/Organism.java M tags/java_dann-1.1/java_dann_examples/src/com/syncleus/core/dann/examples/test/WaveMultidimensionalMathFunction.java M tags/java_dann-1.1/java_dann_examples/src/com/syncleus/core/dann/examples/test/DistributedFormedWaveMathFunction.java M tags/java_dann-1.1/java_dann_examples/src/com/syncleus/core/dann/examples/test/WaveMathFunction.java M tags/java_dann-1.1/java_dann_examples/src/com/syncleus/core/dann/examples/test/WaveletMathFunction.java M tags/java_dann-1.1/java_dann_examples/src/com/syncleus/core/dann/examples/test/LocalSignal.java M tags/java_dann-1.1/java_dann_examples/src/com/syncleus/core/dann/examples/test/GlobalSignal.java M tags/java_dann-1.1/java_dann_examples/src/com/syncleus/core/dann/examples/hyperassociativemap/visualization/UpdateViewRun.java M tags/java_dann-1.1/java_dann_examples/src/com/syncleus/core/dann/examples/hyperassociativemap/visualization/LayeredHyperassociativeMap.java M tags/java_dann-1.1/java_dann_examples/src/com/syncleus/core/dann/examples/hyperassociativemap/visualization/ViewMap.java M tags/java_dann-1.1/java_dann_examples/src/com/syncleus/core/dann/examples/Main.java M tags/java_dann-1.1/java_dann_examples/src/com/syncleus/core/dann/examples/xor/Main.java M tags/java_dann-1.1/java_dann_examples/src/com/syncleus/core/dann/examples/nci/BrainListener.java M tags/java_dann-1.1/java_dann_examples/src/com/syncleus/core/dann/examples/nci/BusyException.java M tags/java_dann-1.1/java_dann_examples/src/com/syncleus/core/dann/examples/nci/TrainRun.java M tags/java_dann-1.1/java_dann_examples/src/com/syncleus/core/dann/examples/nci/BrainRunner.java M tags/java_dann-1.1/java_dann_examples/src/com/syncleus/core/dann/examples/nci/NciBrain.java M tags/java_dann-1.1/java_dann_examples/src/com/syncleus/core/dann/examples/nci/SampleRun.java M tags/java_dann-1.1/java_dann_examples/src/com/syncleus/core/dann/examples/nci/PropagateRun.java M tags/java_dann-1.1/java_dann_examples/src/com/syncleus/core/dann/examples/nci/BackPropagateRun.java M tags/java_dann-1.1/java_dann_examples/src/com/syncleus/core/dann/examples/nci/CompressionNeuron.java M tags/java_dann-1.1/java_dann_examples/src/com/syncleus/core/dann/examples/nci/ui/ImagePanel.java M tags/java_dann-1.1/java_dann_examples/src/com/syncleus/core/dann/examples/nci/ui/UpdateViewRun.java M tags/java_dann-1.1/java_dann_examples/src/com/syncleus/core/dann/examples/nci/ui/ViewBrain.java M tags/java_dann-1.1/java_dann_examples/src/com/syncleus/core/dann/examples/nci/ui/AboutDialog.java M tags/java_dann-1.1/java_dann_examples/src/com/syncleus/core/dann/examples/nci/ui/PngFileFilter.java M tags/java_dann-1.1/java_dann_examples/src/com/syncleus/core/dann/examples/nci/ui/NciDemo.java M tags/java_dann-1.1/java_dann_examples/src/com/syncleus/util/UniqueId.java M tags/java_dann-1.1/java_dann/src/com/syncleus/dann/DannException.java M tags/java_dann-1.1/java_dann/src/com/syncleus/dann/hyperassociativemap/NeuronHyperassociativeNode.java M tags/java_dann-1.1/java_dann/src/com/syncleus/dann/hyperassociativemap/HyperassociativeMap.java M tags/java_dann-1.1/java_dann/src/com/syncleus/dann/hyperassociativemap/Hyperpoint.java M tags/java_dann-1.1/java_dann/src/com/syncleus/dann/hyperassociativemap/HyperassociativeNode.java M tags/java_dann-1.1/java_dann/src/com/syncleus/dann/hyperassociativemap/NeighborNotFoundException.java M tags/java_dann-1.1/java_dann/src/com/syncleus/dann/hyperassociativemap/BrainHyperassociativeMap.java M tags/java_dann-1.1/java_dann/src/com/syncleus/dann/SynapseNotConnectedException.java M tags/java_dann-1.1/java_dann/src/com/syncleus/dann/Neuron.java M tags/java_dann-1.1/java_dann/src/com/syncleus/dann/SynapseDoesNotExistException.java M tags/java_dann-1.1/java_dann/src/com/syncleus/dann/activation/GausianActivationFunction.java M tags/java_dann-1.1/java_dann/src/com/syncleus/dann/activation/HyperbolicSecantActivationFunction.java M tags/java_dann-1.1/java_dann/src/com/syncleus/dann/activation/SineActivationFunction.java M tags/java_dann-1.1/java_dann/src/com/syncleus/dann/activation/ActivationFunction.java M tags/java_dann-1.1/java_dann/src/com/syncleus/dann/activation/HyperbolicTangentActivationFunction.java M tags/java_dann-1.1/java_dann/src/com/syncleus/dann/backprop/BackpropNeuronGroup.java M tags/java_dann-1.1/java_dann/src/com/syncleus/dann/backprop/BackpropNeuron.java M tags/java_dann-1.1/java_dann/src/com/syncleus/dann/backprop/InputBackpropNeuron.java M tags/java_dann-1.1/java_dann/src/com/syncleus/dann/backprop/OutputBackpropNeuron.java M tags/java_dann-1.1/java_dann/src/com/syncleus/dann/visualization/HyperassociativeMapVisualization.java M tags/java_dann-1.1/java_dann/src/com/syncleus/dann/visualization/HyperassociativeMapCanvas.java M tags/java_dann-1.1/java_dann/src/com/syncleus/dann/Synapse.java M tags/java_dann-1.1/java_dann/src/com/syncleus/dann/NeuronGroup.java M tags/java_dann-1.1/java_dann/src/com/syncleus/dann/InputNeuron.java M tags/java_dann-1.1/java_dann/src/com/syncleus/dann/OutputNeuron.java M tags/java_dann-1.1/java_dann/src/com/syncleus/dann/InvalidConnectionTypeDannException.java M tags/java_dann-1.1/java_dann/src/com/syncleus/dann/NeuronImpl.java M tags/java_dann-1.1/java_dann/src/com/syncleus/dann/Brain.java M tags/java_dann-1.1/java_dann/src/com/syncleus/tests/dann/TestDannException.java M tags/java_dann-1.1/java_dann/src/com/syncleus/tests/dann/hyperassociativemap/TestHyperpoint.java M tags/java_dann-1.1/java_dann/src/com/syncleus/tests/dann/hyperassociativemap/LayeredHyperassociativeMap.java M tags/java_dann-1.1/java_dann/src/com/syncleus/tests/dann/hyperassociativemap/TestHyperassociativeNode.java M tags/java_dann-1.1/java_dann/src/com/syncleus/tests/dann/hyperassociativemap/TestNeighborNotFoundException.java M tags/java_dann-1.1/java_dann/src/com/syncleus/tests/dann/hyperassociativemap/TestBrainHyperassociativeMap.java M tags/java_dann-1.1/java_dann/src/com/syncleus/tests/dann/hyperassociativemap/TestLayeredLoopMap.java M tags/java_dann-1.1/java_dann/src/com/syncleus/tests/dann/activation/TestActivationValues.java M tags/java_dann-1.1/java_dann/src/com/syncleus/tests/dann/backprop/TestBackpropNeuronGroup.java M tags/java_dann-1.1/java_dann/src/com/syncleus/tests/dann/TestSynapse.java M tags/java_dann-1.1/java_dann/src/com/syncleus/tests/dann/TestNeuronGroup.java M tags/java_dann-1.1/java_dann/src/com/syncleus/tests/dann/TestSynapseNotConnectedException.java M tags/java_dann-1.1/java_dann/src/com/syncleus/tests/dann/TestInvalidConnectionTypeDannException.java M tags/java_dann-1.1/java_dann/src/com/syncleus/tests/dann/TestXor.java M tags/java_dann-1.1/java_dann/src/com/syncleus/tests/dann/TestSynapseDoesNotExistException.java git-svn-id: svn://svn.syncleus.com/dANN/branches/java_dann-1.x@495 6ae8b97b-f314-0410-8212-aecf10b92ded --- src/com/syncleus/dann/Brain.java | 10 +++++----- src/com/syncleus/dann/DannException.java | 10 +++++----- src/com/syncleus/dann/InputNeuron.java | 10 +++++----- .../dann/InvalidConnectionTypeDannException.java | 10 +++++----- src/com/syncleus/dann/Neuron.java | 10 +++++----- src/com/syncleus/dann/NeuronGroup.java | 10 +++++----- src/com/syncleus/dann/NeuronImpl.java | 10 +++++----- src/com/syncleus/dann/OutputNeuron.java | 10 +++++----- src/com/syncleus/dann/Synapse.java | 10 +++++----- .../syncleus/dann/SynapseDoesNotExistException.java | 10 +++++----- .../syncleus/dann/SynapseNotConnectedException.java | 10 +++++----- .../syncleus/dann/activation/ActivationFunction.java | 10 +++++----- .../dann/activation/GausianActivationFunction.java | 10 +++++----- .../activation/HyperbolicSecantActivationFunction.java | 10 +++++----- .../HyperbolicTangentActivationFunction.java | 10 +++++----- .../dann/activation/SineActivationFunction.java | 10 +++++----- src/com/syncleus/dann/backprop/BackpropNeuron.java | 10 +++++----- .../syncleus/dann/backprop/BackpropNeuronGroup.java | 10 +++++----- .../syncleus/dann/backprop/InputBackpropNeuron.java | 10 +++++----- .../syncleus/dann/backprop/OutputBackpropNeuron.java | 10 +++++----- .../hyperassociativemap/BrainHyperassociativeMap.java | 10 +++++----- .../dann/hyperassociativemap/HyperassociativeMap.java | 10 +++++----- .../dann/hyperassociativemap/HyperassociativeNode.java | 8 ++++---- .../syncleus/dann/hyperassociativemap/Hyperpoint.java | 10 +++++----- .../hyperassociativemap/NeighborNotFoundException.java | 10 +++++----- .../NeuronHyperassociativeNode.java | 10 +++++----- .../dann/visualization/HyperassociativeMapCanvas.java | 10 +++++----- .../HyperassociativeMapVisualization.java | 10 +++++----- src/com/syncleus/tests/dann/TestDannException.java | 8 ++++---- .../dann/TestInvalidConnectionTypeDannException.java | 8 ++++---- src/com/syncleus/tests/dann/TestNeuronGroup.java | 8 ++++---- src/com/syncleus/tests/dann/TestSynapse.java | 8 ++++---- .../tests/dann/TestSynapseDoesNotExistException.java | 8 ++++---- .../tests/dann/TestSynapseNotConnectedException.java | 8 ++++---- src/com/syncleus/tests/dann/TestXor.java | 10 +++++----- .../tests/dann/activation/TestActivationValues.java | 8 ++++---- .../tests/dann/backprop/TestBackpropNeuronGroup.java | 8 ++++---- .../LayeredHyperassociativeMap.java | 8 ++++---- .../TestBrainHyperassociativeMap.java | 8 ++++---- .../hyperassociativemap/TestHyperassociativeNode.java | 8 ++++---- .../tests/dann/hyperassociativemap/TestHyperpoint.java | 8 ++++---- .../dann/hyperassociativemap/TestLayeredLoopMap.java | 8 ++++---- .../TestNeighborNotFoundException.java | 8 ++++---- 43 files changed, 200 insertions(+), 200 deletions(-) diff --git a/src/com/syncleus/dann/Brain.java b/src/com/syncleus/dann/Brain.java index da5ccc01..14a8aa26 100644 --- a/src/com/syncleus/dann/Brain.java +++ b/src/com/syncleus/dann/Brain.java @@ -1,17 +1,17 @@ /****************************************************************************** * * - * Copyright: (c) Syncleus, Inc. * + * Copyright: (c) Jeffrey Phillips Freeman * * * * You may redistribute and modify this source code under the terms and * * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * + * or any later version as published by Jeffrey Phillips Freeman at www.syncleus.com. * * There should be a copy of the license included with this file. If a copy * * of the license is not included you are granted no right to distribute or * * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * + * should also contact Jeffrey Phillips Freeman at the information below if you cannot * * find a license: * * * - * Syncleus, Inc. * + * Jeffrey Phillips Freeman * * 2604 South 12th Street * * Philadelphia, PA 19148 * * * @@ -28,7 +28,7 @@ import java.util.*; * <br/> * This class is abstract and must be extended in order to be used. * - * @author Syncleus, Inc. + * @author Jeffrey Phillips Freeman * @since 1.0 * @version 1.0 */ diff --git a/src/com/syncleus/dann/DannException.java b/src/com/syncleus/dann/DannException.java index 87e13567..d58bba73 100644 --- a/src/com/syncleus/dann/DannException.java +++ b/src/com/syncleus/dann/DannException.java @@ -1,17 +1,17 @@ /****************************************************************************** * * - * Copyright: (c) Syncleus, Inc. * + * Copyright: (c) Jeffrey Phillips Freeman * * * * You may redistribute and modify this source code under the terms and * * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * + * or any later version as published by Jeffrey Phillips Freeman at www.syncleus.com. * * There should be a copy of the license included with this file. If a copy * * of the license is not included you are granted no right to distribute or * * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * + * should also contact Jeffrey Phillips Freeman at the information below if you cannot * * find a license: * * * - * Syncleus, Inc. * + * Jeffrey Phillips Freeman * * 2604 South 12th Street * * Philadelphia, PA 19148 * * * @@ -23,7 +23,7 @@ package com.syncleus.dann; * or inherit from it. * * <!-- Author: Jeffrey Phillips Freeman --> - * @author Syncleus, Inc. + * @author Jeffrey Phillips Freeman * @since 1.0 * @version 1.0 */ diff --git a/src/com/syncleus/dann/InputNeuron.java b/src/com/syncleus/dann/InputNeuron.java index c892f99c..f8cb719a 100644 --- a/src/com/syncleus/dann/InputNeuron.java +++ b/src/com/syncleus/dann/InputNeuron.java @@ -1,17 +1,17 @@ /****************************************************************************** * * - * Copyright: (c) Syncleus, Inc. * + * Copyright: (c) Jeffrey Phillips Freeman * * * * You may redistribute and modify this source code under the terms and * * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * + * or any later version as published by Jeffrey Phillips Freeman at www.syncleus.com. * * There should be a copy of the license included with this file. If a copy * * of the license is not included you are granted no right to distribute or * * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * + * should also contact Jeffrey Phillips Freeman at the information below if you cannot * * find a license: * * * - * Syncleus, Inc. * + * Jeffrey Phillips Freeman * * 2604 South 12th Street * * Philadelphia, PA 19148 * * * @@ -23,7 +23,7 @@ package com.syncleus.dann; * you to input data into the brain for processing. * * <!-- Author: Jeffrey Phillips Freeman --> - * @author Syncleus, Inc. + * @author Jeffrey Phillips Freeman * @param <SN> The type of Neuron allowed to connect to this Neuron. * @param <DN> The type of Neuron this Neuron is allowed to connect to. * @since 1.0 diff --git a/src/com/syncleus/dann/InvalidConnectionTypeDannException.java b/src/com/syncleus/dann/InvalidConnectionTypeDannException.java index 09be474c..f1b3da45 100644 --- a/src/com/syncleus/dann/InvalidConnectionTypeDannException.java +++ b/src/com/syncleus/dann/InvalidConnectionTypeDannException.java @@ -1,17 +1,17 @@ /****************************************************************************** * * - * Copyright: (c) Syncleus, Inc. * + * Copyright: (c) Jeffrey Phillips Freeman * * * * You may redistribute and modify this source code under the terms and * * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * + * or any later version as published by Jeffrey Phillips Freeman at www.syncleus.com. * * There should be a copy of the license included with this file. If a copy * * of the license is not included you are granted no right to distribute or * * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * + * should also contact Jeffrey Phillips Freeman at the information below if you cannot * * find a license: * * * - * Syncleus, Inc. * + * Jeffrey Phillips Freeman * * 2604 South 12th Street * * Philadelphia, PA 19148 * * * @@ -23,7 +23,7 @@ package com.syncleus.dann; * invalid. * * <!-- Author: Jeffrey Phillips Freeman --> - * @author Syncleus, Inc. + * @author Jeffrey Phillips Freeman * @since 1.0 * @version 1.0 */ diff --git a/src/com/syncleus/dann/Neuron.java b/src/com/syncleus/dann/Neuron.java index 4a06442a..0ca46acc 100644 --- a/src/com/syncleus/dann/Neuron.java +++ b/src/com/syncleus/dann/Neuron.java @@ -1,17 +1,17 @@ /****************************************************************************** * * - * Copyright: (c) Syncleus, Inc. * + * Copyright: (c) Jeffrey Phillips Freeman * * * * You may redistribute and modify this source code under the terms and * * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * + * or any later version as published by Jeffrey Phillips Freeman at www.syncleus.com. * * There should be a copy of the license included with this file. If a copy * * of the license is not included you are granted no right to distribute or * * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * + * should also contact Jeffrey Phillips Freeman at the information below if you cannot * * find a license: * * * - * Syncleus, Inc. * + * Jeffrey Phillips Freeman * * 2604 South 12th Street * * Philadelphia, PA 19148 * * * @@ -27,7 +27,7 @@ import java.util.Set; * All neurons will connect to other neurons as well as be able to disconnect. * * <!-- Author: Jeffrey Phillips Freeman --> - * @author Syncleus, Inc. + * @author Jeffrey Phillips Freeman * @param <SN> Source Neurons allowed to connect to this Neuron. * @param <DN> Destination Neurons this Neuron is allowed to connect to. * @since 1.0 diff --git a/src/com/syncleus/dann/NeuronGroup.java b/src/com/syncleus/dann/NeuronGroup.java index 17ee1d19..1b6ba719 100644 --- a/src/com/syncleus/dann/NeuronGroup.java +++ b/src/com/syncleus/dann/NeuronGroup.java @@ -1,17 +1,17 @@ /****************************************************************************** * * - * Copyright: (c) Syncleus, Inc. * + * Copyright: (c) Jeffrey Phillips Freeman * * * * You may redistribute and modify this source code under the terms and * * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * + * or any later version as published by Jeffrey Phillips Freeman at www.syncleus.com. * * There should be a copy of the license included with this file. If a copy * * of the license is not included you are granted no right to distribute or * * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * + * should also contact Jeffrey Phillips Freeman at the information below if you cannot * * find a license: * * * - * Syncleus, Inc. * + * Jeffrey Phillips Freeman * * 2604 South 12th Street * * Philadelphia, PA 19148 * * * @@ -28,7 +28,7 @@ import java.util.Set; * A special NetworkNode which can contain other NetworkNodes as children. * * <!-- Author: Jeffrey Phillips Freeman --> - * @author Syncleus, Inc. + * @author Jeffrey Phillips Freeman * @since 1.0 */ public class NeuronGroup<N extends NeuronImpl> implements java.io.Serializable diff --git a/src/com/syncleus/dann/NeuronImpl.java b/src/com/syncleus/dann/NeuronImpl.java index 69754ff6..70ec3680 100644 --- a/src/com/syncleus/dann/NeuronImpl.java +++ b/src/com/syncleus/dann/NeuronImpl.java @@ -1,17 +1,17 @@ /****************************************************************************** * * - * Copyright: (c) Syncleus, Inc. * + * Copyright: (c) Jeffrey Phillips Freeman * * * * You may redistribute and modify this source code under the terms and * * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * + * or any later version as published by Jeffrey Phillips Freeman at www.syncleus.com. * * There should be a copy of the license included with this file. If a copy * * of the license is not included you are granted no right to distribute or * * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * + * should also contact Jeffrey Phillips Freeman at the information below if you cannot * * find a license: * * * - * Syncleus, Inc. * + * Jeffrey Phillips Freeman * * 2604 South 12th Street * * Philadelphia, PA 19148 * * * @@ -29,7 +29,7 @@ import java.util.*; * function handling. * * <!-- Author: Jeffrey Phillips Freeman --> - * @author Syncleus, Inc. + * @author Jeffrey Phillips Freeman * @param <SN> Source Neurons allowed to connect to this Neuron. * @param <DN> Destination Neurons this Neuron is allowed to connect to. * @since 1.0 diff --git a/src/com/syncleus/dann/OutputNeuron.java b/src/com/syncleus/dann/OutputNeuron.java index b7594235..c5f198ea 100644 --- a/src/com/syncleus/dann/OutputNeuron.java +++ b/src/com/syncleus/dann/OutputNeuron.java @@ -1,17 +1,17 @@ /****************************************************************************** * * - * Copyright: (c) Syncleus, Inc. * + * Copyright: (c) Jeffrey Phillips Freeman * * * * You may redistribute and modify this source code under the terms and * * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * + * or any later version as published by Jeffrey Phillips Freeman at www.syncleus.com. * * There should be a copy of the license included with this file. If a copy * * of the license is not included you are granted no right to distribute or * * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * + * should also contact Jeffrey Phillips Freeman at the information below if you cannot * * find a license: * * * - * Syncleus, Inc. * + * Jeffrey Phillips Freeman * * 2604 South 12th Street * * Philadelphia, PA 19148 * * * @@ -23,7 +23,7 @@ package com.syncleus.dann; * output data from the brain after processing. * * <!-- Author: Jeffrey Phillips Freeman --> - * @author Syncleus, Inc. + * @author Jeffrey Phillips Freeman * @param <SN> The type of Neuron allowed to connect to this Neuron. * @param <DN> The type of Neuron this Neuron is allowed to connect to. * @since 1.0 diff --git a/src/com/syncleus/dann/Synapse.java b/src/com/syncleus/dann/Synapse.java index 655c6c69..b08c8f81 100644 --- a/src/com/syncleus/dann/Synapse.java +++ b/src/com/syncleus/dann/Synapse.java @@ -1,17 +1,17 @@ /****************************************************************************** * * - * Copyright: (c) Syncleus, Inc. * + * Copyright: (c) Jeffrey Phillips Freeman * * * * You may redistribute and modify this source code under the terms and * * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * + * or any later version as published by Jeffrey Phillips Freeman at www.syncleus.com. * * There should be a copy of the license included with this file. If a copy * * of the license is not included you are granted no right to distribute or * * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * + * should also contact Jeffrey Phillips Freeman at the information below if you cannot * * find a license: * * * - * Syncleus, Inc. * + * Jeffrey Phillips Freeman * * 2604 South 12th Street * * Philadelphia, PA 19148 * * * @@ -23,7 +23,7 @@ package com.syncleus.dann; * connection weights are stores and manipulated. * * <!-- Author: Jeffrey Phillips Freeman --> - * @author Syncleus, Inc. + * @author Jeffrey Phillips Freeman * @since 1.0 * @version 1.0 * @see com.syncleus.dann.Neuron diff --git a/src/com/syncleus/dann/SynapseDoesNotExistException.java b/src/com/syncleus/dann/SynapseDoesNotExistException.java index e7f46bb8..d62c731a 100644 --- a/src/com/syncleus/dann/SynapseDoesNotExistException.java +++ b/src/com/syncleus/dann/SynapseDoesNotExistException.java @@ -1,17 +1,17 @@ /****************************************************************************** * * - * Copyright: (c) Syncleus, Inc. * + * Copyright: (c) Jeffrey Phillips Freeman * * * * You may redistribute and modify this source code under the terms and * * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * + * or any later version as published by Jeffrey Phillips Freeman at www.syncleus.com. * * There should be a copy of the license included with this file. If a copy * * of the license is not included you are granted no right to distribute or * * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * + * should also contact Jeffrey Phillips Freeman at the information below if you cannot * * find a license: * * * - * Syncleus, Inc. * + * Jeffrey Phillips Freeman * * 2604 South 12th Street * * Philadelphia, PA 19148 * * * @@ -23,7 +23,7 @@ package com.syncleus.dann; * This indicates that a required synapse does not exist. * * <!-- Author: Jeffrey Phillips Freeman --> - * @author Syncleus, Inc. + * @author Jeffrey Phillips Freeman * @since 1.0 * @version 1.0 */ diff --git a/src/com/syncleus/dann/SynapseNotConnectedException.java b/src/com/syncleus/dann/SynapseNotConnectedException.java index e03bb065..96795ad2 100644 --- a/src/com/syncleus/dann/SynapseNotConnectedException.java +++ b/src/com/syncleus/dann/SynapseNotConnectedException.java @@ -1,17 +1,17 @@ /****************************************************************************** * * - * Copyright: (c) Syncleus, Inc. * + * Copyright: (c) Jeffrey Phillips Freeman * * * * You may redistribute and modify this source code under the terms and * * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * + * or any later version as published by Jeffrey Phillips Freeman at www.syncleus.com. * * There should be a copy of the license included with this file. If a copy * * of the license is not included you are granted no right to distribute or * * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * + * should also contact Jeffrey Phillips Freeman at the information below if you cannot * * find a license: * * * - * Syncleus, Inc. * + * Jeffrey Phillips Freeman * * 2604 South 12th Street * * Philadelphia, PA 19148 * * * @@ -22,7 +22,7 @@ package com.syncleus.dann; * This means a synapse is not a connected synpase. * * <!-- Author: Jeffrey Phillips Freeman --> - * @author Syncleus, Inc. + * @author Jeffrey Phillips Freeman * @since 1.0 * @version 1.0 */ diff --git a/src/com/syncleus/dann/activation/ActivationFunction.java b/src/com/syncleus/dann/activation/ActivationFunction.java index 5b6d8103..8f1bc251 100644 --- a/src/com/syncleus/dann/activation/ActivationFunction.java +++ b/src/com/syncleus/dann/activation/ActivationFunction.java @@ -1,17 +1,17 @@ /****************************************************************************** * * - * Copyright: (c) Syncleus, Inc. * + * Copyright: (c) Jeffrey Phillips Freeman * * * * You may redistribute and modify this source code under the terms and * * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * + * or any later version as published by Jeffrey Phillips Freeman at www.syncleus.com. * * There should be a copy of the license included with this file. If a copy * * of the license is not included you are granted no right to distribute or * * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * + * should also contact Jeffrey Phillips Freeman at the information below if you cannot * * find a license: * * * - * Syncleus, Inc. * + * Jeffrey Phillips Freeman * * 2604 South 12th Street * * Philadelphia, PA 19148 * * * @@ -23,7 +23,7 @@ package com.syncleus.dann.activation; * derivative. This is used in propogating as well as backpropogating activity. * * <!-- Author: Jeffrey Phillips Freeman --> - * @author Syncleus, Inc. + * @author Jeffrey Phillips Freeman * @since 1.0 * @version 1.0 */ diff --git a/src/com/syncleus/dann/activation/GausianActivationFunction.java b/src/com/syncleus/dann/activation/GausianActivationFunction.java index c510b5d8..a1551c65 100644 --- a/src/com/syncleus/dann/activation/GausianActivationFunction.java +++ b/src/com/syncleus/dann/activation/GausianActivationFunction.java @@ -1,17 +1,17 @@ /****************************************************************************** * * - * Copyright: (c) Syncleus, Inc. * + * Copyright: (c) Jeffrey Phillips Freeman * * * * You may redistribute and modify this source code under the terms and * * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * + * or any later version as published by Jeffrey Phillips Freeman at www.syncleus.com. * * There should be a copy of the license included with this file. If a copy * * of the license is not included you are granted no right to distribute or * * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * + * should also contact Jeffrey Phillips Freeman at the information below if you cannot * * find a license: * * * - * Syncleus, Inc. * + * Jeffrey Phillips Freeman * * 2604 South 12th Street * * Philadelphia, PA 19148 * * * @@ -22,7 +22,7 @@ package com.syncleus.dann.activation; * An implementation of an activation function using a gausian function. * * <!-- Author: Jeffrey Phillips Freeman --> - * @author Syncleus, Inc. + * @author Jeffrey Phillips Freeman * @since 1.0 * @version 1.0 */ diff --git a/src/com/syncleus/dann/activation/HyperbolicSecantActivationFunction.java b/src/com/syncleus/dann/activation/HyperbolicSecantActivationFunction.java index 4f884f25..08e8f571 100644 --- a/src/com/syncleus/dann/activation/HyperbolicSecantActivationFunction.java +++ b/src/com/syncleus/dann/activation/HyperbolicSecantActivationFunction.java @@ -1,17 +1,17 @@ /****************************************************************************** * * - * Copyright: (c) Syncleus, Inc. * + * Copyright: (c) Jeffrey Phillips Freeman * * * * You may redistribute and modify this source code under the terms and * * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * + * or any later version as published by Jeffrey Phillips Freeman at www.syncleus.com. * * There should be a copy of the license included with this file. If a copy * * of the license is not included you are granted no right to distribute or * * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * + * should also contact Jeffrey Phillips Freeman at the information below if you cannot * * find a license: * * * - * Syncleus, Inc. * + * Jeffrey Phillips Freeman * * 2604 South 12th Street * * Philadelphia, PA 19148 * * * @@ -23,7 +23,7 @@ package com.syncleus.dann.activation; * function. * * <!-- Author: Jeffrey Phillips Freeman --> - * @author Syncleus, Inc. + * @author Jeffrey Phillips Freeman * @since 1.0 * @version 1.0 */ diff --git a/src/com/syncleus/dann/activation/HyperbolicTangentActivationFunction.java b/src/com/syncleus/dann/activation/HyperbolicTangentActivationFunction.java index 5a3d288d..32308fc4 100644 --- a/src/com/syncleus/dann/activation/HyperbolicTangentActivationFunction.java +++ b/src/com/syncleus/dann/activation/HyperbolicTangentActivationFunction.java @@ -1,17 +1,17 @@ /****************************************************************************** * * - * Copyright: (c) Syncleus, Inc. * + * Copyright: (c) Jeffrey Phillips Freeman * * * * You may redistribute and modify this source code under the terms and * * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * + * or any later version as published by Jeffrey Phillips Freeman at www.syncleus.com. * * There should be a copy of the license included with this file. If a copy * * of the license is not included you are granted no right to distribute or * * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * + * should also contact Jeffrey Phillips Freeman at the information below if you cannot * * find a license: * * * - * Syncleus, Inc. * + * Jeffrey Phillips Freeman * * 2604 South 12th Street * * Philadelphia, PA 19148 * * * @@ -23,7 +23,7 @@ package com.syncleus.dann.activation; * function. * * <!-- Author: Jeffrey Phillips Freeman --> - * @author Syncleus, Inc. + * @author Jeffrey Phillips Freeman * @since 1.0 * @version 1.0 */ diff --git a/src/com/syncleus/dann/activation/SineActivationFunction.java b/src/com/syncleus/dann/activation/SineActivationFunction.java index 495e1ac5..f0451d92 100644 --- a/src/com/syncleus/dann/activation/SineActivationFunction.java +++ b/src/com/syncleus/dann/activation/SineActivationFunction.java @@ -1,17 +1,17 @@ /****************************************************************************** * * - * Copyright: (c) Syncleus, Inc. * + * Copyright: (c) Jeffrey Phillips Freeman * * * * You may redistribute and modify this source code under the terms and * * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * + * or any later version as published by Jeffrey Phillips Freeman at www.syncleus.com. * * There should be a copy of the license included with this file. If a copy * * of the license is not included you are granted no right to distribute or * * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * + * should also contact Jeffrey Phillips Freeman at the information below if you cannot * * find a license: * * * - * Syncleus, Inc. * + * Jeffrey Phillips Freeman * * 2604 South 12th Street * * Philadelphia, PA 19148 * * * @@ -22,7 +22,7 @@ package com.syncleus.dann.activation; * An implementation of an activation function using a sine function. * * <!-- Author: Jeffrey Phillips Freeman --> - * @author Syncleus, Inc. + * @author Jeffrey Phillips Freeman * @since 1.0 * @version 1.0 */ diff --git a/src/com/syncleus/dann/backprop/BackpropNeuron.java b/src/com/syncleus/dann/backprop/BackpropNeuron.java index 0e760140..f490b485 100644 --- a/src/com/syncleus/dann/backprop/BackpropNeuron.java +++ b/src/com/syncleus/dann/backprop/BackpropNeuron.java @@ -1,17 +1,17 @@ /****************************************************************************** * * - * Copyright: (c) Syncleus, Inc. * + * Copyright: (c) Jeffrey Phillips Freeman * * * * You may redistribute and modify this source code under the terms and * * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * + * or any later version as published by Jeffrey Phillips Freeman at www.syncleus.com. * * There should be a copy of the license included with this file. If a copy * * of the license is not included you are granted no right to distribute or * * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * + * should also contact Jeffrey Phillips Freeman at the information below if you cannot * * find a license: * * * - * Syncleus, Inc. * + * Jeffrey Phillips Freeman * * 2604 South 12th Street * * Philadelphia, PA 19148 * * * @@ -30,7 +30,7 @@ import java.util.Hashtable; * Neurons in the same way. * * <!-- Author: Jeffrey Phillips Freeman --> - * @author Syncleus, Inc. + * @author Jeffrey Phillips Freeman * @since 1.0 * @version 1.0 * @see com.syncleus.dann.Synapse diff --git a/src/com/syncleus/dann/backprop/BackpropNeuronGroup.java b/src/com/syncleus/dann/backprop/BackpropNeuronGroup.java index cffd8a26..ded0d0ff 100644 --- a/src/com/syncleus/dann/backprop/BackpropNeuronGroup.java +++ b/src/com/syncleus/dann/backprop/BackpropNeuronGroup.java @@ -1,17 +1,17 @@ /****************************************************************************** * * - * Copyright: (c) Syncleus, Inc. * + * Copyright: (c) Jeffrey Phillips Freeman * * * * You may redistribute and modify this source code under the terms and * * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * + * or any later version as published by Jeffrey Phillips Freeman at www.syncleus.com. * * There should be a copy of the license included with this file. If a copy * * of the license is not included you are granted no right to distribute or * * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * + * should also contact Jeffrey Phillips Freeman at the information below if you cannot * * find a license: * * * - * Syncleus, Inc. * + * Jeffrey Phillips Freeman * * 2604 South 12th Street * * Philadelphia, PA 19148 * * * @@ -25,7 +25,7 @@ import java.util.*; * A NeuronGroup which contains only BackpropNeurons. * * <!-- Author: Jeffrey Phillips Freeman --> - * @author Syncleus, Inc. + * @author Jeffrey Phillips Freeman * @since 1.0 * @version 1.0 */ diff --git a/src/com/syncleus/dann/backprop/InputBackpropNeuron.java b/src/com/syncleus/dann/backprop/InputBackpropNeuron.java index 8dd33ad2..a525b9d1 100644 --- a/src/com/syncleus/dann/backprop/InputBackpropNeuron.java +++ b/src/com/syncleus/dann/backprop/InputBackpropNeuron.java @@ -1,17 +1,17 @@ /****************************************************************************** * * - * Copyright: (c) Syncleus, Inc. * + * Copyright: (c) Jeffrey Phillips Freeman * * * * You may redistribute and modify this source code under the terms and * * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * + * or any later version as published by Jeffrey Phillips Freeman at www.syncleus.com. * * There should be a copy of the license included with this file. If a copy * * of the license is not included you are granted no right to distribute or * * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * + * should also contact Jeffrey Phillips Freeman at the information below if you cannot * * find a license: * * * - * Syncleus, Inc. * + * Jeffrey Phillips Freeman * * 2604 South 12th Street * * Philadelphia, PA 19148 * * * @@ -27,7 +27,7 @@ import com.syncleus.dann.activation.*; * This is a special type of BackpropNeuron that receives input. * * <!-- Author: Jeffrey Phillips Freeman --> - * @author Syncleus, Inc. + * @author Jeffrey Phillips Freeman * @since 1.0 * @version 1.0 */ diff --git a/src/com/syncleus/dann/backprop/OutputBackpropNeuron.java b/src/com/syncleus/dann/backprop/OutputBackpropNeuron.java index 6accd679..17aa9678 100644 --- a/src/com/syncleus/dann/backprop/OutputBackpropNeuron.java +++ b/src/com/syncleus/dann/backprop/OutputBackpropNeuron.java @@ -1,17 +1,17 @@ /****************************************************************************** * * - * Copyright: (c) Syncleus, Inc. * + * Copyright: (c) Jeffrey Phillips Freeman * * * * You may redistribute and modify this source code under the terms and * * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * + * or any later version as published by Jeffrey Phillips Freeman at www.syncleus.com. * * There should be a copy of the license included with this file. If a copy * * of the license is not included you are granted no right to distribute or * * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * + * should also contact Jeffrey Phillips Freeman at the information below if you cannot * * find a license: * * * - * Syncleus, Inc. * + * Jeffrey Phillips Freeman * * 2604 South 12th Street * * Philadelphia, PA 19148 * * * @@ -25,7 +25,7 @@ import com.syncleus.dann.activation.*; * This is a special type of neuron that provides the output. * * <!-- Author: Jeffrey Phillips Freeman --> - * @author Syncleus, Inc. + * @author Jeffrey Phillips Freeman * @since 1.0 * @see com.syncleus.dann.backprop.InputBackpropNeuron */ diff --git a/src/com/syncleus/dann/hyperassociativemap/BrainHyperassociativeMap.java b/src/com/syncleus/dann/hyperassociativemap/BrainHyperassociativeMap.java index 678040d0..79c8b503 100644 --- a/src/com/syncleus/dann/hyperassociativemap/BrainHyperassociativeMap.java +++ b/src/com/syncleus/dann/hyperassociativemap/BrainHyperassociativeMap.java @@ -1,17 +1,17 @@ /****************************************************************************** * * - * Copyright: (c) Syncleus, Inc. * + * Copyright: (c) Jeffrey Phillips Freeman * * * * You may redistribute and modify this source code under the terms and * * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * + * or any later version as published by Jeffrey Phillips Freeman at www.syncleus.com. * * There should be a copy of the license included with this file. If a copy * * of the license is not included you are granted no right to distribute or * * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * + * should also contact Jeffrey Phillips Freeman at the information below if you cannot * * find a license: * * * - * Syncleus, Inc. * + * Jeffrey Phillips Freeman * * 2604 South 12th Street * * Philadelphia, PA 19148 * * * @@ -26,7 +26,7 @@ import java.util.*; * An hyperassociative map used to represent a Brain. * * <!-- Author: Jeffrey Phillips Freeman --> - * @author Syncleus, Inc. + * @author Jeffrey Phillips Freeman * @version 1.0 * @since 1.0 */ diff --git a/src/com/syncleus/dann/hyperassociativemap/HyperassociativeMap.java b/src/com/syncleus/dann/hyperassociativemap/HyperassociativeMap.java index 4ef136f8..ff5b3ca4 100644 --- a/src/com/syncleus/dann/hyperassociativemap/HyperassociativeMap.java +++ b/src/com/syncleus/dann/hyperassociativemap/HyperassociativeMap.java @@ -1,17 +1,17 @@ /****************************************************************************** * * - * Copyright: (c) Syncleus, Inc. * + * Copyright: (c) Jeffrey Phillips Freeman * * * * You may redistribute and modify this source code under the terms and * * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * + * or any later version as published by Jeffrey Phillips Freeman at www.syncleus.com. * * There should be a copy of the license included with this file. If a copy * * of the license is not included you are granted no right to distribute or * * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * + * should also contact Jeffrey Phillips Freeman at the information below if you cannot * * find a license: * * * - * Syncleus, Inc. * + * Jeffrey Phillips Freeman * * 2604 South 12th Street * * Philadelphia, PA 19148 * * * @@ -25,7 +25,7 @@ import java.util.*; * Represents a collection of interconnected hyperassociative map nodes. * * <!-- Author: Jeffrey Phillips Freeman --> - * @author Syncleus, Inc. + * @author Jeffrey Phillips Freeman * @since 1.0 * @version 1.0 */ diff --git a/src/com/syncleus/dann/hyperassociativemap/HyperassociativeNode.java b/src/com/syncleus/dann/hyperassociativemap/HyperassociativeNode.java index 80456612..88799437 100644 --- a/src/com/syncleus/dann/hyperassociativemap/HyperassociativeNode.java +++ b/src/com/syncleus/dann/hyperassociativemap/HyperassociativeNode.java @@ -1,17 +1,17 @@ /****************************************************************************** * * - * Copyright: (c) Syncleus, Inc. * + * Copyright: (c) Jeffrey Phillips Freeman * * * * You may redistribute and modify this source code under the terms and * * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * + * or any later version as published by Jeffrey Phillips Freeman at www.syncleus.com. * * There should be a copy of the license included with this file. If a copy * * of the license is not included you are granted no right to distribute or * * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * + * should also contact Jeffrey Phillips Freeman at the information below if you cannot * * find a license: * * * - * Syncleus, Inc. * + * Jeffrey Phillips Freeman * * 2604 South 12th Street * * Philadelphia, PA 19148 * * * diff --git a/src/com/syncleus/dann/hyperassociativemap/Hyperpoint.java b/src/com/syncleus/dann/hyperassociativemap/Hyperpoint.java index f78f51a3..c2aff976 100644 --- a/src/com/syncleus/dann/hyperassociativemap/Hyperpoint.java +++ b/src/com/syncleus/dann/hyperassociativemap/Hyperpoint.java @@ -1,17 +1,17 @@ /****************************************************************************** * * - * Copyright: (c) Syncleus, Inc. * + * Copyright: (c) Jeffrey Phillips Freeman * * * * You may redistribute and modify this source code under the terms and * * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * + * or any later version as published by Jeffrey Phillips Freeman at www.syncleus.com. * * There should be a copy of the license included with this file. If a copy * * of the license is not included you are granted no right to distribute or * * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * + * should also contact Jeffrey Phillips Freeman at the information below if you cannot * * find a license: * * * - * Syncleus, Inc. * + * Jeffrey Phillips Freeman * * 2604 South 12th Street * * Philadelphia, PA 19148 * * * @@ -26,7 +26,7 @@ import java.util.List; * coordinate systems and hyperspherical coordinate systems. * * <!-- Author: Jeffrey Phillips Freeman --> - * @author Syncleus, Inc. + * @author Jeffrey Phillips Freeman * @since 1.0 * @version 1.0 */ diff --git a/src/com/syncleus/dann/hyperassociativemap/NeighborNotFoundException.java b/src/com/syncleus/dann/hyperassociativemap/NeighborNotFoundException.java index 7b660313..3ef7cf90 100644 --- a/src/com/syncleus/dann/hyperassociativemap/NeighborNotFoundException.java +++ b/src/com/syncleus/dann/hyperassociativemap/NeighborNotFoundException.java @@ -1,17 +1,17 @@ /****************************************************************************** * * - * Copyright: (c) Syncleus, Inc. * + * Copyright: (c) Jeffrey Phillips Freeman * * * * You may redistribute and modify this source code under the terms and * * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * + * or any later version as published by Jeffrey Phillips Freeman at www.syncleus.com. * * There should be a copy of the license included with this file. If a copy * * of the license is not included you are granted no right to distribute or * * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * + * should also contact Jeffrey Phillips Freeman at the information below if you cannot * * find a license: * * * - * Syncleus, Inc. * + * Jeffrey Phillips Freeman * * 2604 South 12th Street * * Philadelphia, PA 19148 * * * @@ -24,7 +24,7 @@ import com.syncleus.dann.*; * An exception thrown to indicate that no neighbor nodes currently exist. * * <!-- Author: Jeffrey Phillips Freeman --> - * @author Syncleus, Inc. + * @author Jeffrey Phillips Freeman * @since 1.0 * @version 1.0 */ diff --git a/src/com/syncleus/dann/hyperassociativemap/NeuronHyperassociativeNode.java b/src/com/syncleus/dann/hyperassociativemap/NeuronHyperassociativeNode.java index cfa1b4b6..e373354c 100644 --- a/src/com/syncleus/dann/hyperassociativemap/NeuronHyperassociativeNode.java +++ b/src/com/syncleus/dann/hyperassociativemap/NeuronHyperassociativeNode.java @@ -1,17 +1,17 @@ /****************************************************************************** * * - * Copyright: (c) Syncleus, Inc. * + * Copyright: (c) Jeffrey Phillips Freeman * * * * You may redistribute and modify this source code under the terms and * * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * + * or any later version as published by Jeffrey Phillips Freeman at www.syncleus.com. * * There should be a copy of the license included with this file. If a copy * * of the license is not included you are granted no right to distribute or * * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * + * should also contact Jeffrey Phillips Freeman at the information below if you cannot * * find a license: * * * - * Syncleus, Inc. * + * Jeffrey Phillips Freeman * * 2604 South 12th Street * * Philadelphia, PA 19148 * * * @@ -26,7 +26,7 @@ import java.util.HashSet; * A HyperassociativeNode that is representing a Neuron. * * <!-- Author: Jeffrey Phillips Freeman --> - * @author Syncleus, Inc. + * @author Jeffrey Phillips Freeman * @version 1.0 * @since 1.0 */ diff --git a/src/com/syncleus/dann/visualization/HyperassociativeMapCanvas.java b/src/com/syncleus/dann/visualization/HyperassociativeMapCanvas.java index 607e391e..ceb9e1ea 100644 --- a/src/com/syncleus/dann/visualization/HyperassociativeMapCanvas.java +++ b/src/com/syncleus/dann/visualization/HyperassociativeMapCanvas.java @@ -1,17 +1,17 @@ /****************************************************************************** * * - * Copyright: (c) Syncleus, Inc. * + * Copyright: (c) Jeffrey Phillips Freeman * * * * You may redistribute and modify this source code under the terms and * * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * + * or any later version as published by Jeffrey Phillips Freeman at www.syncleus.com. * * There should be a copy of the license included with this file. If a copy * * of the license is not included you are granted no right to distribute or * * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * + * should also contact Jeffrey Phillips Freeman at the information below if you cannot * * find a license: * * * - * Syncleus, Inc. * + * Jeffrey Phillips Freeman * * 2604 South 12th Street * * Philadelphia, PA 19148 * * * @@ -31,7 +31,7 @@ import javax.vecmath.*; * A Canvas3D specifically for displaying a HyperassociativeMap. * * <!-- Author: Jeffrey Phillips Freeman --> - * @author Syncleus, Inc. + * @author Jeffrey Phillips Freeman * @since 1.0 * @version 1.0 */ diff --git a/src/com/syncleus/dann/visualization/HyperassociativeMapVisualization.java b/src/com/syncleus/dann/visualization/HyperassociativeMapVisualization.java index daff288f..4e4bc98d 100644 --- a/src/com/syncleus/dann/visualization/HyperassociativeMapVisualization.java +++ b/src/com/syncleus/dann/visualization/HyperassociativeMapVisualization.java @@ -1,17 +1,17 @@ /****************************************************************************** * * - * Copyright: (c) Syncleus, Inc. * + * Copyright: (c) Jeffrey Phillips Freeman * * * * You may redistribute and modify this source code under the terms and * * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * + * or any later version as published by Jeffrey Phillips Freeman at www.syncleus.com. * * There should be a copy of the license included with this file. If a copy * * of the license is not included you are granted no right to distribute or * * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * + * should also contact Jeffrey Phillips Freeman at the information below if you cannot * * find a license: * * * - * Syncleus, Inc. * + * Jeffrey Phillips Freeman * * 2604 South 12th Street * * Philadelphia, PA 19148 * * * @@ -36,7 +36,7 @@ import java.util.Hashtable; * A BranchGroup representing a HyperAssociativeMap * * <!-- Author: Jeffrey Phillips Freeman --> - * @author Syncleus, Inc. + * @author Jeffrey Phillips Freeman * @since 1.0 * @version 1.0 */ diff --git a/src/com/syncleus/tests/dann/TestDannException.java b/src/com/syncleus/tests/dann/TestDannException.java index fccb171f..399faad4 100644 --- a/src/com/syncleus/tests/dann/TestDannException.java +++ b/src/com/syncleus/tests/dann/TestDannException.java @@ -1,17 +1,17 @@ /****************************************************************************** * * - * Copyright: (c) Syncleus, Inc. * + * Copyright: (c) Jeffrey Phillips Freeman * * * * You may redistribute and modify this source code under the terms and * * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * + * or any later version as published by Jeffrey Phillips Freeman at www.syncleus.com. * * There should be a copy of the license included with this file. If a copy * * of the license is not included you are granted no right to distribute or * * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * + * should also contact Jeffrey Phillips Freeman at the information below if you cannot * * find a license: * * * - * Syncleus, Inc. * + * Jeffrey Phillips Freeman * * 2604 South 12th Street * * Philadelphia, PA 19148 * * * diff --git a/src/com/syncleus/tests/dann/TestInvalidConnectionTypeDannException.java b/src/com/syncleus/tests/dann/TestInvalidConnectionTypeDannException.java index 1aa7e8a7..7c0a5850 100644 --- a/src/com/syncleus/tests/dann/TestInvalidConnectionTypeDannException.java +++ b/src/com/syncleus/tests/dann/TestInvalidConnectionTypeDannException.java @@ -1,17 +1,17 @@ /****************************************************************************** * * - * Copyright: (c) Syncleus, Inc. * + * Copyright: (c) Jeffrey Phillips Freeman * * * * You may redistribute and modify this source code under the terms and * * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * + * or any later version as published by Jeffrey Phillips Freeman at www.syncleus.com. * * There should be a copy of the license included with this file. If a copy * * of the license is not included you are granted no right to distribute or * * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * + * should also contact Jeffrey Phillips Freeman at the information below if you cannot * * find a license: * * * - * Syncleus, Inc. * + * Jeffrey Phillips Freeman * * 2604 South 12th Street * * Philadelphia, PA 19148 * * * diff --git a/src/com/syncleus/tests/dann/TestNeuronGroup.java b/src/com/syncleus/tests/dann/TestNeuronGroup.java index b19ed512..98dd7211 100644 --- a/src/com/syncleus/tests/dann/TestNeuronGroup.java +++ b/src/com/syncleus/tests/dann/TestNeuronGroup.java @@ -1,17 +1,17 @@ /****************************************************************************** * * - * Copyright: (c) Syncleus, Inc. * + * Copyright: (c) Jeffrey Phillips Freeman * * * * You may redistribute and modify this source code under the terms and * * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * + * or any later version as published by Jeffrey Phillips Freeman at www.syncleus.com. * * There should be a copy of the license included with this file. If a copy * * of the license is not included you are granted no right to distribute or * * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * + * should also contact Jeffrey Phillips Freeman at the information below if you cannot * * find a license: * * * - * Syncleus, Inc. * + * Jeffrey Phillips Freeman * * 2604 South 12th Street * * Philadelphia, PA 19148 * * * diff --git a/src/com/syncleus/tests/dann/TestSynapse.java b/src/com/syncleus/tests/dann/TestSynapse.java index fef7f3c7..85db2450 100644 --- a/src/com/syncleus/tests/dann/TestSynapse.java +++ b/src/com/syncleus/tests/dann/TestSynapse.java @@ -1,17 +1,17 @@ /****************************************************************************** * * - * Copyright: (c) Syncleus, Inc. * + * Copyright: (c) Jeffrey Phillips Freeman * * * * You may redistribute and modify this source code under the terms and * * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * + * or any later version as published by Jeffrey Phillips Freeman at www.syncleus.com. * * There should be a copy of the license included with this file. If a copy * * of the license is not included you are granted no right to distribute or * * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * + * should also contact Jeffrey Phillips Freeman at the information below if you cannot * * find a license: * * * - * Syncleus, Inc. * + * Jeffrey Phillips Freeman * * 2604 South 12th Street * * Philadelphia, PA 19148 * * * diff --git a/src/com/syncleus/tests/dann/TestSynapseDoesNotExistException.java b/src/com/syncleus/tests/dann/TestSynapseDoesNotExistException.java index 4f928cef..aa4d7691 100644 --- a/src/com/syncleus/tests/dann/TestSynapseDoesNotExistException.java +++ b/src/com/syncleus/tests/dann/TestSynapseDoesNotExistException.java @@ -1,17 +1,17 @@ /****************************************************************************** * * - * Copyright: (c) Syncleus, Inc. * + * Copyright: (c) Jeffrey Phillips Freeman * * * * You may redistribute and modify this source code under the terms and * * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * + * or any later version as published by Jeffrey Phillips Freeman at www.syncleus.com. * * There should be a copy of the license included with this file. If a copy * * of the license is not included you are granted no right to distribute or * * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * + * should also contact Jeffrey Phillips Freeman at the information below if you cannot * * find a license: * * * - * Syncleus, Inc. * + * Jeffrey Phillips Freeman * * 2604 South 12th Street * * Philadelphia, PA 19148 * * * diff --git a/src/com/syncleus/tests/dann/TestSynapseNotConnectedException.java b/src/com/syncleus/tests/dann/TestSynapseNotConnectedException.java index 92b5af86..a96e74bc 100644 --- a/src/com/syncleus/tests/dann/TestSynapseNotConnectedException.java +++ b/src/com/syncleus/tests/dann/TestSynapseNotConnectedException.java @@ -1,17 +1,17 @@ /****************************************************************************** * * - * Copyright: (c) Syncleus, Inc. * + * Copyright: (c) Jeffrey Phillips Freeman * * * * You may redistribute and modify this source code under the terms and * * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * + * or any later version as published by Jeffrey Phillips Freeman at www.syncleus.com. * * There should be a copy of the license included with this file. If a copy * * of the license is not included you are granted no right to distribute or * * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * + * should also contact Jeffrey Phillips Freeman at the information below if you cannot * * find a license: * * * - * Syncleus, Inc. * + * Jeffrey Phillips Freeman * * 2604 South 12th Street * * Philadelphia, PA 19148 * * * diff --git a/src/com/syncleus/tests/dann/TestXor.java b/src/com/syncleus/tests/dann/TestXor.java index fd831a19..5c0e872b 100644 --- a/src/com/syncleus/tests/dann/TestXor.java +++ b/src/com/syncleus/tests/dann/TestXor.java @@ -1,17 +1,17 @@ /****************************************************************************** * * - * Copyright: (c) Syncleus, Inc. * + * Copyright: (c) Jeffrey Phillips Freeman * * * * You may redistribute and modify this source code under the terms and * * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * + * or any later version as published by Jeffrey Phillips Freeman at www.syncleus.com. * * There should be a copy of the license included with this file. If a copy * * of the license is not included you are granted no right to distribute or * * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * + * should also contact Jeffrey Phillips Freeman at the information below if you cannot * * find a license: * * * - * Syncleus, Inc. * + * Jeffrey Phillips Freeman * * 2604 South 12th Street * * Philadelphia, PA 19148 * * * @@ -30,7 +30,7 @@ import org.junit.*; * returns false (-1) if none all of its inputs are false or if more then one * of its inputs are true. * <!-- Author: Jeffrey Phillips Freeman --> - * @author Syncleus, Inc. + * @author Jeffrey Phillips Freeman */ public class TestXor { diff --git a/src/com/syncleus/tests/dann/activation/TestActivationValues.java b/src/com/syncleus/tests/dann/activation/TestActivationValues.java index 4bec96db..35362472 100644 --- a/src/com/syncleus/tests/dann/activation/TestActivationValues.java +++ b/src/com/syncleus/tests/dann/activation/TestActivationValues.java @@ -1,17 +1,17 @@ /****************************************************************************** * * - * Copyright: (c) Syncleus, Inc. * + * Copyright: (c) Jeffrey Phillips Freeman * * * * You may redistribute and modify this source code under the terms and * * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * + * or any later version as published by Jeffrey Phillips Freeman at www.syncleus.com. * * There should be a copy of the license included with this file. If a copy * * of the license is not included you are granted no right to distribute or * * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * + * should also contact Jeffrey Phillips Freeman at the information below if you cannot * * find a license: * * * - * Syncleus, Inc. * + * Jeffrey Phillips Freeman * * 2604 South 12th Street * * Philadelphia, PA 19148 * * * diff --git a/src/com/syncleus/tests/dann/backprop/TestBackpropNeuronGroup.java b/src/com/syncleus/tests/dann/backprop/TestBackpropNeuronGroup.java index 39a55417..e6f69b85 100644 --- a/src/com/syncleus/tests/dann/backprop/TestBackpropNeuronGroup.java +++ b/src/com/syncleus/tests/dann/backprop/TestBackpropNeuronGroup.java @@ -1,17 +1,17 @@ /****************************************************************************** * * - * Copyright: (c) Syncleus, Inc. * + * Copyright: (c) Jeffrey Phillips Freeman * * * * You may redistribute and modify this source code under the terms and * * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * + * or any later version as published by Jeffrey Phillips Freeman at www.syncleus.com. * * There should be a copy of the license included with this file. If a copy * * of the license is not included you are granted no right to distribute or * * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * + * should also contact Jeffrey Phillips Freeman at the information below if you cannot * * find a license: * * * - * Syncleus, Inc. * + * Jeffrey Phillips Freeman * * 2604 South 12th Street * * Philadelphia, PA 19148 * * * diff --git a/src/com/syncleus/tests/dann/hyperassociativemap/LayeredHyperassociativeMap.java b/src/com/syncleus/tests/dann/hyperassociativemap/LayeredHyperassociativeMap.java index d58fa48f..d7228e39 100644 --- a/src/com/syncleus/tests/dann/hyperassociativemap/LayeredHyperassociativeMap.java +++ b/src/com/syncleus/tests/dann/hyperassociativemap/LayeredHyperassociativeMap.java @@ -1,17 +1,17 @@ /****************************************************************************** * * - * Copyright: (c) Syncleus, Inc. * + * Copyright: (c) Jeffrey Phillips Freeman * * * * You may redistribute and modify this source code under the terms and * * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * + * or any later version as published by Jeffrey Phillips Freeman at www.syncleus.com. * * There should be a copy of the license included with this file. If a copy * * of the license is not included you are granted no right to distribute or * * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * + * should also contact Jeffrey Phillips Freeman at the information below if you cannot * * find a license: * * * - * Syncleus, Inc. * + * Jeffrey Phillips Freeman * * 2604 South 12th Street * * Philadelphia, PA 19148 * * * diff --git a/src/com/syncleus/tests/dann/hyperassociativemap/TestBrainHyperassociativeMap.java b/src/com/syncleus/tests/dann/hyperassociativemap/TestBrainHyperassociativeMap.java index 67155670..5370ac2d 100644 --- a/src/com/syncleus/tests/dann/hyperassociativemap/TestBrainHyperassociativeMap.java +++ b/src/com/syncleus/tests/dann/hyperassociativemap/TestBrainHyperassociativeMap.java @@ -1,17 +1,17 @@ /****************************************************************************** * * - * Copyright: (c) Syncleus, Inc. * + * Copyright: (c) Jeffrey Phillips Freeman * * * * You may redistribute and modify this source code under the terms and * * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * + * or any later version as published by Jeffrey Phillips Freeman at www.syncleus.com. * * There should be a copy of the license included with this file. If a copy * * of the license is not included you are granted no right to distribute or * * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * + * should also contact Jeffrey Phillips Freeman at the information below if you cannot * * find a license: * * * - * Syncleus, Inc. * + * Jeffrey Phillips Freeman * * 2604 South 12th Street * * Philadelphia, PA 19148 * * * diff --git a/src/com/syncleus/tests/dann/hyperassociativemap/TestHyperassociativeNode.java b/src/com/syncleus/tests/dann/hyperassociativemap/TestHyperassociativeNode.java index bcaf3e21..b5cb4dae 100644 --- a/src/com/syncleus/tests/dann/hyperassociativemap/TestHyperassociativeNode.java +++ b/src/com/syncleus/tests/dann/hyperassociativemap/TestHyperassociativeNode.java @@ -1,17 +1,17 @@ /****************************************************************************** * * - * Copyright: (c) Syncleus, Inc. * + * Copyright: (c) Jeffrey Phillips Freeman * * * * You may redistribute and modify this source code under the terms and * * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * + * or any later version as published by Jeffrey Phillips Freeman at www.syncleus.com. * * There should be a copy of the license included with this file. If a copy * * of the license is not included you are granted no right to distribute or * * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * + * should also contact Jeffrey Phillips Freeman at the information below if you cannot * * find a license: * * * - * Syncleus, Inc. * + * Jeffrey Phillips Freeman * * 2604 South 12th Street * * Philadelphia, PA 19148 * * * diff --git a/src/com/syncleus/tests/dann/hyperassociativemap/TestHyperpoint.java b/src/com/syncleus/tests/dann/hyperassociativemap/TestHyperpoint.java index 147529f8..a72e25b2 100644 --- a/src/com/syncleus/tests/dann/hyperassociativemap/TestHyperpoint.java +++ b/src/com/syncleus/tests/dann/hyperassociativemap/TestHyperpoint.java @@ -1,17 +1,17 @@ /****************************************************************************** * * - * Copyright: (c) Syncleus, Inc. * + * Copyright: (c) Jeffrey Phillips Freeman * * * * You may redistribute and modify this source code under the terms and * * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * + * or any later version as published by Jeffrey Phillips Freeman at www.syncleus.com. * * There should be a copy of the license included with this file. If a copy * * of the license is not included you are granted no right to distribute or * * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * + * should also contact Jeffrey Phillips Freeman at the information below if you cannot * * find a license: * * * - * Syncleus, Inc. * + * Jeffrey Phillips Freeman * * 2604 South 12th Street * * Philadelphia, PA 19148 * * * diff --git a/src/com/syncleus/tests/dann/hyperassociativemap/TestLayeredLoopMap.java b/src/com/syncleus/tests/dann/hyperassociativemap/TestLayeredLoopMap.java index d3929098..bb7768c9 100644 --- a/src/com/syncleus/tests/dann/hyperassociativemap/TestLayeredLoopMap.java +++ b/src/com/syncleus/tests/dann/hyperassociativemap/TestLayeredLoopMap.java @@ -1,17 +1,17 @@ /****************************************************************************** * * - * Copyright: (c) Syncleus, Inc. * + * Copyright: (c) Jeffrey Phillips Freeman * * * * You may redistribute and modify this source code under the terms and * * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * + * or any later version as published by Jeffrey Phillips Freeman at www.syncleus.com. * * There should be a copy of the license included with this file. If a copy * * of the license is not included you are granted no right to distribute or * * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * + * should also contact Jeffrey Phillips Freeman at the information below if you cannot * * find a license: * * * - * Syncleus, Inc. * + * Jeffrey Phillips Freeman * * 2604 South 12th Street * * Philadelphia, PA 19148 * * * diff --git a/src/com/syncleus/tests/dann/hyperassociativemap/TestNeighborNotFoundException.java b/src/com/syncleus/tests/dann/hyperassociativemap/TestNeighborNotFoundException.java index 98375c63..cb9f013f 100644 --- a/src/com/syncleus/tests/dann/hyperassociativemap/TestNeighborNotFoundException.java +++ b/src/com/syncleus/tests/dann/hyperassociativemap/TestNeighborNotFoundException.java @@ -1,17 +1,17 @@ /****************************************************************************** * * - * Copyright: (c) Syncleus, Inc. * + * Copyright: (c) Jeffrey Phillips Freeman * * * * You may redistribute and modify this source code under the terms and * * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * + * or any later version as published by Jeffrey Phillips Freeman at www.syncleus.com. * * There should be a copy of the license included with this file. If a copy * * of the license is not included you are granted no right to distribute or * * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * + * should also contact Jeffrey Phillips Freeman at the information below if you cannot * * find a license: * * * - * Syncleus, Inc. * + * Jeffrey Phillips Freeman * * 2604 South 12th Street * * Philadelphia, PA 19148 * * * -- GitLab