C# Class Encog.Plugin.SystemPlugin.SystemMethodsPlugin

System plugin for core ML Methods.
Inheritance: IEncogPluginService1
Afficher le fichier Open project: encog/encog-silverlight-core

Méthodes publiques

Méthode Description
CreateActivationFunction ( String name ) : IActivationFunction
CreateMethod ( String methodType, String architecture, int input, int output ) : IMLMethod
CreateTraining ( IMLMethod method, IMLDataSet training, String type, String args ) : IMLTrain

Method Details

CreateActivationFunction() public méthode

public CreateActivationFunction ( String name ) : IActivationFunction
name String
Résultat IActivationFunction

CreateMethod() public méthode

public CreateMethod ( String methodType, String architecture, int input, int output ) : IMLMethod
methodType String
architecture String
input int
output int
Résultat IMLMethod

CreateTraining() public méthode

public CreateTraining ( IMLMethod method, IMLDataSet training, String type, String args ) : IMLTrain
method IMLMethod
training IMLDataSet
type String
args String
Résultat IMLTrain