- Feb 16, 2011
-
-
Jeffrey Phillips Freeman authored
-
- Feb 15, 2011
-
-
Jeffrey Phillips Freeman authored
-
- Feb 11, 2011
-
-
hoijui authored
-
- Feb 09, 2011
- Feb 08, 2011
- Jan 06, 2011
-
-
Jeffrey Phillips Freeman authored
Updated .gitattributes and .gitignore to provide better support for enforcing LF eol and preventing binaries from entering the repository
-
- Jan 05, 2011
-
-
Jeffrey Phillips Freeman authored
-
Jeffrey Phillips Freeman authored
-
Jeffrey Phillips Freeman authored
-
Jeffrey Phillips Freeman authored
-
- Dec 16, 2010
-
-
root authored
-
- Nov 16, 2010
-
-
hoijui authored
-
hoijui authored
-
hoijui authored
-
hoijui authored
* com.syncleus.test.dann -> com.syncleus.dann * remove no longer required includes
-
hoijui authored
* sources and resources were only moved, not changed * moved test sources into separate dir * adjusted ant build script (targets tested) * added Maven project file (projects/java_dann_examples/pom.xml) * added Maven parent project file (projects/dann/pom.xml) * moved some stuff into parent project, to reduce duplication * added all-projects maven file for convenience (projects/pom.xml) * added maven build dirs to gitignore * renamed dann to dann-core (maven artifactId) To build all of dann (core + examples), use either of: * projects/dann/pom.xml * projects/pom.xml To build only core, use: * projects/java_dann/pom.xml It is NOT possible to build the examples directly with: * projects/java_dann_examples/pom.xml Except you have the required version of dann-core deployed into your (local) maven repo with: cd projects/java_dann/ mvn install
-
- Nov 14, 2010
-
-
hoijui authored
-
- Sep 03, 2010
-
-
SeH authored
fixes ticket:141 more thoroughly by throwing a ComponentUnavailableException which is included in this commit. ComponentUnavailableException is intended to be a start towards a self-configuring, self-repairing framework that is aware of missing components or configuration - OR at the very least, can inform the human operator how to fix the situation. it might also be called FeatureUnavailableComponent ... worth considering.
-
SeH authored
-
- Sep 02, 2010
- Aug 25, 2010
-
-
Jeffrey Phillips Freeman authored
-
- Aug 23, 2010
-
-
Jeffrey Phillips Freeman authored
Fixed issue from earlier commit where lib/build directories didnt get commited. Added clear() to mutable graphs and MutableGraph interface.
-
- Aug 10, 2010
-
-
Jeffrey Phillips Freeman authored
-
Jeffrey Phillips Freeman authored
-
- Aug 09, 2010
-
-
James Moore authored
-
Jeffrey Phillips Freeman authored
-
- May 06, 2010
-
-
Jeffrey Phillips Freeman authored
Major refactoring. Moved the individual implementations of graphs mostly into the base Abstract graph class as read only and seperated out implementations as restricing writing for immutable version or implementing methods to manipulate topology. Several classes and interfaces were renamed. Refactored graphicalmodel package classes to use generics.
-
Jeffrey Phillips Freeman authored
refactored class package to change some of the names of the classes as well as to seperate out immutable and mutable versions of the graphs and edges.
-
- May 04, 2010
-
-
Jeffrey Phillips Freeman authored
Added useWeights for individual node equilibrium distances for Hyperassociative map. This can also be set through other methods by extending Hyperassociative map. Added r and l keys to the brain display in the NCI demo.
-
Jeffrey Phillips Freeman authored
Added getter/setter for equilibrium distance on Hyperassociative Map and made resetLearning public. Added controls to the Hyperassociative map demo for changing the equilibrium distance ont he fly or resetting the learning.
-
Jeffrey Phillips Freeman authored
Added reset method to GraphDrawer interface as well as Hyperassociative Map. Added R keybinding to hyperassocitiave map demo that invokes the reset method.
-
Jeffrey Phillips Freeman authored
Added isAligned and isAlignable implementation to Hyperassociative map. Further improved alignment and learning rate change over time.
-
- May 03, 2010
-
-
Jeffrey Phillips Freeman authored
-