Object/Trait

com.salesforce.op.stages.impl.selector

ProblemType

Related Docs: trait ProblemType | package selector

Permalink

object ProblemType extends Enum[ProblemType] with Serializable

Linear Supertypes
Serializable, Serializable, Enum[ProblemType], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ProblemType
  2. Serializable
  3. Serializable
  4. Enum
  5. AnyRef
  6. 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. object BinaryClassification extends EnumEntry with ProblemType with Product with Serializable

    Permalink
  5. object MultiClassification extends EnumEntry with ProblemType with Product with Serializable

    Permalink
  6. object Regression extends EnumEntry with ProblemType with Product with Serializable

    Permalink
  7. object Unknown extends EnumEntry with ProblemType with Product with Serializable

    Permalink
  8. final def asInstanceOf[T0]: T0

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

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. macro def findValues: Seq[ProblemType]

    Permalink
    Attributes
    protected
    Definition Classes
    Enum
  14. def fromEvalMetrics(eval: EvaluationMetrics): ProblemType

    Permalink
  15. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  17. def indexOf(member: ProblemType): Int

    Permalink
    Definition Classes
    Enum
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. final lazy val lowerCaseNamesToValuesMap: Map[String, ProblemType]

    Permalink
    Definition Classes
    Enum
  20. final lazy val namesToValuesMap: Map[String, ProblemType]

    Permalink
    Definition Classes
    Enum
  21. final def ne(arg0: AnyRef): Boolean

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  26. final lazy val upperCaseNameValuesToMap: Map[String, ProblemType]

    Permalink
    Definition Classes
    Enum
  27. val values: Seq[ProblemType]

    Permalink
    Definition Classes
    ProblemType → Enum
  28. final lazy val valuesToIndex: Map[ProblemType, Int]

    Permalink
    Definition Classes
    Enum
  29. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. def withName(name: String): ProblemType

    Permalink
    Definition Classes
    Enum
  33. def withNameInsensitive(name: String): ProblemType

    Permalink
    Definition Classes
    Enum
  34. def withNameInsensitiveOption(name: String): Option[ProblemType]

    Permalink
    Definition Classes
    Enum
  35. def withNameLowercaseOnly(name: String): ProblemType

    Permalink
    Definition Classes
    Enum
  36. def withNameLowercaseOnlyOption(name: String): Option[ProblemType]

    Permalink
    Definition Classes
    Enum
  37. def withNameOption(name: String): Option[ProblemType]

    Permalink
    Definition Classes
    Enum
  38. def withNameUppercaseOnly(name: String): ProblemType

    Permalink
    Definition Classes
    Enum
  39. def withNameUppercaseOnlyOption(name: String): Option[ProblemType]

    Permalink
    Definition Classes
    Enum

Inherited from Serializable

Inherited from Serializable

Inherited from Enum[ProblemType]

Inherited from AnyRef

Inherited from Any

Ungrouped