This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit 0ae74d22a5453ef6a89a030ec56ac1b871975636
tree 06c5918a0c64b5db676252acabefc39bb7c45fe2
parent 4b13d8c00ac922ca2804f20b56a8d29a124fb0a8
tree 06c5918a0c64b5db676252acabefc39bb7c45fe2
parent 4b13d8c00ac922ca2804f20b56a8d29a124fb0a8
last /
| name | age | message | |
|---|---|---|---|
| |
Doxyfile | Wed Jul 22 05:09:24 -0700 2009 | |
| |
INSTALL | ||
| |
LICENSE | Wed Jul 22 05:09:24 -0700 2009 | |
| |
Mainpage.h | Wed Jul 22 05:09:24 -0700 2009 | |
| |
Makefile | Mon Nov 30 04:00:38 -0800 2009 | |
| |
README | ||
| |
closeleg.cpp | Wed Jul 22 05:09:24 -0700 2009 | |
| |
closeleg.h | Wed Jul 22 05:09:24 -0700 2009 | |
| |
constraints.cpp | Tue Nov 03 01:21:34 -0800 2009 | |
| |
constraints.h | Tue Nov 03 01:21:34 -0800 2009 | |
| |
database.cpp | Wed Jul 22 05:09:24 -0700 2009 | |
| |
database.h | Wed Jul 22 05:09:24 -0700 2009 | |
| |
fminer.cpp | ||
| |
fminer.h | ||
| |
fminer_wrap.i | Wed Jul 22 05:09:24 -0700 2009 | |
| |
globals.h | ||
| |
graphstate.cpp | ||
| |
graphstate.h | ||
| |
legoccurrence.cpp | Wed Jul 22 05:09:24 -0700 2009 | |
| |
legoccurrence.h | Wed Jul 22 05:09:24 -0700 2009 | |
| |
libfminer.css | Wed Jul 22 05:09:24 -0700 2009 | |
| |
misc.h | ||
| |
path-bbc.cpp | ||
| |
path.cpp | ||
| |
path.cpp.test | ||
| |
path.h | ||
| |
patterntree.bbc.cpp | ||
| |
patterntree.cpp | ||
| |
patterntree.h |
README
Welcome to LibFminer. This is the Fminer library, available from http://github.com/amaunz/libfminer/tree/master. The Fminer application that uses this library is available from http://github.com/amaunz/fminer/tree/master. The official website with documentation is http://www.maunz.de/libfminer-doc . For installation and documentation see INSTALL. For license information see LICENSE. Abstract: We present a new approach to large-scale graph mining based on so-called backbone refinement classes. The method efficiently mines tree-shaped subgraph descriptors under minimum frequency and significance constraints, using classes of fragments to reduce feature set size and running times. The classes are defined in terms of fragments sharing a common backbone. The method is able to optimize structural inter-feature entropy as opposed to occurrences, which is characteristic for open or closed fragment mining. In the experiments, the proposed method reduces feature set sizes by >90 % and >30 % compared to complete tree mining and open tree mining, respectively. Evaluation using crossvalidation runs shows that their classification accuracy is similar to the complete set of trees but significantly better than that of open trees. Compared to open or closed fragment mining, a large part of the search space can be pruned due to an improved statistical constraint (dynamic upper bound adjustment), which is also confirmed in the experiments in lower running times compared to ordinary (static) upper bound pruning. Further analysis using large-scale datasets yields insight into important properties of the proposed descriptors, such as the dataset coverage and the class size represented by each descriptor. A final cross-validation run confirms that the novel descriptors render large training sets feasible which previously might have been intractable. Andreas Maunz, 2008








