object ModelElement
- Alphabetic
- By Inheritance
- ModelElement
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val ANOMALY_DETECTION_MODEL: AnomalyDetectionModel.type
- val ASSOCIATION_MODEL: AssociationModel.type
- val BASELINE_MODEL: BaselineModel.type
- val BAYESIAN_NETWORK_MODEL: BayesianNetworkModel.type
- val CLUSTERING_MODEL: ClusteringModel.type
- val DATA_MODEL: DataModel.type
Defines const variables could be used in Java.
Defines const variables could be used in Java. Use Object.XXX() instead of Object.xxx$.MODULE$
- val DECISION_TREE: DecisionTree.type
- val GAUSSIAN_PROCESS_MODEL: GaussianProcessModel.type
- val GENERAL_REGRESSION_MODEL: GeneralRegressionModel.type
- val MINING_MODEL: MiningModel.type
- val NAIVE_BAYES_MODEL: NaiveBayesModel.type
- val NEAREST_NEIGHBOR_MODEL: NearestNeighborModel.type
- val NEURAL_NETWORK: NeuralNetwork.type
- val REGRESSION: Regression.type
- val REGRESSION_MODEL: RegressionModel.type
- val RULE_SET_MODEL: RuleSetModel.type
- val SCORECARD: Scorecard.type
- val SEQUENCE_MODEL: SequenceModel.type
- val SUPPORT_VECTOR_MACHINE_MODEL: SupportVectorMachineModel.type
- val TEXT_MODEL: TextModel.type
- val TIME_SERIES_MODEL: TimeSeriesModel.type
- val TRANSFORMATION_MODEL: TransformationModel.type
- val TREE_MODEL: TreeModel.type
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- case object AnomalyDetectionModel extends ModelElement with Product with Serializable
- case object AssociationModel extends ModelElement with Product with Serializable
- case object BaselineModel extends ModelElement with Product with Serializable
- case object BayesianNetworkModel extends ModelElement with Product with Serializable
- case object ClusteringModel extends ModelElement with Product with Serializable
- case object DataModel extends ModelElement with Product with Serializable
- case object DecisionTree extends ModelElement with Product with Serializable
- case object GaussianProcessModel extends ModelElement with Product with Serializable
- case object GeneralRegressionModel extends ModelElement with Product with Serializable
- case object MiningModel extends ModelElement with Product with Serializable
- case object NaiveBayesModel extends ModelElement with Product with Serializable
- case object NearestNeighborModel extends ModelElement with Product with Serializable
- case object NeuralNetwork extends ModelElement with Product with Serializable
- case object Regression extends ModelElement with Product with Serializable
- case object RegressionModel extends ModelElement with Product with Serializable
- case object RuleSetModel extends ModelElement with Product with Serializable
- case object Scorecard extends ModelElement with Product with Serializable
- case object SequenceModel extends ModelElement with Product with Serializable
- case object SupportVectorMachineModel extends ModelElement with Product with Serializable
- case object TextModel extends ModelElement with Product with Serializable
- case object TimeSeriesModel extends ModelElement with Product with Serializable
- case object TransformationModel extends ModelElement with Product with Serializable
- case object TreeModel extends ModelElement with Product with Serializable
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated