C# Class Ocronet.Dynamic.IOData.RowDataset8

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

Protected Properties

Свойство Type Description
classes Intarray
data ObjList>
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
Copy ( Narray dst, Narray src ) : void
Id ( int i ) : int
Input ( Floatarray v, int i ) : void
Load ( BinaryReader reader ) : void
RowDataset8 ( ) : System
RowDataset8 ( Narray ds, Intarray cs ) : System
RowDataset8 ( int nsamples ) : System
RowGet ( Narray outv, Narray data, int row ) : void
RowGet ( Narray outv, Narray data, int row ) : void
Save ( BinaryWriter writer ) : void
nClasses ( ) : int
nFeatures ( ) : int
nSamples ( ) : int

Méthodes protégées

Méthode Description
Recompute ( ) : void

Private Methods

Méthode Description
DataMax ( ObjList data ) : int
DataMin ( ObjList data ) : int

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

Copy() public static méthode

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

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

Recompute() protected méthode

protected Recompute ( ) : void
Résultat void

RowDataset8() public méthode

public RowDataset8 ( ) : System
Résultat System

RowDataset8() public méthode

public RowDataset8 ( Narray ds, Intarray cs ) : System
ds Narray
cs Intarray
Résultat System

RowDataset8() public méthode

public RowDataset8 ( int nsamples ) : System
nsamples int
Résultat System

RowGet() public static méthode

public static RowGet ( Narray outv, Narray data, int row ) : void
outv Narray
data Narray
row int
Résultat void

RowGet() public static méthode

public static RowGet ( Narray outv, Narray data, int row ) : void
outv Narray
data Narray
row int
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 ObjList> data
Résultat ObjList>

nc protected_oe property

protected int nc
Résultat int

nf protected_oe property

protected int nf
Résultat int