Naive Graph Miner

An application that mines data from a graph naively.

A traditional miner would look at the data in each node. A NaiveGraphMiner uses only the linked relationships between nodes to mine data. A NaiveGraphMiner would be ideally suited for automated mining of a wiki. It could even be used to find high-level pattern patterns or potentially as a PatternSolver.

NaiveGraphNode? Information

NaiveGraphSet? Information NaiveGraphGlobal? Information


Prototype Search form:

Solve from node to [ ]

Weights : [ ]

Gather groups : A[ ] B[ ] C[ ]

then:

  1. Display weighted relevance of gathered nodes. Output is "relevant reading material" or solutions - if gathered nodes are solutions (say with a *Pattern RegularExpression)
  2. Gathered groups result in a set of sets
  3. A Discerner makes a final processing of the gathered groups


See WikiMines


EditText of this page (last edited February 3, 2004) or FindPage with title or text search