Class/Object

org.pmml4s.transformations

TextIndex

Related Docs: object TextIndex | package transformations

Permalink

class TextIndex extends NumericFieldExpression

The TextIndex element fully configures how the text in textField should be processed and translated into a frequency metric for a particular term of interest. The actual frequency metric to be returned is defined through the localTermWeights attribute.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TextIndex
  2. NumericFieldExpression
  3. FieldExpression
  4. UnaryExpression
  5. Expression
  6. Evaluator
  7. PmmlElement
  8. Serializable
  9. Serializable
  10. HasExtensions
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TextIndex(field: Field, expression: Expression, textIndexNormalizations: Array[TextIndexNormalization] = Array.empty, localTermWeights: LocalTermWeights = LocalTermWeights.termFrequency, isCaseSensitive: Boolean = false, maxLevenshteinDistance: Int = 0, countHits: CountHits = CountHits.allHits, wordSeparatorCharacterRE: String = "\\s+", tokenize: Boolean = true)

    Permalink

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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def categories: Array[Any]

    Permalink
    Definition Classes
    Expression
  6. def child: FieldRef

    Permalink
    Definition Classes
    FieldExpressionUnaryExpression
  7. final def children: Array[Expression]

    Permalink
    Definition Classes
    UnaryExpressionExpression
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  9. val countHits: CountHits

    Permalink
  10. def deeval(value: Any): Any

    Permalink
    Definition Classes
    Expression
  11. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  13. def eval(series: Series): Double

    Permalink

    Returns the result of evaluating this expression on a given input Series

    Returns the result of evaluating this expression on a given input Series

    Definition Classes
    TextIndexNumericFieldExpressionFieldExpressionExpressionEvaluator
  14. def eval(value: Any): Any

    Permalink
    Definition Classes
    Expression
  15. val expression: Expression

    Permalink
  16. def extensions: Seq[Extension]

    Permalink
    Definition Classes
    HasExtensions
  17. val field: Field

    Permalink
    Definition Classes
    TextIndexFieldExpression
  18. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  19. def getDataField: Option[Field]

    Permalink
    Definition Classes
    FieldExpressionExpression
  20. def hasExtensions: Boolean

    Permalink
    Definition Classes
    HasExtensions
  21. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  22. val isCaseSensitive: Boolean

    Permalink
  23. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  24. val localTermWeights: LocalTermWeights

    Permalink
  25. val maxLevenshteinDistance: Int

    Permalink
  26. final def ne(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  28. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  30. val textIndexNormalizations: Array[TextIndexNormalization]

    Permalink
  31. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  32. val tokenize: Boolean

    Permalink
  33. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. val wordSeparatorCharacterRE: String

    Permalink

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from NumericFieldExpression

Inherited from FieldExpression

Inherited from UnaryExpression

Inherited from Expression

Inherited from Evaluator

Inherited from PmmlElement

Inherited from Serializable

Inherited from Serializable

Inherited from HasExtensions

Inherited from AnyRef

Inherited from Any

Ungrouped