case classConstantConfigurationEarlyStoppingTrainingStrategy(config: RbmTrainingConfiguration, relativeValidationSetSize: Double) extends RbmTrainingStrategy with Product with Serializable
Simple training strategy that just takes a fixed training configuration,
and trains the Rbm with it, until no improvement can be observed.
Linear Supertypes
Serializable, Serializable, Product, Equals, RbmTrainingStrategy, AnyRef, Any
Simple training strategy that just takes a fixed training configuration, and trains the Rbm with it, until no improvement can be observed.