logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

dimbl - Distributed Timbl

Authors

       Ko van der Sloot Timbl@uvt.nl

       Antal van den Bosch Timbl@uvt.nl

Bugs

       possibly

Description

       dimbl  extends  timbl  with  the possibility to run the classification task on multiple threads.  This is
       done by splitting up the Instancebase in parts that are handled  in  parallel.  Every  test  instance  is
       tested  against  each partial Instancebase.  The results are merged and then the k Nearest Neighbours are
       calculated.

Name

       dimbl - Distributed Timbl

Notes

       dimbl only works for the IB1 variants of timbl.

       Not all timbl options are fully supported.

       Documentation is lacking.

Options

-S <threads>
              run the server on 'threads' parallel threads.

       all timbl options are documenented in timbl(1)

       dimbl handles most of them in the same way as timbl except for

       -i filename

       and

       -I filename

       -I will create 'threads' Instancebase files and store their names in 'filename' together with the name of
       the weighting file.

       -i will use such a file to read back in 'threads' Instancebases for a classifying task. The -S option  is
       ignored in that case.  dimbl will use the number of files found in 'filename'.

See Also

timbl(1)

                                                2014 december 02                                        dimbl(1)

Synopsis

       dimbl [timbl options] [-S <num of threads>]

See Also