C# Class Ocronet.Dynamic.IOData.Dataset8

Inheritance: IExtDataset
Afficher le fichier Open project: nickun/OCRonet

Protected Properties

Свойство Type Description
classes Intarray
data Narray
nc int
nf int

Méthodes publiques

Méthode Description
Add ( Floatarray ds, Intarray cs ) : void
Add ( Floatarray v, int c ) : void
Clear ( ) : void
Cls ( int i ) : int
Copy ( Narray dst, Narray src ) : void
Dataset8 ( ) : System
Dataset8 ( Narray data, Intarray classes ) : System
Id ( int i ) : int
Input ( Floatarray v, int i ) : void
Load ( BinaryReader reader ) : void
Max ( Narray a ) : int
Min ( Narray a ) : int
RowPush ( Narray table, Narray data ) : void
RowsPush ( Narray table, Narray ftable ) : void
Save ( BinaryWriter writer ) : void
nClasses ( ) : int
nFeatures ( ) : int
nSamples ( ) : int

Méthodes protégées

Méthode Description
Recompute ( ) : void

Method Details

Add() public méthode

public Add ( Floatarray ds, Intarray cs ) : void
ds Floatarray
cs Intarray
Résultat void

Add() public méthode

public Add ( Floatarray v, int c ) : void
v Floatarray
c int
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

Cls() public méthode

public Cls ( int i ) : int
i int
Résultat int

Copy() public static méthode

public static Copy ( Narray dst, Narray src ) : void
dst Narray
src Narray
Résultat void

Dataset8() public méthode

public Dataset8 ( ) : System
Résultat System

Dataset8() public méthode

public Dataset8 ( Narray data, Intarray classes ) : System
data Narray
classes Intarray
Résultat System

Id() public méthode

public Id ( int i ) : int
i int
Résultat int

Input() public méthode

public Input ( Floatarray v, int i ) : void
v Floatarray
i int
Résultat void

Load() public méthode

public Load ( BinaryReader reader ) : void
reader System.IO.BinaryReader
Résultat void

Max() public static méthode

public static Max ( Narray a ) : int
a Narray
Résultat int

Min() public static méthode

public static Min ( Narray a ) : int
a Narray
Résultat int

Recompute() protected méthode

protected Recompute ( ) : void
Résultat void

RowPush() public static méthode

public static RowPush ( Narray table, Narray data ) : void
table Narray
data Narray
Résultat void

RowsPush() public static méthode

public static RowsPush ( Narray table, Narray ftable ) : void
table Narray
ftable Narray
Résultat void

Save() public méthode

public Save ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter
Résultat void

nClasses() public méthode

public nClasses ( ) : int
Résultat int

nFeatures() public méthode

public nFeatures ( ) : int
Résultat int

nSamples() public méthode

public nSamples ( ) : int
Résultat int

Property Details

classes protected_oe property

protected Intarray classes
Résultat Intarray

data protected_oe property

protected Narray data
Résultat Narray

nc protected_oe property

protected int nc
Résultat int

nf protected_oe property

protected int nf
Résultat int