C# Class Encog.ML.Factory.Method.SVMFactory

A factory that is used to create support vector machines (SVM).
Show file Open project: encog/encog-silverlight-core

Public Methods

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

Create the SVM.

Method Details

Create() public method

Create the SVM.
public Create ( String architecture, int input, int output ) : IMLMethod
architecture String The architecture string.
input int The input count.
output int The output count.
return IMLMethod