org.encog.engine.validate
Class BasicMachineLearningValidate

java.lang.Object
  extended by 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.


Constructor Summary
BasicMachineLearningValidate()
           
 
Method Summary
 void validate(EngineMachineLearning network)
          Determine if the network is valid.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.encog.engine.validate.ValidateMachineLearning
isValid
 

Constructor Detail

BasicMachineLearningValidate

public BasicMachineLearningValidate()
Method Detail

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.