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

Hypothesis() public method

public Hypothesis ( Sentence hypothesis ) : System
hypothesis Sentence
return System
        public Hypothesis(Sentence hypothesis)
        {
            this.hypothesis = hypothesis;
        }