PredictionFunction
public protocol PredictionFunction : ExpressionProtocolENTERPRISE EDITION ONLY
PredictionFunction protocol that allows to create an expression that refers to one of the properties of the prediction result dictionary.
- 
                  
                  Creates a property expression that refers to a property of the prediction result dictionary. DeclarationSwift func property(_ keyPath: String) -> ExpressionProtocolParameterskeyPathThe key path to the property. Return ValueThe property expression referring to a property of the prediction dictionary result. 
 PredictionFunction Protocol Reference
        PredictionFunction Protocol Reference