| Package | Description |
|---|---|
| com.marklogic.client.expression |
The package provides classes for building Optic plan pipelines and expressions for execution on the REST server.
|
| Modifier and Type | Method and Description |
|---|---|
MathLinearModelExpr |
MathExpr.linearModel(JsonArraySeqExpr arg)
Returns a linear model that fits the given data set.
|
| Modifier and Type | Method and Description |
|---|---|
XsDoubleSeqExpr |
MathExpr.linearModelCoeff(MathLinearModelExpr linearModel)
Returns the coefficients of the linear model.
|
XsDoubleExpr |
MathExpr.linearModelIntercept(MathLinearModelExpr linearModel)
Returns the intercept of the linear model.
|
XsDoubleExpr |
MathExpr.linearModelRsquared(MathLinearModelExpr linearModel)
Returns the R^2 value of the linear model.
|
MathLinearModelSeqExpr |
MathExpr.linearModelSeq(MathLinearModelExpr... items)
Constructs a sequence of MathLinearModelExpr items.
|
Copyright © 2013-2017 MarkLogic Corporation.