C# Class AIMA.Core.Logic.FOL.Inference.FOLFCAsk
Exibir arquivo
Open project: PaulMineau/AIMA.Net
Public Methods
Method |
Description |
|
FOLFCAsk ( ) : System |
|
|
ask ( FOLKnowledgeBase KB, Sentence query ) : InferenceResult |
|
|
Private Methods
Method |
Description |
|
invert ( List lits ) : List |
|
|
Method Details
public FOLFCAsk ( ) : System |
return |
System |
|
public ask ( FOLKnowledgeBase KB, Sentence query ) : InferenceResult |
KB |
AIMA.Core.Logic.FOL.KB.FOLKnowledgeBase |
|
query |
Sentence |
|
return |
InferenceResult |
|