C# Class Ocronet.Dynamic.Recognizers.Lenet.LenetIOWrapper

Inheritance: Ocronet.Dynamic.IOData.IOWrapper
Datei anzeigen Open project: nickun/OCRonet

Public Methods

Method Description
Clear ( ) : void
Info ( ) : string
LenetIOWrapper ( LenetWrapper lenet, string name ) : System
Load ( BinaryReader reader ) : void
Save ( BinaryWriter writer ) : void
ToString ( ) : string

Method Details

Clear() public method

public Clear ( ) : void
return void

Info() public method

public Info ( ) : string
return string

LenetIOWrapper() public method

public LenetIOWrapper ( LenetWrapper lenet, string name ) : System
lenet LenetWrapper
name string
return System

Load() public method

public Load ( BinaryReader reader ) : void
reader System.IO.BinaryReader
return void

Save() public method

public Save ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter
return void

ToString() public method

public ToString ( ) : string
return string