AssociationAttributes

class AssociationAttributes(val numberOfTransactions: Int, val minimumSupport: Double, val minimumConfidence: Double, val numberOfItems: Int, val numberOfItemsets: Int, val numberOfRules: Int, val maxNumberOfItemsPerTA: Option[Int], val avgNumberOfItemsPerTA: Option[Double], val lengthLimit: Option[Int], val functionName: MiningFunction, val modelName: Option[String], val algorithmName: Option[String], val isScorable: Boolean) extends ModelAttributes with HasAssociationAttributes
trait Serializable
class Object
trait Matchable
class Any

Value members

Constructors

def this(attributes: ModelAttributes, numberOfTransactions: Int, minimumSupport: Double, minimumConfidence: Double, numberOfItems: Int, numberOfItemsets: Int, numberOfRules: Int, maxNumberOfItemsPerTA: Option[Int], avgNumberOfItemsPerTA: Option[Double], lengthLimit: Option[Int])

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 avgNumberOfItemsPerTA: Option[Double]
override val isScorable: Boolean
val lengthLimit: Option[Int]
val maxNumberOfItemsPerTA: Option[Int]
val minimumConfidence: Double
val minimumSupport: Double
override val modelName: Option[String]
val numberOfItems: Int
val numberOfRules: Int