资 源 简 介
NOTE: Source code has [moved to GitHub!](https://github.com/fujimizu/bayon)
Tutorial in Japanese
Tutorial in English
Overview
Bayon is a simple and fast hard-clustering tool.
Bayon supports Repeated Bisection clustering and K-means clustering.
Install
% ./configure% make% sudo make install
Usage
Clustering input data
% bayon -n num [options] file% bayon -l limit [options] file -n, --number=num the number of clusters -l, --limit=lim limit value of cluster bisection -p, --point output similarity points -c, --clvector=file save the vectors of cluster centroids --clvector-size=num max size of output vectors of cluster centroids (default: 50) --method=method clustering method(rb, kmeans), default:rb
文 件 列 表
bayon-0.1.1
byvector.h
TODO
analyzer.h
document.h
COPYING
utiltest.cc
bayon.h
anatest.cc
Makefile.in
byvector.cc
configure.in
document.cc
config.h.in
util.h
clutest.cc
clatest.cc
cluster.h
classifier.h
bayon.cc
configure
lda.cc
analyzer.cc
README
classifier.cc
data
VCmakefile
doctest.cc
Doxyfile
plsi.cc
util.cc
cluster.cc
vectest.cc