C# Class Encog.ML.Factory.MLMethodFactory

This factory is used to create machine learning methods.
Datei anzeigen Open project: encog/encog-silverlight-core Class Usage Examples

Public Methods

Method Description
Create ( String methodType, String architecture, int input, int output ) : IMLMethod

Create a new machine learning method.

Method Details

Create() public method

Create a new machine learning method.
public Create ( String methodType, String architecture, int input, int output ) : IMLMethod
methodType String The method to create.
architecture String The architecture string.
input int The input count.
output int The output count.
return IMLMethod