C# Class Encog.Util.Validate.ValidateNetwork

Perform validations on a network.
Datei anzeigen Open project: encog/encog-silverlight-core

Public Methods

Method Description
ValidateMethodToData ( IMLMethod method, IMLDataSet training ) : void

Validate that the specified data can be used with the method.

Method Details

ValidateMethodToData() public static method

Validate that the specified data can be used with the method.
public static ValidateMethodToData ( IMLMethod method, IMLDataSet training ) : void
method IMLMethod The method to validate.
training IMLDataSet The training data.
return void