HasNeuralNetworkAttributes

class Object
trait Matchable
class Any

Value members

Abstract methods

def altitude: Double
def numberOfLayers: Option[Int]
def threshold: Double
def width: Option[Double]

Inherited methods

def algorithmName: Option[String]

The algorithm name is free-type and can be any description for the specific algorithm that produced the model. This attribute is for information only.

The algorithm name is free-type and can be any description for the specific algorithm that produced the model. This attribute is for information only.

Inherited from:
HasModelAttributes

Describe the kind of mining model, e.g., whether it is intended to be used for clustering or for classification.

Describe the kind of mining model, e.g., whether it is intended to be used for clustering or for classification.

Inherited from:
HasModelAttributes
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

Indicates if the model is valid for scoring. If this attribute is true or if it is missing, then the model should be processed normally. However, if the attribute is false, then the model producer has indicated that this model is intended for information purposes only and should not be used to generate results.

Indicates if the model is valid for scoring. If this attribute is true or if it is missing, then the model should be processed normally. However, if the attribute is false, then the model producer has indicated that this model is intended for information purposes only and should not be used to generate results.

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

Identifies the model with a unique name in the context of the PMML file. This attribute is not required. Consumers of PMML models are free to manage the names of the models at their discretion.

Identifies the model with a unique name in the context of the PMML file. This attribute is not required. Consumers of PMML models are free to manage the names of the models at their discretion.

Inherited from:
HasModelAttributes