com
.
intel
.
analytics
.
zoo
.
feature
.
text
TextTransformer
Related Doc:
package text
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
Normalizer
,
SequenceShaper
,
TextFeatureToSample
,
Tokenizer
,
WordIndexer
Ordering
Alphabetic
By Inheritance
Inherited
TextTransformer
Preprocessing
Transformer
Serializable
Serializable
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
TextTransformer
()
Abstract Value Members
abstract
def
transform
(
feature:
TextFeature
)
:
TextFeature
Concrete Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
def
->
(
other:
TextTransformer
)
:
Preprocessing
[
TextFeature
,
TextFeature
]
def
->
[
C
]
(
other:
Preprocessing
[
TextFeature
,
C
]
)
:
Preprocessing
[
TextFeature
,
C
]
Definition Classes
Preprocessing
def
->
[
C
]
(
other:
Transformer
[
TextFeature
,
C
]
)
:
Transformer
[
TextFeature
,
C
]
Definition Classes
Transformer
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
apply
(
prev:
Iterator
[
TextFeature
]
)
:
Iterator
[
TextFeature
]
Definition Classes
TextTransformer
→ Transformer
def
apply
(
textSet:
TextSet
)
:
TextSet
Definition Classes
Preprocessing
def
apply
(
imageSet:
ImageSet
)
:
ImageSet
Definition Classes
Preprocessing
def
apply
(
dataset:
RDD
[
TextFeature
]
)
(
implicit
evidence:
ClassTag
[
TextFeature
]
)
:
RDD
[
TextFeature
]
Definition Classes
Transformer
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
clonePreprocessing
()
:
Preprocessing
[
TextFeature
,
TextFeature
]
Definition Classes
Preprocessing
def
cloneTransformer
()
:
Transformer
[
TextFeature
,
TextFeature
]
Definition Classes
Transformer
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
Inherited from
Preprocessing
[
TextFeature
,
TextFeature
]
Inherited from
Transformer
[
TextFeature
,
TextFeature
]
Inherited from
Serializable
Inherited from
Serializable
Inherited from
AnyRef
Inherited from
Any
Ungrouped
Base class of Transformers that transform TextFeature.