Trainer.
Trainer.A trainer takes a Machine and is able to train this machine on a given dataset with the train() method. For each machine, it should exist a trainer which knows how to train this machine. Testing the machine is possible with the test() method.
Given a List of measurers, and, if you want, a train DataSet (else NULL)
Returns an allocator to all the memory allocated by the function. You have to delete this allocator by yourself.
Alphabetic index HTML hierarchy of classes or Java