C# 클래스 Encog.Util.Validate.ValidateNetwork

Perform validations on a network.
파일 보기 프로젝트 열기: encog/encog-silverlight-core

공개 메소드들

메소드 설명
ValidateMethodToData ( IMLMethod method, IMLDataSet training ) : void

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

메소드 상세

ValidateMethodToData() 공개 정적인 메소드

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.
리턴 void