C# 클래스 AIMA.Core.Logic.Propositional.Algorithms.TTEntails

파일 보기 프로젝트 열기: PaulMineau/AIMA.Net 1 사용 예제들

공개 메소드들

메소드 설명
ttCheckAll ( Sentence kbSentence, Sentence querySentence, List symbols, Model model ) : bool
ttEntails ( KnowledgeBase kb, String alpha ) : bool

메소드 상세

ttCheckAll() 공개 메소드

public ttCheckAll ( Sentence kbSentence, Sentence querySentence, List symbols, Model model ) : bool
kbSentence AIMA.Core.Logic.Propositional.Parsing.Ast.Sentence
querySentence AIMA.Core.Logic.Propositional.Parsing.Ast.Sentence
symbols List
model Model
리턴 bool

ttEntails() 공개 메소드

public ttEntails ( KnowledgeBase kb, String alpha ) : bool
kb KnowledgeBase
alpha String
리턴 bool