AIMA.Core.Learning.Knowledge.Hypothesis.Hypothesis C# (CSharp) Метод

Hypothesis() публичный Метод

public Hypothesis ( Sentence hypothesis ) : System
hypothesis Sentence
Результат System
        public Hypothesis(Sentence hypothesis)
        {
            this.hypothesis = hypothesis;
        }