Packages

class AnnotatorParam[A <: WritableAnnotatorComponent, B <: SerializedAnnotatorComponent[_ <: A]] extends Param[A]

Structure to guideline a writable non-standard PARAM for any annotator Uses json4s jackson for serialization

A

Any kind of Writable annotator component (usually a model approach)

B

Any kind of serialized figure, of writable type

Linear Supertypes
Param[A], Serializable, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AnnotatorParam
  2. Param
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new AnnotatorParam(identifiable: Identifiable, name: String, description: String)(implicit m: Manifest[B])

    identifiable

    Required for uid generation and storage as ML Params

    name

    name of this Param, just like Param

    description

    description of this Param, just like Param

    m

    Implicit manifest constructor representation

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def ->(value: A): ParamPair[A]
    Definition Classes
    Param
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  7. val doc: String
    Definition Classes
    Param
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. final def equals(obj: Any): Boolean
    Definition Classes
    Param → AnyRef → Any
  10. implicit val formats: SerializableFormat.type
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  12. final def hashCode(): Int
    Definition Classes
    Param → AnyRef → Any
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. val isValid: (A) => Boolean
    Definition Classes
    Param
  15. def jsonDecode(json: String): A
    Definition Classes
    AnnotatorParam → Param
  16. def jsonEncode(value: A): String
    Definition Classes
    AnnotatorParam → Param
  17. val name: String
    Definition Classes
    Param
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  21. val parent: String
    Definition Classes
    Param
  22. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  23. final def toString(): String
    Definition Classes
    Param → AnyRef → Any
  24. def w(value: A): ParamPair[A]
    Definition Classes
    Param
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. object SerializableFormat extends Formats with Serializable

    Workaround json4s issue of DefaultFormats not being Serializable in provided release

Deprecated Value Members

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

    (Since version 9)

Inherited from Param[A]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped