Packages

  • package root

    High level Smile operators in Scala.

    High level Smile operators in Scala.

    Definition Classes
    root
  • package smile
    Definition Classes
    root
  • package data

    Data manipulation functions.

    Data manipulation functions.

    Definition Classes
    smile
  • package formula

    Formula DSL.

    Formula DSL.

    Definition Classes
    data
  • FormulaBuilder
p

smile.data

formula

package formula

Formula DSL.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. formula
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. case class FormulaBuilder(y: Option[Term], x: ListBuffer[HyperTerm]) extends Product with Serializable

    DSL to build a formula in R style.

Value Members

  1. def abs(x: String): Term
  2. def acos(x: String): Term
  3. def asin(x: String): Term
  4. def atan(x: String): Term
  5. implicit def buildFactorCrossing(x: FactorCrossingBuilder): FactorCrossing
  6. implicit def buildFactorInteraction(x: FactorInteractionBuilder): FactorInteraction
  7. implicit def buildFormula(x: FormulaBuilder): Formula
  8. def cbrt(x: String): Term
  9. def ceil(x: String): Term
  10. def cos(x: String): Term
  11. def cosh(x: String): Term
  12. def exp(x: String): Term
  13. def expm1(x: String): Term
  14. def floor(x: String): Term
  15. def log(x: String): Term
  16. def log10(x: String): Term
  17. def log1p(x: String): Term
  18. def log2(x: String): Term
  19. implicit def pimpFormulaString(x: String): PimpedFormulaString
  20. implicit def pimpHyperTerm(x: HyperTerm): PimpedHyperTerm
  21. implicit def pimpTerm(x: Term): PimpedTerm
  22. def rint(x: String): Term
  23. def round(x: String): Term
  24. def sign(x: String): Term
  25. def signum(x: String): Term
  26. def sin(x: String): Term
  27. def sinh(x: String): Term
  28. def sqrt(x: String): Term
  29. def tan(x: String): Term
  30. def tanh(x: String): Term
  31. def ulp(x: String): Term

Inherited from AnyRef

Inherited from Any

Ungrouped