C# Class Encog.Neural.Pattern.SVMPattern

Inheritance: INeuralNetworkPattern
Exibir arquivo Open project: encog/encog-silverlight-core

Public Methods

Method Description
AddHiddenLayer ( int count ) : void

Unused, a BAM has no hidden layers.

Clear ( ) : void

Clear any settings on the pattern.

Generate ( ) : IMLMethod
SVMPattern ( ) : Encog.Engine.Network.Activation

Construct the object.

Method Details

AddHiddenLayer() public method

Unused, a BAM has no hidden layers.
public AddHiddenLayer ( int count ) : void
count int Not used.
return void

Clear() public method

Clear any settings on the pattern.
public Clear ( ) : void
return void

Generate() public method

public Generate ( ) : IMLMethod
return IMLMethod

SVMPattern() public method

Construct the object.
public SVMPattern ( ) : Encog.Engine.Network.Activation
return Encog.Engine.Network.Activation