remove rabit learn

This commit is contained in:
tqchen
2015-04-11 20:25:52 -07:00
parent bcfbe51e7e
commit 18f4d6c0ba
34 changed files with 8 additions and 10900 deletions

View File

@@ -151,7 +151,7 @@ This section trys to gives examples of different aspectes of rabit API.
#### Structure of a Rabit Program
The following code illustrates the common structure of a rabit program. This is an abstract example,
you can also refer to [kmeans.cc](../rabit-learn/kmeans/kmeans.cc) for an example implementation of kmeans algorithm.
you can also refer to [wormhole](https://github.com/dmlc/wormhole/blob/master/learn/kmeans/kmeans.cc) for an example implementation of kmeans algorithm.
```c++
#include <rabit.h>