Packages

object PoissonRegression

The PoissonRegression companion object provides factory functions.

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

Value Members

  1. def apply(x: MatriD, y: VectoI, fname: Strings, hparam: HyperParameter): PoissonRegression

    Create a PoissonRegression object given an integer response vector.

    Create a PoissonRegression object given an integer response vector.

    x

    the data matrix

    y

    the response vector as an integer vector

    fname

    the feature/variable names

    hparam

    the hyper-parameters (currently has none)

  2. def apply(xy: MatriD, fname: Strings = null, hparam: HyperParameter = null): PoissonRegression

    Create a PoissonRegression object from a combined data matrix.

    Create a PoissonRegression object from a combined data matrix.

    xy

    the combined data-response matrix

    fname

    the feature/variable names

    hparam

    the hyper-parameters (currently has none)

  3. val drp: (Null, Null)