C# 클래스 Ocronet.Dynamic.Recognizers.Lenet.LenetIOWrapper

상속: Ocronet.Dynamic.IOData.IOWrapper
파일 보기 프로젝트 열기: nickun/OCRonet

공개 메소드들

메소드 설명
Clear ( ) : void
Info ( ) : string
LenetIOWrapper ( LenetWrapper lenet, string name ) : System
Load ( BinaryReader reader ) : void
Save ( BinaryWriter writer ) : void
ToString ( ) : string

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Info() 공개 메소드

public Info ( ) : string
리턴 string

LenetIOWrapper() 공개 메소드

public LenetIOWrapper ( LenetWrapper lenet, string name ) : System
lenet LenetWrapper
name string
리턴 System

Load() 공개 메소드

public Load ( BinaryReader reader ) : void
reader System.IO.BinaryReader
리턴 void

Save() 공개 메소드

public Save ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string