Sha256: 24af3ec6217175e89caf061979eab585a19b86babed456dc56c0d4361e8fde2a
Contents?: true
Size: 630 Bytes
Versions: 1
Compression:
Stored size: 630 Bytes
Contents
= rtimbl rtimbl is a Ruby interface to the C++ machine-learning library Timbl. This is very much a work in progress. If you happen to come across this, keep that in mind. = installation sudo gem install rtimbl * make sure you already have Timbl version 6.1.5 installed on your system. = usage * first require the library require 'rtimbl' include Ruby_timbl * now use commands as defined by the Timbl API. rt = TimblAPI.new("-k3") rt.learn("/path/to/file") result = rt.classify("5,0,0,1,0,?") # result is a TargetValue object == Copyright Copyright (c) 2009 Mark Shirley. See LICENSE for details.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
markisisme-rtimbl-0.1.1 | README.rdoc |