Package com.couchbase.lite
Class PredictionFunction
java.lang.Object
com.couchbase.lite.Expression
com.couchbase.lite.PredictionFunction
ENTERPRISE EDITION API
Create an expression that refers to one of the properties of the prediction results dictionary.
-
Method Summary
Modifier and TypeMethodDescriptionpropertyPath
(String path) Creates a property expression that refers to a property of the prediction result dictionary.Methods inherited from class com.couchbase.lite.Expression
add, all, and, between, booleanValue, collate, date, divide, doubleValue, equalTo, floatValue, fullTextIndex, greaterThan, greaterThanOrEqualTo, in, intValue, is, isNot, isNotValued, isNullOrMissing, isValued, lessThan, lessThanOrEqualTo, like, list, longValue, map, modulo, multiply, negated, not, notEqualTo, notNullOrMissing, number, or, parameter, property, regex, string, subtract, toString, value
-
Method Details
-
propertyPath
Creates a property expression that refers to a property of the prediction result dictionary.- Parameters:
path
- The path to the property.- Returns:
- The property expression referring to a property of the prediction dictionary result.
-