]> granicus.if.org Git - liblinear/commit
- Add two interface functions
authorrofu <rofu@16e7d947-dcc2-db11-b54a-0017319806e7>
Mon, 14 Jun 2010 09:04:03 +0000 (09:04 +0000)
committerrofu <rofu@16e7d947-dcc2-db11-b54a-0017319806e7>
Mon, 14 Jun 2010 09:04:03 +0000 (09:04 +0000)
commit83afe98b8121364aa17da8991321eecd9d9c0720
treebb60d0d3d8558dc5e69158291fc11d16cf638e03
parent1d2dcecc836d3bdeb8e229658cc9a9eb2c030772
- Add two interface functions
void free_model_content(struct model *model_ptr);
void free_and_destroy_model(struct model **model_ptr_ptr);
- Add python interface
- Prepare for liblinear 1.6 release
14 files changed:
Makefile
Makefile.win
README
linear.cpp
linear.def [new file with mode: 0644]
linear.h
matlab/predict.c
matlab/train.c
predict.c
python/Makefile [new file with mode: 0644]
python/README [new file with mode: 0644]
python/linear.py [new file with mode: 0644]
python/linearutil.py [new file with mode: 0755]
train.c