C# Class Ocronet.Dynamic.OcroFST.AStarSearch

Afficher le fichier Open project: nickun/OCRonet Class Usage Examples

Méthodes publiques

Свойство Type Description
g Floatarray

Méthodes publiques

Méthode Description
AStarSearch ( IGenericFst fst ) : System
Heuristic ( int index ) : double
Loop ( ) : bool
Step ( ) : bool
reconstruct_edges ( Intarray inputs, Intarray outputs, Floatarray costs, Intarray vertices ) : void
reconstruct_vertices ( Intarray result_vertices ) : bool

Method Details

AStarSearch() public méthode

public AStarSearch ( IGenericFst fst ) : System
fst Ocronet.Dynamic.Interfaces.IGenericFst
Résultat System

Heuristic() public méthode

public Heuristic ( int index ) : double
index int
Résultat double

Loop() public méthode

public Loop ( ) : bool
Résultat bool

Step() public méthode

public Step ( ) : bool
Résultat bool

reconstruct_edges() public méthode

public reconstruct_edges ( Intarray inputs, Intarray outputs, Floatarray costs, Intarray vertices ) : void
inputs Intarray
outputs Intarray
costs Floatarray
vertices Intarray
Résultat void

reconstruct_vertices() public méthode

public reconstruct_vertices ( Intarray result_vertices ) : bool
result_vertices Intarray
Résultat bool

Property Details

g public_oe property

public Floatarray g
Résultat Floatarray