Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 1.33 KB

File metadata and controls

19 lines (13 loc) · 1.33 KB
search
boost
0.5

TiMBL

TiMBL (Tilburg Memory Based Learner) is an open source software package implementing several memory-based learning algorithms, among which IB1-IG, an implementation of k-nearest neighbor classification with feature weighting suitable for symbolic feature spaces, and IGTree, a decision-tree approximation of IB1-IG. All implemented algorithms have in common that they store some representation of the training set explicitly in memory. During testing, new cases are classified by extrapolation from the most similar stored cases.

homepage: https://languagemachines.github.io/timbl

version toolchain
6.4.13 iimpi/2019a
6.4.13 intel/2018b
6.4.7 foss/2016a

(quick links: (all) - 0 - a - b - c - d - e - f - g - h - i - j - k - l - m - n - o - p - q - r - s - t - u - v - w - x - y - z)