C# 클래스 numl.Supervised.NeuralNetwork.NeuralNetworkModel

A data Model for the neural network.
상속: Model, ISequenceModel
파일 보기 프로젝트 열기: sethjuarez/numl 1 사용 예제들

공개 메소드들

메소드 설명
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