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

Hypothesis() 공개 메소드

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