C# 클래스 NClassifier.AbstractClassifier

상속: IClassifier
파일 보기 프로젝트 열기: colin-dumitru/Proiect-AI-2012---GUI

보호된 프로퍼티들

프로퍼티 타입 설명
cutoff double

공개 메소드들

메소드 설명
Classify ( string input ) : double
IsMatch ( double matchProbability ) : bool
IsMatch ( string input ) : bool

메소드 상세

Classify() 공개 추상적인 메소드

public abstract Classify ( string input ) : double
input string
리턴 double

IsMatch() 공개 메소드

public IsMatch ( double matchProbability ) : bool
matchProbability double
리턴 bool

IsMatch() 공개 메소드

public IsMatch ( string input ) : bool
input string
리턴 bool

프로퍼티 상세

cutoff 보호되어 있는 프로퍼티

protected double cutoff
리턴 double