C# 클래스 AdvancedOCR.DataSetItem

파일 보기 프로젝트 열기: patrickmeiring/LeNet 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Character char
Inputs double[]

공개 메소드들

메소드 설명
GetGeneralisationSet ( ) : IList
GetTrainingSet ( ) : IList

비공개 메소드들

메소드 설명
LoadGeneralisationDataset ( ) : IList
LoadLeCunSet ( string imagePath, string labelPath ) : AdvancedOCR.DataSetItem[]
LoadNativeSet ( string filePath ) : AdvancedOCR.DataSetItem[]
LoadTrainingDataset ( ) : IList
ReadBigEndianInteger ( BinaryReader br ) : int
SaveNativeSet ( string filePath, DataSetItem set ) : void

메소드 상세

GetGeneralisationSet() 공개 정적인 메소드

public static GetGeneralisationSet ( ) : IList
리턴 IList

GetTrainingSet() 공개 정적인 메소드

public static GetTrainingSet ( ) : IList
리턴 IList

프로퍼티 상세

Character 공개적으로 프로퍼티

public char Character
리턴 char

Inputs 공개적으로 프로퍼티

public double[] Inputs
리턴 double[]