C# Class AIMA.Core.Learning.Knowledge.FOLDataSetDomain

Inheritance: AIMA.Core.Logic.FOL.Domain.FOLDomain
Datei anzeigen Open project: PaulMineau/AIMA.Net Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
constructFOLDomain ( ) : void
isJavaIdentifierStart ( char c ) : bool

Method Details

FOLDataSetDomain() public method

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

getDataSetTargetName() public method

public getDataSetTargetName ( ) : String
return String

getDescriptionDataSetNames() public method

public getDescriptionDataSetNames ( ) : List
return List

getDescriptionPredicateNames() public method

public getDescriptionPredicateNames ( ) : List
return List

getExampleConstant() public method

public getExampleConstant ( int egNo ) : String
egNo int
return String

getFOLName() public method

public getFOLName ( String dsName ) : String
dsName String
return String

getGoalPredicateName() public method

public getGoalPredicateName ( ) : String
return String

getTrueGoalValue() public method

public getTrueGoalValue ( ) : String
return String

isMultivalued() public method

public isMultivalued ( String descriptiveDataSetName ) : bool
descriptiveDataSetName String
return bool