C# Class Encog.Neural.Pnn.PersistBasicPNN

Inheritance: IEncogPersistor
Mostrar archivo Open project: encog/encog-silverlight-core

Public Methods

Method Description
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.

Method Details

KernelToString() public static method

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

OutputModeToString() public static method

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

Read() public method

Read an object.
public Read ( Stream mask0 ) : Object
mask0 Stream
return Object

Save() public method

public Save ( Stream os, Object obj ) : void
os Stream
obj Object
return void

StringToKernel() public static method

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

StringToOutputMode() public static method

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