C# Class Ocronet.Dynamic.Recognizers.LatinClassifier

Classifier specifically intended for Latin script (although there are actually not a lot of customizations for latin script)
Inheritance: IBatch
ファイルを表示 Open project: nickun/OCRonet

Public Methods

Method Description
GetIModel ( int which ) : IModel
GetModel ( int which ) : IComponent
Info ( ) : void
LatinClassifier ( ) : System
SetModel ( IModel cf, int which ) : void
jc ( ) : int
nClasses ( ) : int
nFeatures ( ) : int
nModels ( ) : int

Protected Methods

Method Description
Outputs ( OutputVector result, Floatarray v ) : float
Train ( IDataset ds ) : void

Private Methods

Method Description
CharClass_TrainRound ( object sender, TrainEventArgs e ) : void
JunkClass_TrainRound ( object sender, TrainEventArgs e ) : void
TryAttachCharClassifierEvent ( IModel classifier ) : void
TryAttachJunkClassifierEvent ( IModel classifier ) : void

Method Details

GetIModel() public method

public GetIModel ( int which ) : IModel
which int
return IModel

GetModel() public method

public GetModel ( int which ) : IComponent
which int
return IComponent

Info() public method

public Info ( ) : void
return void

LatinClassifier() public method

public LatinClassifier ( ) : System
return System

Outputs() protected method

protected Outputs ( OutputVector result, Floatarray v ) : float
result OutputVector
v Floatarray
return float

SetModel() public method

public SetModel ( IModel cf, int which ) : void
cf IModel
which int
return void

Train() protected method

protected Train ( IDataset ds ) : void
ds IDataset
return void

jc() public method

public jc ( ) : int
return int

nClasses() public method

public nClasses ( ) : int
return int

nFeatures() public method

public nFeatures ( ) : int
return int

nModels() public method

public nModels ( ) : int
return int