AIMA.Core.Learning.Knowledge.Hypothesis.getHypothesis C# (CSharp) Method

getHypothesis() public method

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