C# 클래스 ImageClassifier.BayesPointMachine

Implements classification using a probit Bayes Point Machine.
파일 보기 프로젝트 열기: Sparky88/IA-B1-ProcesareaImaginilor 1 사용 예제들

공개 메소드들

메소드 설명
BayesPointMachine ( int nFeatures, double noise ) : System
Test ( Vector data ) : double[]
Train ( Vector data, bool labels ) : void

메소드 상세

BayesPointMachine() 공개 메소드

public BayesPointMachine ( int nFeatures, double noise ) : System
nFeatures int
noise double
리턴 System

Test() 공개 메소드

public Test ( Vector data ) : double[]
data Vector
리턴 double[]

Train() 공개 메소드

public Train ( Vector data, bool labels ) : void
data Vector
labels bool
리턴 void