C# 클래스 numl.Supervised.NaiveBayes.NaiveBayesModel

상속: Model
파일 보기 프로젝트 열기: sethjuarez/numl

공개 메소드들

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

Predicts the given o.

메소드 상세

Predict() 공개 메소드

Predicts the given o.
Thrown when the requested operation is invalid.
public Predict ( Vector y ) : double
y numl.Math.LinearAlgebra.Vector The Vector to process.
리턴 double