C# Class Ocronet.Dynamic.OcroFST.ReadOnlyFst

Inheritance: Ocronet.Dynamic.Interfaces.IGenericFst
Afficher le fichier Open project: nickun/OCRonet

Méthodes publiques

Méthode 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

Méthode Description
oops ( ) : int

Method Details

AddTransition() public méthode

public AddTransition ( int from, int to, int output, float cost, int input ) : void
from int
to int
output int
cost float
input int
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

NewState() public méthode

public NewState ( ) : int
Résultat int

SetAccept() public méthode

public SetAccept ( int node, float cost = 0.0f ) : void
node int
cost float
Résultat void

SetStart() public méthode

public SetStart ( int node ) : void
node int
Résultat void

Special() public méthode

public Special ( string s ) : int
s string
Résultat int