C# Class Ocronet.Dynamic.OcroFST.ReadOnlyFst

Inheritance: Ocronet.Dynamic.Interfaces.IGenericFst
ファイルを表示 Open project: nickun/OCRonet

Public Methods

Method Description
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

Private Methods

Method Description
oops ( ) : int

Method Details

AddTransition() public method

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

Clear() public method

public Clear ( ) : void
return void

NewState() public method

public NewState ( ) : int
return int

SetAccept() public method

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

SetStart() public method

public SetStart ( int node ) : void
node int
return void

Special() public method

public Special ( string s ) : int
s string
return int