Class SimpleDistributionTrainer

  • All Implemented Interfaces:
    java.io.Serializable, DistributionTrainer

    public final class SimpleDistributionTrainer
    extends java.lang.Object
    implements DistributionTrainer, java.io.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:
    Serialized Form