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

Inheritance: AIMA.Core.Logic.FOL.Domain.FOLDomain
Afficher le fichier Open project: PaulMineau/AIMA.Net Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
constructFOLDomain ( ) : void
isJavaIdentifierStart ( char c ) : bool

Method Details

FOLDataSetDomain() public méthode

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

getDataSetTargetName() public méthode

public getDataSetTargetName ( ) : String
Résultat String

getDescriptionDataSetNames() public méthode

public getDescriptionDataSetNames ( ) : List
Résultat List

getDescriptionPredicateNames() public méthode

public getDescriptionPredicateNames ( ) : List
Résultat List

getExampleConstant() public méthode

public getExampleConstant ( int egNo ) : String
egNo int
Résultat String

getFOLName() public méthode

public getFOLName ( String dsName ) : String
dsName String
Résultat String

getGoalPredicateName() public méthode

public getGoalPredicateName ( ) : String
Résultat String

getTrueGoalValue() public méthode

public getTrueGoalValue ( ) : String
Résultat String

isMultivalued() public méthode

public isMultivalued ( String descriptiveDataSetName ) : bool
descriptiveDataSetName String
Résultat bool