SimpleLogisticRegression

scalation.modeling.classifying.SimpleLogisticRegression
See theSimpleLogisticRegression companion class

The SimpleLogisticRegression companion object provides factory methods.

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply(x1: VectorD, y: VectorI, fname: Array[String], cname: Array[String]): SimpleLogisticRegression

Create a SimpleLogisticRegression object.

Create a SimpleLogisticRegression object.

Value parameters

cname

the names for both classes

fname

the names for all features/variable

x1

the vector of values for the predictor

y

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

Attributes

def help: String

Return the help string describing the Quality of Fit (QoF) measues.

Return the help string describing the Quality of Fit (QoF) measues.

Attributes