Object/Trait

org.pmml4s.model

ModelElement

Related Docs: trait ModelElement | package model

Permalink

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. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val ANOMALY_DETECTION_MODEL: AnomalyDetectionModel.type

    Permalink
  5. val ASSOCIATION_MODEL: AssociationModel.type

    Permalink
  6. object AnomalyDetectionModel extends ModelElement with Product with Serializable

    Permalink
  7. object AssociationModel extends ModelElement with Product with Serializable

    Permalink
  8. val BASELINE_MODEL: BaselineModel.type

    Permalink
  9. val BAYESIAN_NETWORK_MODEL: BayesianNetworkModel.type

    Permalink
  10. object BaselineModel extends ModelElement with Product with Serializable

    Permalink
  11. object BayesianNetworkModel extends ModelElement with Product with Serializable

    Permalink
  12. val CLUSTERING_MODEL: ClusteringModel.type

    Permalink
  13. object ClusteringModel extends ModelElement with Product with Serializable

    Permalink
  14. val DATA_MODEL: DataModel.type

    Permalink

    Defines const variables could be used in Java.

    Defines const variables could be used in Java. Use Object.XXX() instead of Object.xxx$.MODULE$

  15. val DECISION_TREE: DecisionTree.type

    Permalink
  16. object DataModel extends ModelElement with Product with Serializable

    Permalink
  17. object DecisionTree extends ModelElement with Product with Serializable

    Permalink
  18. val GAUSSIAN_PROCESS_MODEL: GaussianProcessModel.type

    Permalink
  19. val GENERAL_REGRESSION_MODEL: GeneralRegressionModel.type

    Permalink
  20. object GaussianProcessModel extends ModelElement with Product with Serializable

    Permalink
  21. object GeneralRegressionModel extends ModelElement with Product with Serializable

    Permalink
  22. val MINING_MODEL: MiningModel.type

    Permalink
  23. object MiningModel extends ModelElement with Product with Serializable

    Permalink
  24. val NAIVE_BAYES_MODEL: NaiveBayesModel.type

    Permalink
  25. val NEAREST_NEIGHBOR_MODEL: NearestNeighborModel.type

    Permalink
  26. val NEURAL_NETWORK: NeuralNetwork.type

    Permalink
  27. object NaiveBayesModel extends ModelElement with Product with Serializable

    Permalink
  28. object NearestNeighborModel extends ModelElement with Product with Serializable

    Permalink
  29. object NeuralNetwork extends ModelElement with Product with Serializable

    Permalink
  30. val REGRESSION: Regression.type

    Permalink
  31. val REGRESSION_MODEL: RegressionModel.type

    Permalink
  32. val RULE_SET_MODEL: RuleSetModel.type

    Permalink
  33. object Regression extends ModelElement with Product with Serializable

    Permalink
  34. object RegressionModel extends ModelElement with Product with Serializable

    Permalink
  35. object RuleSetModel extends ModelElement with Product with Serializable

    Permalink
  36. val SCORECARD: Scorecard.type

    Permalink
  37. val SEQUENCE_MODEL: SequenceModel.type

    Permalink
  38. val SUPPORT_VECTOR_MACHINE_MODEL: SupportVectorMachineModel.type

    Permalink
  39. object Scorecard extends ModelElement with Product with Serializable

    Permalink
  40. object SequenceModel extends ModelElement with Product with Serializable

    Permalink
  41. object SupportVectorMachineModel extends ModelElement with Product with Serializable

    Permalink
  42. val TEXT_MODEL: TextModel.type

    Permalink
  43. val TIME_SERIES_MODEL: TimeSeriesModel.type

    Permalink
  44. val TRANSFORMATION_MODEL: TransformationModel.type

    Permalink
  45. val TREE_MODEL: TreeModel.type

    Permalink
  46. object TextModel extends ModelElement with Product with Serializable

    Permalink
  47. object TimeSeriesModel extends ModelElement with Product with Serializable

    Permalink
  48. object TransformationModel extends ModelElement with Product with Serializable

    Permalink
  49. object TreeModel extends ModelElement with Product with Serializable

    Permalink
  50. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  51. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  53. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  54. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  55. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  56. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  57. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  58. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  59. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  60. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  61. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  62. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  63. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  64. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  65. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped