Package | Description |
---|---|
jsat.text |
Modifier and Type | Class and Description |
---|---|
class |
BasicTextVectorCreator
Creates new text vectors from a dictionary of known tokens and a word
weighting scheme.
|
class |
ClassificationHashedTextDataLoader
This class provides a framework for loading classification datasets made of
text documents as hashed feature vectors.
|
class |
ClassificationTextDataLoader
This class provides a framework for loading classification datasets made of
text documents as vectors.
|
class |
HashedTextDataLoader
This class provides a framework for loading datasets made of Text documents
as hashed feature vectors.
|
class |
HashedTextVectorCreator
Hashed Text Vector Creator exists to convert a text string into a
Vec using feature hashing. |
class |
TextDataLoader
This class provides a framework for loading datasets made of Text documents
as vectors.
|
Modifier and Type | Method and Description |
---|---|
TextVectorCreator |
TextDataLoader.getTextVectorCreator()
Returns the
TextVectorCreator used by this data loader to convert
documents into vectors. |
TextVectorCreator |
HashedTextDataLoader.getTextVectorCreator()
Returns the
TextVectorCreator used by this data loader to convert
documents into vectors. |
Copyright © 2017. All rights reserved.