C# 클래스 numl.Supervised.SVM.SVMModel

A SVM Model object
상속: Model, IClassifier
파일 보기 프로젝트 열기: sethjuarez/numl

공개 메소드들

메소드 설명
Predict ( Vector x ) : double

Create a prediction from the supplied test item.

PredictRaw ( Vector x ) : double

Computes the probability of the prediction being True.

SVMModel ( ) : System

Default constructor

메소드 상세

Predict() 공개 메소드

Create a prediction from the supplied test item.
public Predict ( Vector x ) : double
x numl.Math.LinearAlgebra.Vector Training record
리턴 double

PredictRaw() 공개 메소드

Computes the probability of the prediction being True.
public PredictRaw ( Vector x ) : double
x numl.Math.LinearAlgebra.Vector
리턴 double

SVMModel() 공개 메소드

Default constructor
public SVMModel ( ) : System
리턴 System