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

Datei anzeigen Open project: PaulMineau/AIMA.Net Class Usage Examples

Public Methods

Method Description
FOLExample ( FOLDataSetDomain folDSDomain, Example example, int egNo ) : System
ToString ( ) : String
getClassification ( ) : Sentence
getDescription ( ) : Sentence
getExampleNumber ( ) : int

Private Methods

Method Description
constructFOLEg ( ) : void

Method Details

FOLExample() public method

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

ToString() public method

public ToString ( ) : String
return String

getClassification() public method

public getClassification ( ) : Sentence
return Sentence

getDescription() public method

public getDescription ( ) : Sentence
return Sentence

getExampleNumber() public method

public getExampleNumber ( ) : int
return int