C# Класс numl.Supervised.NeuralNetwork.NeuralNetworkModel

A data Model for the neural network.
Наследование: Model, ISequenceModel
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Predict ( Vector x ) : double

Predicts the given o.

PredictSequence ( Vector x ) : Vector

Predicts the given x.

Описание методов

Predict() публичный Метод

Predicts the given o.
public Predict ( Vector x ) : double
x numl.Math.LinearAlgebra.Vector
Результат double

PredictSequence() публичный Метод

Predicts the given x.
public PredictSequence ( Vector x ) : Vector
x numl.Math.LinearAlgebra.Vector Vector of features.
Результат numl.Math.LinearAlgebra.Vector