AIMA.Core.Learning.Learners.CurrentBestLearner.CurrentBestLearner C# (CSharp) 메소드

CurrentBestLearner() 공개 메소드

public CurrentBestLearner ( String trueGoalValue ) : System
trueGoalValue String
리턴 System
        public CurrentBestLearner(String trueGoalValue)
        {
            this.trueGoalValue = trueGoalValue;
        }