Class/Object

io.projectglow.sql.expressions

LogisticRegressionExpr

Related Docs: object LogisticRegressionExpr | package expressions

Permalink

case class LogisticRegressionExpr(genotypes: Expression, phenotypes: Expression, covariates: Expression, test: Expression) extends QuaternaryExpression with ImplicitCastInputTypes with Product with Serializable

Linear Supertypes
Serializable, Serializable, ImplicitCastInputTypes, ExpectsInputTypes, QuaternaryExpression, Expression, TreeNode[Expression], Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LogisticRegressionExpr
  2. Serializable
  3. Serializable
  4. ImplicitCastInputTypes
  5. ExpectsInputTypes
  6. QuaternaryExpression
  7. Expression
  8. TreeNode
  9. Product
  10. Equals
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new LogisticRegressionExpr(genotypes: Expression, phenotypes: Expression, covariates: Expression, test: Expression)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def apply(number: Int): TreeNode[_]

    Permalink
    Definition Classes
    TreeNode
  5. def argString: String

    Permalink
    Definition Classes
    TreeNode
  6. def asCode: String

    Permalink
    Definition Classes
    TreeNode
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. lazy val canonicalized: Expression

    Permalink
    Definition Classes
    Expression
  9. def checkInputDataTypes(): TypeCheckResult

    Permalink
    Definition Classes
    LogisticRegressionExpr → ExpectsInputTypes → Expression
  10. def children: Seq[Expression]

    Permalink
    Definition Classes
    LogisticRegressionExpr → TreeNode
  11. def childrenResolved: Boolean

    Permalink
    Definition Classes
    Expression
  12. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. def collect[B](pf: PartialFunction[Expression, B]): Seq[B]

    Permalink
    Definition Classes
    TreeNode
  14. def collectFirst[B](pf: PartialFunction[Expression, B]): Option[B]

    Permalink
    Definition Classes
    TreeNode
  15. def collectLeaves(): Seq[Expression]

    Permalink
    Definition Classes
    TreeNode
  16. lazy val containsChild: Set[TreeNode[_]]

    Permalink
    Definition Classes
    TreeNode
  17. val covariates: Expression

    Permalink
  18. def dataType: DataType

    Permalink
    Definition Classes
    LogisticRegressionExpr → Expression
  19. def defineCodeGen(ctx: CodegenContext, ev: ExprCode, f: (String, String, String, String) ⇒ String): ExprCode

    Permalink

    Short hand for generating quaternary evaluation code.

    Short hand for generating quaternary evaluation code. If either of the sub-expressions is null, the result of this computation is assumed to be null.

    f

    accepts four variable names and returns Java code to compute the output.

    Attributes
    protected
    Definition Classes
    QuaternaryExpression
  20. lazy val deterministic: Boolean

    Permalink
    Definition Classes
    Expression
  21. def doGenCode(ctx: CodegenContext, ev: ExprCode): ExprCode

    Permalink
    Definition Classes
    LogisticRegressionExpr → Expression
  22. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. def eval(input: InternalRow): Any

    Permalink

    Default behavior of evaluation according to the default nullability of QuaternaryExpression.

    Default behavior of evaluation according to the default nullability of QuaternaryExpression. If subclass of QuaternaryExpression override nullable, probably should also override this.

    Definition Classes
    QuaternaryExpression → Expression
  24. def fastEquals(other: TreeNode[_]): Boolean

    Permalink
    Definition Classes
    TreeNode
  25. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  26. def find(f: (Expression) ⇒ Boolean): Option[Expression]

    Permalink
    Definition Classes
    TreeNode
  27. def flatArguments: Iterator[Any]

    Permalink
    Attributes
    protected
    Definition Classes
    Expression
  28. def flatMap[A](f: (Expression) ⇒ TraversableOnce[A]): Seq[A]

    Permalink
    Definition Classes
    TreeNode
  29. def foldable: Boolean

    Permalink
    Definition Classes
    QuaternaryExpression → Expression
  30. def foreach(f: (Expression) ⇒ Unit): Unit

    Permalink
    Definition Classes
    TreeNode
  31. def foreachUp(f: (Expression) ⇒ Unit): Unit

    Permalink
    Definition Classes
    TreeNode
  32. def genCode(ctx: CodegenContext): ExprCode

    Permalink
    Definition Classes
    Expression
  33. def generateTreeString(depth: Int, lastChildren: Seq[Boolean], builder: StringBuilder, verbose: Boolean, prefix: String, addSuffix: Boolean): StringBuilder

    Permalink
    Definition Classes
    TreeNode
  34. val genotypes: Expression

    Permalink
  35. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  36. def hashCode(): Int

    Permalink
    Definition Classes
    TreeNode → AnyRef → Any
  37. def innerChildren: Seq[TreeNode[_]]

    Permalink
    Attributes
    protected
    Definition Classes
    TreeNode
  38. def inputTypes: Seq[DataType]

    Permalink
    Definition Classes
    LogisticRegressionExpr → ExpectsInputTypes
  39. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  40. def jsonFields: List[JField]

    Permalink
    Attributes
    protected
    Definition Classes
    TreeNode
  41. def makeCopy(newArgs: Array[AnyRef]): Expression

    Permalink
    Definition Classes
    TreeNode
  42. def map[A](f: (Expression) ⇒ A): Seq[A]

    Permalink
    Definition Classes
    TreeNode
  43. def mapChildren(f: (Expression) ⇒ Expression): Expression

    Permalink
    Definition Classes
    TreeNode
  44. def mapProductIterator[B](f: (Any) ⇒ B)(implicit arg0: ClassTag[B]): Array[B]

    Permalink
    Attributes
    protected
    Definition Classes
    TreeNode
  45. lazy val matrixUDT: MatrixUDT

    Permalink
  46. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  47. def nodeName: String

    Permalink
    Definition Classes
    TreeNode
  48. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  49. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  50. def nullSafeCodeGen(ctx: CodegenContext, ev: ExprCode, f: (String, String, String, String) ⇒ String): ExprCode

    Permalink

    Short hand for generating quaternary evaluation code.

    Short hand for generating quaternary evaluation code. If either of the sub-expressions is null, the result of this computation is assumed to be null.

    f

    function that accepts the 4 non-null evaluation result names of children and returns Java code to compute the output.

    Attributes
    protected
    Definition Classes
    QuaternaryExpression
  51. def nullSafeEval(genotypes: Any, phenotypes: Any, covariates: Any, test: Any): Any

    Permalink

    Called by default eval implementation.

    Called by default eval implementation. If subclass of QuaternaryExpression keep the default nullability, they can override this method to save null-check code. If we need full control of evaluation process, we should override eval.

    Attributes
    protected
    Definition Classes
    LogisticRegressionExprQuaternaryExpression
  52. def nullable: Boolean

    Permalink
    Definition Classes
    QuaternaryExpression → Expression
  53. def numberedTreeString: String

    Permalink
    Definition Classes
    TreeNode
  54. val origin: Origin

    Permalink
    Definition Classes
    TreeNode
  55. def otherCopyArgs: Seq[AnyRef]

    Permalink
    Attributes
    protected
    Definition Classes
    TreeNode
  56. def p(number: Int): Expression

    Permalink
    Definition Classes
    TreeNode
  57. val phenotypes: Expression

    Permalink
  58. def prettyJson: String

    Permalink
    Definition Classes
    TreeNode
  59. def prettyName: String

    Permalink
    Definition Classes
    LogisticRegressionExpr → Expression
  60. def references: AttributeSet

    Permalink
    Definition Classes
    Expression
  61. lazy val resolved: Boolean

    Permalink
    Definition Classes
    Expression
  62. def semanticEquals(other: Expression): Boolean

    Permalink
    Definition Classes
    Expression
  63. def semanticHash(): Int

    Permalink
    Definition Classes
    Expression
  64. def simpleString: String

    Permalink
    Definition Classes
    Expression → TreeNode
  65. def sql: String

    Permalink
    Definition Classes
    Expression
  66. def stringArgs: Iterator[Any]

    Permalink
    Attributes
    protected
    Definition Classes
    TreeNode
  67. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  68. val test: Expression

    Permalink
  69. lazy val testStr: String

    Permalink
  70. def toJSON: String

    Permalink
    Definition Classes
    TreeNode
  71. def toString(): String

    Permalink
    Definition Classes
    Expression → TreeNode → AnyRef → Any
  72. def transform(rule: PartialFunction[Expression, Expression]): Expression

    Permalink
    Definition Classes
    TreeNode
  73. def transformDown(rule: PartialFunction[Expression, Expression]): Expression

    Permalink
    Definition Classes
    TreeNode
  74. def transformUp(rule: PartialFunction[Expression, Expression]): Expression

    Permalink
    Definition Classes
    TreeNode
  75. def treeString(verbose: Boolean, addSuffix: Boolean): String

    Permalink
    Definition Classes
    TreeNode
  76. def treeString: String

    Permalink
    Definition Classes
    TreeNode
  77. final def verboseString: String

    Permalink
    Definition Classes
    Expression → TreeNode
  78. def verboseStringWithSuffix: String

    Permalink
    Definition Classes
    TreeNode
  79. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  80. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  81. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  82. def withNewChildren(newChildren: Seq[Expression]): Expression

    Permalink
    Definition Classes
    TreeNode

Inherited from Serializable

Inherited from Serializable

Inherited from ImplicitCastInputTypes

Inherited from ExpectsInputTypes

Inherited from QuaternaryExpression

Inherited from Expression

Inherited from TreeNode[Expression]

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped