AIMA.Core.Learning.Framework.Example.Example C# (CSharp) Method

Example() public method

public Example ( LearningAttribute>.Dictionary attributes, LearningAttribute targetAttribute ) : System
attributes LearningAttribute>.Dictionary
targetAttribute LearningAttribute
return System
    public Example(Dictionary<String, LearningAttribute> attributes,
            LearningAttribute targetAttribute)
    {
		this.attributes = attributes;
		this.targetAttribute = targetAttribute;
	}