C# Класс Ocronet.Dynamic.OcroFST.ReadOnlyFst

Наследование: Ocronet.Dynamic.Interfaces.IGenericFst
Показать файл Открыть проект

Открытые методы

Метод Описание
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