C# 클래스 Encog.Neural.Pnn.PersistBasicPNN

상속: IEncogPersistor
파일 보기 프로젝트 열기: encog/encog-silverlight-core

공개 메소드들

메소드 설명
KernelToString ( PNNKernelType k ) : String

Convert a kernel type to a string.

OutputModeToString ( PNNOutputMode mode ) : String

Convert output mode to string.

Read ( Stream mask0 ) : Object

Read an object.

Save ( Stream os, Object obj ) : void

StringToKernel ( String k ) : PNNKernelType

Convert a string to a PNN kernel.

StringToOutputMode ( String mode ) : PNNOutputMode

Convert a string to a PNN output mode.

메소드 상세

KernelToString() 공개 정적인 메소드

Convert a kernel type to a string.
public static KernelToString ( PNNKernelType k ) : String
k PNNKernelType The kernel type.
리턴 String

OutputModeToString() 공개 정적인 메소드

Convert output mode to string.
public static OutputModeToString ( PNNOutputMode mode ) : String
mode PNNOutputMode The output mode.
리턴 String

Read() 공개 메소드

Read an object.
public Read ( Stream mask0 ) : Object
mask0 Stream
리턴 Object

Save() 공개 메소드

public Save ( Stream os, Object obj ) : void
os Stream
obj Object
리턴 void

StringToKernel() 공개 정적인 메소드

Convert a string to a PNN kernel.
public static StringToKernel ( String k ) : PNNKernelType
k String The string.
리턴 PNNKernelType

StringToOutputMode() 공개 정적인 메소드

Convert a string to a PNN output mode.
public static StringToOutputMode ( String mode ) : PNNOutputMode
mode String The string.
리턴 PNNOutputMode