目录

Install DTM

source:https://github.com/blei-lab/dtm

Operation System

CentOS 5.8(64 bits)

Install gsl and gflags

> yum install gsl-devel
> yum install gcc-c++
> yum install gflags-devel

Download and Install

> wget https://github.com/blei-lab/dtm/archive/master.zip
> unzip master.zip
> mv dtm-master dtm
> cd dtm/dtm
> make

Usage

refer to sample.sh for more details.

> ./main --help