Packages

object ModelElement

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ModelElement
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val ANOMALY_DETECTION_MODEL: AnomalyDetectionModel.type
  5. val ASSOCIATION_MODEL: AssociationModel.type
  6. val BASELINE_MODEL: BaselineModel.type
  7. val BAYESIAN_NETWORK_MODEL: BayesianNetworkModel.type
  8. val CLUSTERING_MODEL: ClusteringModel.type
  9. 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$

  10. val DECISION_TREE: DecisionTree.type
  11. val GAUSSIAN_PROCESS_MODEL: GaussianProcessModel.type
  12. val GENERAL_REGRESSION_MODEL: GeneralRegressionModel.type
  13. val MINING_MODEL: MiningModel.type
  14. val NAIVE_BAYES_MODEL: NaiveBayesModel.type
  15. val NEAREST_NEIGHBOR_MODEL: NearestNeighborModel.type
  16. val NEURAL_NETWORK: NeuralNetwork.type
  17. val REGRESSION: Regression.type
  18. val REGRESSION_MODEL: RegressionModel.type
  19. val RULE_SET_MODEL: RuleSetModel.type
  20. val SCORECARD: Scorecard.type
  21. val SEQUENCE_MODEL: SequenceModel.type
  22. val SUPPORT_VECTOR_MACHINE_MODEL: SupportVectorMachineModel.type
  23. val TEXT_MODEL: TextModel.type
  24. val TIME_SERIES_MODEL: TimeSeriesModel.type
  25. val TRANSFORMATION_MODEL: TransformationModel.type
  26. val TREE_MODEL: TreeModel.type
  27. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  28. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  29. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  31. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  32. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  33. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  34. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  35. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  36. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  37. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  38. def toString(): String
    Definition Classes
    AnyRef → Any
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. case object AnomalyDetectionModel extends ModelElement with Product with Serializable
  43. case object AssociationModel extends ModelElement with Product with Serializable
  44. case object BaselineModel extends ModelElement with Product with Serializable
  45. case object BayesianNetworkModel extends ModelElement with Product with Serializable
  46. case object ClusteringModel extends ModelElement with Product with Serializable
  47. case object DataModel extends ModelElement with Product with Serializable
  48. case object DecisionTree extends ModelElement with Product with Serializable
  49. case object GaussianProcessModel extends ModelElement with Product with Serializable
  50. case object GeneralRegressionModel extends ModelElement with Product with Serializable
  51. case object MiningModel extends ModelElement with Product with Serializable
  52. case object NaiveBayesModel extends ModelElement with Product with Serializable
  53. case object NearestNeighborModel extends ModelElement with Product with Serializable
  54. case object NeuralNetwork extends ModelElement with Product with Serializable
  55. case object Regression extends ModelElement with Product with Serializable
  56. case object RegressionModel extends ModelElement with Product with Serializable
  57. case object RuleSetModel extends ModelElement with Product with Serializable
  58. case object Scorecard extends ModelElement with Product with Serializable
  59. case object SequenceModel extends ModelElement with Product with Serializable
  60. case object SupportVectorMachineModel extends ModelElement with Product with Serializable
  61. case object TextModel extends ModelElement with Product with Serializable
  62. case object TimeSeriesModel extends ModelElement with Product with Serializable
  63. case object TransformationModel extends ModelElement with Product with Serializable
  64. case object TreeModel extends ModelElement with Product with Serializable

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped