AIMA.Core.Learning.Inductive.ConstantDecisonTree.ConstantDecisonTree C# (CSharp) Method

ConstantDecisonTree() public method

public ConstantDecisonTree ( String value ) : System
value String
return System
        public ConstantDecisonTree(String value)
        {
            this.value = value;
        }