DecisionProblem.storeExperience(features,classification)

Saves sample data for future training. This data sample is not "learned" by the classification function until the Engine runs its periodic training procedure. See forceTraining().

Arguments:

Name Type Description Mode
features Any[String] Map containing the feature name to feature value mapping. Example: ["age": 29, "zipcode": "02101" ] in
classification String Classification value for this data sample. Example: "Low". in