Class

com.intel.analytics.zoo.feature.text

TextTransformer

Related Doc: package text

Permalink

abstract class TextTransformer extends Preprocessing[TextFeature, TextFeature]

Base class of Transformers that transform TextFeature.

Linear Supertypes
Preprocessing[TextFeature, TextFeature], Transformer[TextFeature, TextFeature], Serializable, Serializable, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TextTransformer
  2. Preprocessing
  3. Transformer
  4. Serializable
  5. Serializable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TextTransformer()

    Permalink

Abstract Value Members

  1. abstract def transform(feature: TextFeature): TextFeature

    Permalink

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def ->(other: TextTransformer): Preprocessing[TextFeature, TextFeature]

    Permalink
  4. def ->[C](other: Preprocessing[TextFeature, C]): Preprocessing[TextFeature, C]

    Permalink
    Definition Classes
    Preprocessing
  5. def ->[C](other: Transformer[TextFeature, C]): Transformer[TextFeature, C]

    Permalink
    Definition Classes
    Transformer
  6. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  7. def apply(prev: Iterator[TextFeature]): Iterator[TextFeature]

    Permalink
    Definition Classes
    TextTransformer → Transformer
  8. def apply(textSet: TextSet): TextSet

    Permalink
    Definition Classes
    Preprocessing
  9. def apply(imageSet: ImageSet): ImageSet

    Permalink
    Definition Classes
    Preprocessing
  10. def apply(dataset: RDD[TextFeature])(implicit evidence: ClassTag[TextFeature]): RDD[TextFeature]

    Permalink
    Definition Classes
    Transformer
  11. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. def clonePreprocessing(): Preprocessing[TextFeature, TextFeature]

    Permalink
    Definition Classes
    Preprocessing
  14. def cloneTransformer(): Transformer[TextFeature, TextFeature]

    Permalink
    Definition Classes
    Transformer
  15. final def eq(arg0: AnyRef): Boolean

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  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 def wait(): Unit

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

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

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

Inherited from Transformer[TextFeature, TextFeature]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped