org.encog.engine.validate
Class BasicMachineLearningValidate
java.lang.Object
org.encog.engine.validate.BasicMachineLearningValidate
- All Implemented Interfaces:
- ValidateMachineLearning
- Direct Known Subclasses:
- ValidateForFlat, ValidateForOpenCL
public abstract class BasicMachineLearningValidate
- extends Object
- implements ValidateMachineLearning
Base class for validation. Validate if a particular network or machine
learning class is suitable for a specific purpose.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasicMachineLearningValidate
public BasicMachineLearningValidate()
validate
public void validate(EngineMachineLearning network)
- Determine if the network is valid. If invalid, throw an error.
- Specified by:
validate in interface ValidateMachineLearning
- Parameters:
network - The network to check.
Copyright © 2011. All Rights Reserved.