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

상속: AIMA.Core.Logic.FOL.Domain.FOLDomain
파일 보기 프로젝트 열기: PaulMineau/AIMA.Net 1 사용 예제들

공개 메소드들

메소드 설명
FOLDataSetDomain ( DataSetSpecification dataSetSpecification, String trueGoalValue ) : System
getDataSetTargetName ( ) : String
getDescriptionDataSetNames ( ) : List
getDescriptionPredicateNames ( ) : List
getExampleConstant ( int egNo ) : String
getFOLName ( String dsName ) : String
getGoalPredicateName ( ) : String
getTrueGoalValue ( ) : String
isMultivalued ( String descriptiveDataSetName ) : bool

비공개 메소드들

메소드 설명
constructFOLDomain ( ) : void
isJavaIdentifierStart ( char c ) : bool

메소드 상세

FOLDataSetDomain() 공개 메소드

public FOLDataSetDomain ( DataSetSpecification dataSetSpecification, String trueGoalValue ) : System
dataSetSpecification AIMA.Core.Learning.Framework.DataSetSpecification
trueGoalValue String
리턴 System

getDataSetTargetName() 공개 메소드

public getDataSetTargetName ( ) : String
리턴 String

getDescriptionDataSetNames() 공개 메소드

public getDescriptionDataSetNames ( ) : List
리턴 List

getDescriptionPredicateNames() 공개 메소드

public getDescriptionPredicateNames ( ) : List
리턴 List

getExampleConstant() 공개 메소드

public getExampleConstant ( int egNo ) : String
egNo int
리턴 String

getFOLName() 공개 메소드

public getFOLName ( String dsName ) : String
dsName String
리턴 String

getGoalPredicateName() 공개 메소드

public getGoalPredicateName ( ) : String
리턴 String

getTrueGoalValue() 공개 메소드

public getTrueGoalValue ( ) : String
리턴 String

isMultivalued() 공개 메소드

public isMultivalued ( String descriptiveDataSetName ) : bool
descriptiveDataSetName String
리턴 bool