Object/Class

com.intel.analytics.zoo.feature.text

TextFeature

Related Docs: class TextFeature | package text

Permalink

object TextFeature extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TextFeature
  2. Serializable
  3. Serializable
  4. AnyRef
  5. 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. def apply(text: String, label: Int, uri: String): TextFeature

    Permalink

    Create a TextFeature with label and uri.

    Create a TextFeature with label and uri. It is recommended that label starts from 0.

  5. def apply(text: String, label: Int): TextFeature

    Permalink

    Create a TextFeature with label.

    Create a TextFeature with label. It is recommended that label starts from 0.

  6. def apply(text: String, uri: String = null): TextFeature

    Permalink

    Create a TextFeature without label.

  7. final def asInstanceOf[T0]: T0

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  14. val indexedTokens: String

    Permalink

    Key for the indices corresponding to the tokens after performing word2idx.

    Key for the indices corresponding to the tokens after performing word2idx. Value should be an array of Float.

  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. val label: String

    Permalink

    Key for the label for the original text content.

    Key for the label for the original text content. Value should be an integer.

  17. val logger: Logger

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

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

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

    Permalink
    Definition Classes
    AnyRef
  21. val predict: String

    Permalink

    Key for the text prediction result.

    Key for the text prediction result. Value should be a BigDL Tensor.

  22. val sample: String

    Permalink

    Key for the sample (feature and label if any).

    Key for the sample (feature and label if any). Value should be a BigDL Sample[Float].

  23. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  24. val text: String

    Permalink

    Key for the original text content.

    Key for the original text content. Value should be a String.

  25. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  26. val tokens: String

    Permalink

    Key for the tokens after doing tokenization (or other token-based transformation such as normalization) on the original text.

    Key for the tokens after doing tokenization (or other token-based transformation such as normalization) on the original text. Value should be an array of String.

  27. val uri: String

    Permalink

    Key for the identifier of the TextFeature.

    Key for the identifier of the TextFeature. It can be the id of the text in your corpus or the uri of the file. Value should be a String.

  28. final def wait(): Unit

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

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

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

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped