HasWrappedScorecardAttributes

class Object
trait Matchable
class Any
class Scorecard

Value members

Abstract methods

Concrete methods

def baselineScore: Option[Double]
def initialScore: Double
def useReasonCodes: Boolean

Inherited methods

def algorithmName: Option[String]
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 isScorable: Boolean
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
def modelName: Option[String]