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
Afficher le fichier Open project: nickun/OCRonet

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
Outputs ( OutputVector result, Floatarray v ) : float
Train ( IDataset ds ) : void

Private Methods

Méthode 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 méthode

public GetIModel ( int which ) : IModel
which int
Résultat IModel

GetModel() public méthode

public GetModel ( int which ) : IComponent
which int
Résultat IComponent

Info() public méthode

public Info ( ) : void
Résultat void

LatinClassifier() public méthode

public LatinClassifier ( ) : System
Résultat System

Outputs() protected méthode

protected Outputs ( OutputVector result, Floatarray v ) : float
result OutputVector
v Floatarray
Résultat float

SetModel() public méthode

public SetModel ( IModel cf, int which ) : void
cf IModel
which int
Résultat void

Train() protected méthode

protected Train ( IDataset ds ) : void
ds IDataset
Résultat void

jc() public méthode

public jc ( ) : int
Résultat int

nClasses() public méthode

public nClasses ( ) : int
Résultat int

nFeatures() public méthode

public nFeatures ( ) : int
Résultat int

nModels() public méthode

public nModels ( ) : int
Résultat int