[ 原始碼: dimbl ]
套件:dimbl(0.15-2.1)
Distributed Memory Based Learner
Dimbl is a wrapper around the k-nearest neighbor classifier in TiMBL, offering parallel classification on multi-CPU machines. Dimbl splits the original training set, builds separate TiMBL classifiers per training subset, and merges their nearest-neighbor sets per classified instance
Dimbl's features are:
* Wraps neatly around TiMBL, retaining all command line options; * Knows what to do with your multiple, duo, or quad cores; * Makes use of the OpenMP specification for parallel programming; * Can attain superlinear speed gains compared to standard TiMBL.
Dimbl is a product of the ILK Research Group (Tilburg University, The Netherlands).
If you do scientific research in Natural Language Processing using the Memory-Based Learning technique, Dimbl will likely be of use to you.
其他與 dimbl 有關的套件
|
|
|
|
-
- dep: libc6 (>= 2.14) [amd64]
- GNU C 函式庫:共用函式庫
同時作為一個虛擬套件由這些套件填實: libc6-udeb
- dep: libc6 (>= 2.17) [arm64]
- dep: libc6 (>= 2.4) [armhf, i386]
-
- dep: libgcc1 (>= 1:3.0) [除 armhf]
- GCC 支援函式庫
- dep: libgcc1 (>= 1:3.5) [armhf]
-
- dep: libgomp1 (>= 4.9)
- GCC OpenMP (GOMP) support library
-
- dep: libstdc++6 (>= 5.2)
- GNU Standard C++ Library v3
-
- dep: libticcutils5
- utility functions used in the context of Natural Language Processing (library)
-
- dep: libtimbl4
- Tilburg Memory Based Learner - runtime