C# 클래스 AIMA.Core.Learning.Knowledge.FOLExample

파일 보기 프로젝트 열기: PaulMineau/AIMA.Net 1 사용 예제들

공개 메소드들

메소드 설명
FOLExample ( FOLDataSetDomain folDSDomain, Example example, int egNo ) : System
ToString ( ) : String
getClassification ( ) : Sentence
getDescription ( ) : Sentence
getExampleNumber ( ) : int

비공개 메소드들

메소드 설명
constructFOLEg ( ) : void

메소드 상세

FOLExample() 공개 메소드

public FOLExample ( FOLDataSetDomain folDSDomain, Example example, int egNo ) : System
folDSDomain FOLDataSetDomain
example AIMA.Core.Learning.Framework.Example
egNo int
리턴 System

ToString() 공개 메소드

public ToString ( ) : String
리턴 String

getClassification() 공개 메소드

public getClassification ( ) : Sentence
리턴 Sentence

getDescription() 공개 메소드

public getDescription ( ) : Sentence
리턴 Sentence

getExampleNumber() 공개 메소드

public getExampleNumber ( ) : int
리턴 int