| Package | Description |
|---|---|
| com.marklogic.client.expression |
The package provides classes for building Optic plan pipelines and expressions for execution on the REST server.
|
| com.marklogic.client.type |
The package provides interfaces specifying the type of an expression or value as passed to a
PlanBuilder method or returned from a RowRecord method. |
| Modifier and Type | Method and Description |
|---|---|
JsonArraySeqExpr |
JsonExpr.arraySeq(JsonArrayExpr... items)
Constructs a sequence of JsonArrayExpr items.
|
| Modifier and Type | Method and Description |
|---|---|
XsDoubleExpr |
MathExpr.correlation(JsonArraySeqExpr arg)
Returns the Pearson correlation coefficient of a data set.
|
XsDoubleExpr |
MathExpr.covariance(JsonArraySeqExpr arg)
Returns the sample covariance of a data set.
|
XsDoubleExpr |
MathExpr.covarianceP(JsonArraySeqExpr arg)
Returns the population covariance of a data set.
|
MathLinearModelExpr |
MathExpr.linearModel(JsonArraySeqExpr arg)
Returns a linear model that fits the given data set.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
JsonArrayExpr
An instance of a JSON array expression.
|
Copyright © 2013-2017 MarkLogic Corporation.