C# Class Encog.Neural.Pnn.PersistBasicPNN

Inheritance: IEncogPersistor
Afficher le fichier Open project: encog/encog-silverlight-core

Méthodes publiques

Méthode 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 méthode

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

OutputModeToString() public static méthode

Convert output mode to string.
public static OutputModeToString ( PNNOutputMode mode ) : String
mode PNNOutputMode The output mode.
Résultat String

Read() public méthode

Read an object.
public Read ( Stream mask0 ) : Object
mask0 Stream
Résultat Object

Save() public méthode

public Save ( Stream os, Object obj ) : void
os Stream
obj Object
Résultat void

StringToKernel() public static méthode

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

StringToOutputMode() public static méthode

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