AIMA.Core.Learning.Learners.CurrentBestLearner.CurrentBestLearner C# (CSharp) Méthode

CurrentBestLearner() public méthode

public CurrentBestLearner ( String trueGoalValue ) : System
trueGoalValue String
Résultat System
        public CurrentBestLearner(String trueGoalValue)
        {
            this.trueGoalValue = trueGoalValue;
        }