Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

This operator performs a linear regression on the given set of explanatory attributes to explain the given set of dependent attributes

Parameter

  • dependent: List of dependent attributes
  • explanatory: List of explanatory attributes

Example

Code Block
themeEclipse
languagejavascript
titleLinearRegression Operator
linenumberstrue
output = LinearRegression({dependent = ['x'], explanatory = ['y']}, input)