kbastani / graphify

Graphify is a Neo4j unmanaged extension used for document and text classification using graph-based hierarchical pattern recognition.
http://graphify.github.io/graphify
Apache License 2.0
382 stars 89 forks source link

Binding of new patterns to data using breadth-first search #1

Closed kbastani closed 10 years ago

kbastani commented 10 years ago

When a new pattern is created, data nodes in the hierarchy should be updated using breadth-first search. There is an issue that causes a historical bias due to newer patterns not being back propagated to previous training data.

kbastani commented 10 years ago

Resolved