Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
numl
Supervised
Perceptron
KernelPerceptronModel
C# Class numl.Supervised.Perceptron.KernelPerceptronModel
Inheritance:
Model
Afficher le fichier
Open project: sethjuarez/numl
Méthodes publiques
Méthode
Description
Predict
(
Vector
y
) :
double
Predicts the given o.
Method Details
Predict()
public
méthode
Predicts the given o.
public
Predict
(
Vector
y
) :
double
y
numl.Math.LinearAlgebra.Vector
The Vector to process.
Résultat
double