Class SimpleDistributionTrainer

java.lang.Object
org.biojava.bio.dist.SimpleDistributionTrainer
All Implemented Interfaces:
Serializable, DistributionTrainer

public final class SimpleDistributionTrainer extends Object implements DistributionTrainer, Serializable
Deprecated.
Distribution impls should be providing custom trainers.
A simple implemenation of a distribution trainer.

This requires the distribuiton being trained to have a working setWeight method that doesn't throw an UnsupportedOperationExcepiton.

Author:
Matthew Pocock
See Also: