Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
numl
Supervised
Perceptron
PerceptronModel
C# 클래스 numl.Supervised.Perceptron.PerceptronModel
A data Model for the perceptron.
상속:
Model
파일 보기
프로젝트 열기: sethjuarez/numl
공개 메소드들
메소드
설명
Predict
(
Vector
y
) :
double
Predicts the given o.
메소드 상세
Predict()
공개
메소드
Predicts the given o.
public
Predict
(
Vector
y
) :
double
y
numl.Math.LinearAlgebra.Vector
The Vector to process.
리턴
double