C# Class Encog.Neural.Neat.PersistNEATPopulation

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

Méthodes publiques

Méthode Description
InnovationTypeToString ( NEATInnovationType t ) : String

Convert the innovation type to a string.

NeuronTypeToString ( NEATNeuronType t ) : String

Convert the neuron type to a string.

Read ( Stream mask0 ) : Object

Read the object.

Save ( Stream os, Object obj ) : void

Save the object.

StringToInnovationType ( String t ) : NEATInnovationType

Convert a string to an innovation type.

StringToNeuronType ( String t ) : NEATNeuronType

Convert a string to a neuron type.

Method Details

InnovationTypeToString() public static méthode

Convert the innovation type to a string.
public static InnovationTypeToString ( NEATInnovationType t ) : String
t NEATInnovationType The innovation type.
Résultat String

NeuronTypeToString() public static méthode

Convert the neuron type to a string.
public static NeuronTypeToString ( NEATNeuronType t ) : String
t NEATNeuronType The neuron type.
Résultat String

Read() public méthode

Read the object.
public Read ( Stream mask0 ) : Object
mask0 Stream The stream to read the object from.
Résultat Object

Save() public méthode

Save the object.
public Save ( Stream os, Object obj ) : void
os Stream The stream to write to.
obj Object The object to save.
Résultat void

StringToInnovationType() public static méthode

Convert a string to an innovation type.
public static StringToInnovationType ( String t ) : NEATInnovationType
t String The string to convert.
Résultat NEATInnovationType

StringToNeuronType() public static méthode

Convert a string to a neuron type.
public static StringToNeuronType ( String t ) : NEATNeuronType
t String The string.
Résultat NEATNeuronType