C# Class numl.Supervised.NeuralNetwork.NeuralNetworkModel

A data Model for the neural network.
Inheritance: Model, ISequenceModel
Afficher le fichier Open project: sethjuarez/numl Class Usage Examples

Méthodes publiques

Méthode Description
Predict ( Vector x ) : double

Predicts the given o.

PredictSequence ( Vector x ) : Vector

Predicts the given x.

Method Details

Predict() public méthode

Predicts the given o.
public Predict ( Vector x ) : double
x numl.Math.LinearAlgebra.Vector
Résultat double

PredictSequence() public méthode

Predicts the given x.
public PredictSequence ( Vector x ) : Vector
x numl.Math.LinearAlgebra.Vector Vector of features.
Résultat numl.Math.LinearAlgebra.Vector