org.encog.ml
Interface MLResettable
-
- All Superinterfaces:
- MLMethod
- All Known Implementing Classes:
- ART1, BasicNetwork, BayesianNetwork, BoltzmannMachine, CPN, FreeformNetwork, HopfieldNetwork, RBFNetwork, SOM, ThermalNetwork
public interface MLResettable extends MLMethod
Defines a Machine Learning Method that can be reset to an untrained starting point. Most weight based machine learning methods, such as neural networks support this. Support vector machines do not.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description voidreset()Reset the weights.voidreset(int seed)Reset the weights with a seed.
-
DMelt 3.0 © DataMelt by jWork.ORG