AIMA.Core.Learning.Inductive.ConstantDecisonTree.ConstantDecisonTree C# (CSharp) Méthode

ConstantDecisonTree() public méthode

public ConstantDecisonTree ( String value ) : System
value String
Résultat System
        public ConstantDecisonTree(String value)
        {
            this.value = value;
        }