C# 클래스 Ocronet.Dynamic.Recognizers.LatinClassifier

Classifier specifically intended for Latin script (although there are actually not a lot of customizations for latin script)
상속: IBatch
파일 보기 프로젝트 열기: nickun/OCRonet

공개 메소드들

메소드 설명
GetIModel ( int which ) : IModel
GetModel ( int which ) : IComponent
Info ( ) : void
LatinClassifier ( ) : System
SetModel ( IModel cf, int which ) : void
jc ( ) : int
nClasses ( ) : int
nFeatures ( ) : int
nModels ( ) : int

보호된 메소드들

메소드 설명
Outputs ( OutputVector result, Floatarray v ) : float
Train ( IDataset ds ) : void

비공개 메소드들

메소드 설명
CharClass_TrainRound ( object sender, TrainEventArgs e ) : void
JunkClass_TrainRound ( object sender, TrainEventArgs e ) : void
TryAttachCharClassifierEvent ( IModel classifier ) : void
TryAttachJunkClassifierEvent ( IModel classifier ) : void

메소드 상세

GetIModel() 공개 메소드

public GetIModel ( int which ) : IModel
which int
리턴 IModel

GetModel() 공개 메소드

public GetModel ( int which ) : IComponent
which int
리턴 IComponent

Info() 공개 메소드

public Info ( ) : void
리턴 void

LatinClassifier() 공개 메소드

public LatinClassifier ( ) : System
리턴 System

Outputs() 보호된 메소드

protected Outputs ( OutputVector result, Floatarray v ) : float
result OutputVector
v Floatarray
리턴 float

SetModel() 공개 메소드

public SetModel ( IModel cf, int which ) : void
cf IModel
which int
리턴 void

Train() 보호된 메소드

protected Train ( IDataset ds ) : void
ds IDataset
리턴 void

jc() 공개 메소드

public jc ( ) : int
리턴 int

nClasses() 공개 메소드

public nClasses ( ) : int
리턴 int

nFeatures() 공개 메소드

public nFeatures ( ) : int
리턴 int

nModels() 공개 메소드

public nModels ( ) : int
리턴 int