C# 클래스 Ocronet.Dynamic.Recognizers.Lenet.LenetClassifier

상속: IBatch
파일 보기 프로젝트 열기: nickun/OCRonet 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CharClass AutoLenetWrapper
JunkClass AutoLenetWrapper

공개 메소드들

메소드 설명
GetStdout ( StringBuilder &sbout ) : void
Info ( ) : void
InitNumSymbLatinAlphabet ( ) : void
Initialize ( int classes, bool asciiTarget = true ) : void

Do external initialize (dll instance)

LenetClassifier ( ) : System
Load ( string filepath ) : void

Load network from new format

Save ( string filepath ) : void

Save network to new format

SetExtractor ( string name ) : void
UpdateModel ( ) : void
jc ( ) : int

Junk ascii code

nClasses ( ) : int
nFeatures ( ) : int
nModels ( ) : int

보호된 메소드들

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

비공개 메소드들

메소드 설명
CharClass_TrainRound ( object sender, TrainEventArgs e ) : void
CreateClassesFromDataset ( IDataset ds ) : int[]
JunkClass_TrainRound ( object sender, TrainEventArgs e ) : void

메소드 상세

GetStdout() 공개 메소드

public GetStdout ( StringBuilder &sbout ) : void
sbout StringBuilder
리턴 void

Info() 공개 메소드

public Info ( ) : void
리턴 void

InitNumSymbLatinAlphabet() 공개 메소드

public InitNumSymbLatinAlphabet ( ) : void
리턴 void

Initialize() 공개 메소드

Do external initialize (dll instance)
public Initialize ( int classes, bool asciiTarget = true ) : void
classes int
asciiTarget bool
리턴 void

LenetClassifier() 공개 메소드

public LenetClassifier ( ) : System
리턴 System

Load() 공개 메소드

Load network from new format
public Load ( string filepath ) : void
filepath string full file path<
리턴 void

Outputs() 보호된 메소드

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

Save() 공개 메소드

Save network to new format
public Save ( string filepath ) : void
filepath string full file path
리턴 void

SetExtractor() 공개 메소드

public SetExtractor ( string name ) : void
name string
리턴 void

Train() 보호된 메소드

protected Train ( IDataset ds ) : void
ds Ocronet.Dynamic.IOData.IDataset
리턴 void

UpdateModel() 공개 메소드

public UpdateModel ( ) : void
리턴 void

jc() 공개 메소드

Junk ascii code
public jc ( ) : int
리턴 int

nClasses() 공개 메소드

public nClasses ( ) : int
리턴 int

nFeatures() 공개 메소드

public nFeatures ( ) : int
리턴 int

nModels() 공개 메소드

public nModels ( ) : int
리턴 int

프로퍼티 상세

CharClass 공개적으로 프로퍼티

public AutoLenetWrapper,Ocronet.Dynamic.Recognizers.Lenet CharClass
리턴 AutoLenetWrapper

JunkClass 공개적으로 프로퍼티

public AutoLenetWrapper,Ocronet.Dynamic.Recognizers.Lenet JunkClass
리턴 AutoLenetWrapper