DecisionProblem.DecisionProblem(features,classes)

Create a new DecisionProblem instance.

Arguments:

Name Type Description Mode
features String[String] Map containing the feature names to feature types mapping. Example: ["age": "INT", "zipcode": "STRING" ] in
classes String[] A list of the problems' classes. Example: [ "Low", "Medium", "High" ] in