AIMA.Core.Learning.Knowledge.Hypothesis.getHypothesis C# (CSharp) 메소드

getHypothesis() 공개 메소드

public getHypothesis ( ) : Sentence
리턴 Sentence
        public Sentence getHypothesis()
        {
            return hypothesis;
        }
    }