AIMA.Core.Learning.Knowledge.Hypothesis.Hypothesis C# (CSharp) Méthode

Hypothesis() public méthode

public Hypothesis ( Sentence hypothesis ) : System
hypothesis Sentence
Résultat System
        public Hypothesis(Sentence hypothesis)
        {
            this.hypothesis = hypothesis;
        }