C# Class Ocronet.Dynamic.OcroFST.AStarSearch

ファイルを表示 Open project: nickun/OCRonet Class Usage Examples

Public Properties

Property Type Description
g Floatarray

Public Methods

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

public AStarSearch ( IGenericFst fst ) : System
fst Ocronet.Dynamic.Interfaces.IGenericFst
return System

Heuristic() public method

public Heuristic ( int index ) : double
index int
return double

Loop() public method

public Loop ( ) : bool
return bool

Step() public method

public Step ( ) : bool
return bool

reconstruct_edges() public method

public reconstruct_edges ( Intarray inputs, Intarray outputs, Floatarray costs, Intarray vertices ) : void
inputs Intarray
outputs Intarray
costs Floatarray
vertices Intarray
return void

reconstruct_vertices() public method

public reconstruct_vertices ( Intarray result_vertices ) : bool
result_vertices Intarray
return bool

Property Details

g public_oe property

public Floatarray g
return Floatarray