Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
numl
Supervised
Perceptron
KernelPerceptronModel
C# Class numl.Supervised.Perceptron.KernelPerceptronModel
Inheritance:
Model
ファイルを表示
Open project: sethjuarez/numl
Public Methods
Method
Description
Predict
(
Vector
y
) :
double
Predicts the given o.
Method Details
Predict()
public
method
Predicts the given o.
public
Predict
(
Vector
y
) :
double
y
numl.Math.LinearAlgebra.Vector
The Vector to process.
return
double