DecisionProblem.classify(features)

Request a classification for a given set of feature values. This method returns a Map containing one entry per class. The key for each entry is the class label and the value is the probability value (a Real from 0 to 1) associated with that class.

Arguments:

Name Type Description Mode
features Any[String] Map containing the feature name to feature value mapping. Example: ["age": 29, "zipcode": "02101" ] in