C# 클래스 Encog.Util.Logging.DumpMatrix

A utility for writing matrixes to the log.
파일 보기 프로젝트 열기: encog/encog-silverlight-core

공개 메소드들

메소드 설명
DumpArray ( double d ) : String

Dump an array of numbers to a string.

DumpMatrixString ( Matrix matrix ) : String

Dump a matrix to a string.

비공개 메소드들

메소드 설명
DumpMatrix ( ) : System

Private constructor.

메소드 상세

DumpArray() 공개 정적인 메소드

Dump an array of numbers to a string.
public static DumpArray ( double d ) : String
d double The array to dump.
리턴 String

DumpMatrixString() 공개 정적인 메소드

Dump a matrix to a string.
public static DumpMatrixString ( Matrix matrix ) : String
matrix Matrix The matrix.
리턴 String