Method | Description | |
---|---|---|
AcceptCost ( int vertex ) : float | ||
AddTransition ( int from, int to, int output, float cost, int input ) : void | ||
Arcs ( Intarray out_inputs, Intarray out_targets, Intarray out_outputs, Floatarray out_costs, int from ) : void | ||
BestPath ( string &result ) : double | ||
CalculateHeuristics ( ) : void | ||
Clear ( ) : void | ||
ClearFlags ( ) : void | ||
Costs ( int vertex ) : Floatarray | ||
GetAcceptCost ( int node ) : float | ||
GetStart ( ) : int | ||
HasFlag ( int flag ) : bool | ||
Heuristics ( ) : Floatarray | ||
Inputs ( int vertex ) : Intarray | ||
Load ( |
||
NewState ( ) : int | ||
OcroFSTImpl ( ) : System | ||
OcroFSTImpl ( int max_size ) : System | ||
Outputs ( int vertex ) : Intarray | ||
Rescore ( int from, int to, int output, float cost, int input ) : void | ||
Save ( |
||
SetAccept ( int node, float cost = 0.0f ) : void | ||
SetAcceptCost ( int vertex, float new_value ) : void | ||
SetStart ( int node ) : void | ||
SortByInput ( ) : void | ||
SortByOutput ( ) : void | ||
Special ( string s ) : int | ||
Targets ( int vertex ) : Intarray | ||
nStates ( ) : int |
Method | Description | |
---|---|---|
CorrectCostsNull ( int vertex ) : void | ||
CorrectInputsNull ( int vertex ) : void | ||
CorrectOutputsNull ( int vertex ) : void | ||
CorrectTargetsNull ( int vertex ) : void |
Method | Description | |
---|---|---|
achieve ( int flag ) : void |
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 |
public Arcs ( Intarray out_inputs, Intarray out_targets, Intarray out_outputs, Floatarray out_costs, int from ) : void | ||
out_inputs | Intarray | |
out_targets | Intarray | |
out_outputs | Intarray | |
out_costs | Floatarray | |
from | int | |
return | void |
protected CorrectCostsNull ( int vertex ) : void | ||
vertex | int | |
return | void |
protected CorrectInputsNull ( int vertex ) : void | ||
vertex | int | |
return | void |
protected CorrectOutputsNull ( int vertex ) : void | ||
vertex | int | |
return | void |
protected CorrectTargetsNull ( int vertex ) : void | ||
vertex | int | |
return | void |
public Load ( |
||
reader | ||
return | void |
public Rescore ( int from, int to, int output, float cost, int input ) : void | ||
from | int | |
to | int | |
output | int | |
cost | float | |
input | int | |
return | void |
public Save ( |
||
writer | ||
return | void |
public SetAccept ( int node, float cost = 0.0f ) : void | ||
node | int | |
cost | float | |
return | void |
public SetAcceptCost ( int vertex, float new_value ) : void | ||
vertex | int | |
new_value | float | |
return | void |