GeneralRegressionAttributes

class GeneralRegressionAttributes(val functionName: MiningFunction, val modelType: GeneralModelType, val targetVariableName: Option[String], val targetReferenceCategory: Option[String], val cumulativeLink: Option[CumulativeLinkFunction], val linkFunction: Option[LinkFunction], val linkParameter: Option[Double], val trialsVariable: Option[Field], val trialsValue: Option[Int], val distribution: Option[Distribution], val distParameter: Option[Double], val offsetVariable: Option[Field], val offsetValue: Option[Double], val modelDF: Option[Double], val endTimeVariable: Option[Field], val startTimeVariable: Option[Field], val subjectIDVariable: Option[Field], val statusVariable: Option[Field], val baselineStrataVariable: Option[Field], val modelName: Option[String], val algorithmName: Option[String], val isScorable: Boolean) extends ModelAttributes with HasGeneralRegressionAttributes
trait Serializable
class Object
trait Matchable
class Any

Value members

Inherited methods

def isAssociationRules: Boolean

Tests if this is a association rules model.

Tests if this is a association rules model.

Inherited from:
HasModelAttributes
def isClassification: Boolean

Tests if this is a classification model.

Tests if this is a classification model.

Inherited from:
HasModelAttributes
def isClustering: Boolean

Tests if this is a clustering model.

Tests if this is a clustering model.

Inherited from:
HasModelAttributes
def isMixed: Boolean

Tests if this is a mixed model.

Tests if this is a mixed model.

Inherited from:
HasModelAttributes
def isRegression: Boolean

Tests if this is a regression model.

Tests if this is a regression model.

Inherited from:
HasModelAttributes
def isSequences: Boolean

Tests if this is a sequences model.

Tests if this is a sequences model.

Inherited from:
HasModelAttributes
def isTimeSeries: Boolean

Tests if this is a time series model.

Tests if this is a time series model.

Inherited from:
HasModelAttributes

Concrete fields

override val algorithmName: Option[String]
val distParameter: Option[Double]
val endTimeVariable: Option[Field]
override val isScorable: Boolean
val linkParameter: Option[Double]
val modelDF: Option[Double]
override val modelName: Option[String]
val offsetValue: Option[Double]
val offsetVariable: Option[Field]
val statusVariable: Option[Field]
val targetReferenceCategory: Option[String]
val targetVariableName: Option[String]
val trialsValue: Option[Int]
val trialsVariable: Option[Field]