DecisionProblem.DecisionProblem(activity,features,classes)

Create a new DecisionProblem instance.

Arguments:

Name Type Description Mode
activity Fuego.Lib.Activity The id of the Decision Activity configured to work in this same decision problem. Important: You must specify the same set of features and classes defined by the associated activity, otherwise, the component will not work on the same data set as the activity. in
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