Packages

object SimpleLogisticRegression

The SimpleLogisticRegression companion object provides factory methods.

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

Value Members

  1. def apply(x1: VectorD, y: VectorI, fn: Strings = Array ("one", "x1"), cn: Strings = null): SimpleLogisticRegression

    Create a SimpleLogisticRegression object.

    Create a SimpleLogisticRegression object.

    x1

    the vector of values for the predictor

    y

    the binary response vector, y_i in {0, 1}

    fn

    the names for all factors

    cn

    the names for both classes