Packages

trait SymmetricDeleteParams extends Params

Linear Supertypes
Params, Serializable, Serializable, Identifiable, AnyRef, Any
Ordering
  1. Grouped
  2. Alphabetic
  3. By Inheritance
Inherited
  1. SymmetricDeleteParams
  2. Params
  3. Serializable
  4. Serializable
  5. Identifiable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def copy(extra: ParamMap): Params
    Definition Classes
    Params
  2. abstract val uid: String
    Definition Classes
    Identifiable

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def $[T](param: Param[T]): T
    Attributes
    protected
    Definition Classes
    Params
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. final def clear(param: Param[_]): SymmetricDeleteParams.this.type
    Definition Classes
    Params
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  8. def copyValues[T <: Params](to: T, extra: ParamMap): T
    Attributes
    protected
    Definition Classes
    Params
  9. final def defaultCopy[T <: Params](extra: ParamMap): T
    Attributes
    protected
    Definition Classes
    Params
  10. val deletesThreshold: IntParam

    Minimum frequency of corrections a word needs to have to be considered from training.

    Minimum frequency of corrections a word needs to have to be considered from training. Increase if training set is LARGE (Default: 0).

  11. val dupsLimit: IntParam

    Maximum duplicate of characters in a word to consider (Default: 2).

  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. def explainParam(param: Param[_]): String
    Definition Classes
    Params
  15. def explainParams(): String
    Definition Classes
    Params
  16. final def extractParamMap(): ParamMap
    Definition Classes
    Params
  17. final def extractParamMap(extra: ParamMap): ParamMap
    Definition Classes
    Params
  18. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. val frequencyThreshold: IntParam

    Minimum frequency of words to be considered from training.

    Minimum frequency of words to be considered from training. Increase if training set is LARGE (Default: 0).

  20. final def get[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  21. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. final def getDefault[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  23. def getDeletesThreshold: Int

    Minimum frequency of corrections a word needs to have to be considered from training.

    Minimum frequency of corrections a word needs to have to be considered from training. Increase if training set is LARGE (Default: 0).

  24. def getDupsLimit: Int

    Maximum duplicate of characters in a word to consider (Default: 2).

  25. def getFrequencyThreshold: Int

    Minimum frequency of words to be considered from training.

    Minimum frequency of words to be considered from training. Increase if training set is LARGE (Default: 0).

  26. def getMaxEditDistance: Int

    Max edit distance characters to derive strings from a word

  27. final def getOrDefault[T](param: Param[T]): T
    Definition Classes
    Params
  28. def getParam(paramName: String): Param[Any]
    Definition Classes
    Params
  29. final def hasDefault[T](param: Param[T]): Boolean
    Definition Classes
    Params
  30. def hasParam(paramName: String): Boolean
    Definition Classes
    Params
  31. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  32. final def isDefined(param: Param[_]): Boolean
    Definition Classes
    Params
  33. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  34. final def isSet(param: Param[_]): Boolean
    Definition Classes
    Params
  35. val longestWordLength: IntParam

    Length of longest word in corpus

  36. val maxEditDistance: IntParam

    Max edit distance characters to derive strings from a word (Default: 3)

  37. val maxFrequency: LongParam

    Maximum frequency of a word in the corpus

  38. val minFrequency: LongParam

    Minimum frequency of a word in the corpus

  39. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  40. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  41. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  42. lazy val params: Array[Param[_]]
    Definition Classes
    Params
  43. final def set(paramPair: ParamPair[_]): SymmetricDeleteParams.this.type
    Attributes
    protected
    Definition Classes
    Params
  44. final def set(param: String, value: Any): SymmetricDeleteParams.this.type
    Attributes
    protected
    Definition Classes
    Params
  45. final def set[T](param: Param[T], value: T): SymmetricDeleteParams.this.type
    Definition Classes
    Params
  46. final def setDefault(paramPairs: ParamPair[_]*): SymmetricDeleteParams.this.type
    Attributes
    protected
    Definition Classes
    Params
  47. final def setDefault[T](param: Param[T], value: T): SymmetricDeleteParams.this.type
    Attributes
    protected[org.apache.spark.ml]
    Definition Classes
    Params
  48. def setDeletesThreshold(value: Int): SymmetricDeleteParams.this.type

    Minimum frequency of corrections a word needs to have to be considered from training.

    Minimum frequency of corrections a word needs to have to be considered from training. Increase if training set is LARGE (Default: 0).

  49. def setDupsLimit(value: Int): SymmetricDeleteParams.this.type

    Maximum duplicate of characters in a word to consider (Default: 2)

  50. def setFrequencyThreshold(value: Int): SymmetricDeleteParams.this.type

    Minimum frequency of words to be considered from training.

    Minimum frequency of words to be considered from training. Increase if training set is LARGE (Default: 0)

  51. def setLongestWordLength(value: Int): SymmetricDeleteParams.this.type

    Length of longest word in corpus

  52. def setMaxEditDistance(value: Int): SymmetricDeleteParams.this.type

    Max edit distance characters to derive strings from a word

  53. def setMaxFrequency(value: Long): SymmetricDeleteParams.this.type

    Maximum frequency of a word in the corpus

  54. def setMinFrequency(value: Long): SymmetricDeleteParams.this.type

    Minimum frequency of a word in the corpus

  55. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  56. def toString(): String
    Definition Classes
    Identifiable → AnyRef → Any
  57. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  58. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  59. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Params

Inherited from Serializable

Inherited from Serializable

Inherited from Identifiable

Inherited from AnyRef

Inherited from Any

Parameters

A list of (hyper-)parameter keys this annotator can take. Users can set and get the parameter values through setters and getters, respectively.

Members

Parameter setters

Parameter getters