C# Class Encog.Neural.Data.TextData

Inheritance: Encog.Persist.BasicPersistedObject
Exibir arquivo Open project: encog/encog-silverlight-core Class Usage Examples

Public Methods

Method Description
Clone ( ) : object

Clone this object.

CreatePersistor ( ) : IPersistor

Create a persistor to store this object.

Method Details

Clone() public method

Clone this object.
public Clone ( ) : object
return object

CreatePersistor() public method

Create a persistor to store this object.
public CreatePersistor ( ) : IPersistor
return IPersistor