Skip to content

itakigawa/graph_co-occurence_boosting

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

graph_co-occurence_boosting

This package is graph lpboost with co-occurence patterns and wildcard patterns

  1. Prepare
    First compile libraries GLPK, then
    need to use:
    c++ library, boost
    -->install on Ubuntu
    sudo apt-get install libboost-dev

  2. How to compile
    How to make:
    $ cd src
    $ make
    $ cd ../eval_wild
    $ make
    $ cd ..

  3. USAGE
    $./lpboost [-m minsup] [-x maxpat] [-w wildcard] [-n v] [-e conv_epsilon] [-c coocitr] [-o] TrainingFile
    $./eval_wild model TestFile

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 53.5%
  • Groovy 37.0%
  • OpenEdge ABL 2.9%
  • AMPL 2.6%
  • Makefile 2.1%
  • C++ 1.5%
  • Other 0.4%