C# 클래스 Ocronet.Dynamic.OcroFST.ReadOnlyFst

상속: Ocronet.Dynamic.Interfaces.IGenericFst
파일 보기 프로젝트 열기: nickun/OCRonet

공개 메소드들

메소드 설명
AddTransition ( int from, int to, int output, float cost, int input ) : void
Clear ( ) : void
NewState ( ) : int
SetAccept ( int node, float cost = 0.0f ) : void
SetStart ( int node ) : void
Special ( string s ) : int

비공개 메소드들

메소드 설명
oops ( ) : int

메소드 상세

AddTransition() 공개 메소드

public AddTransition ( int from, int to, int output, float cost, int input ) : void
from int
to int
output int
cost float
input int
리턴 void

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

NewState() 공개 메소드

public NewState ( ) : int
리턴 int

SetAccept() 공개 메소드

public SetAccept ( int node, float cost = 0.0f ) : void
node int
cost float
리턴 void

SetStart() 공개 메소드

public SetStart ( int node ) : void
node int
리턴 void

Special() 공개 메소드

public Special ( string s ) : int
s string
리턴 int