| Class | Description |
|---|---|
| Dl4jMlpFilter |
Weka filter that uses a neural network trained via
Dl4jMlpClassifier as feature
transformation. |
| Dl4jStringToGlove |
An attribute filter that calculates word embeddings on a String
attribute using the Glove implementation provided by DeepLearning4j.
|
| Dl4jStringToWord2Vec |
An attribute filter that calculates word embeddings on a String
attribute using the Word2vec implementation provided by DeepLearning4j.
|
| Dl4jStringToWordEmbeddings |
An abstract attribute filter that calculates word embeddings on a
String attribute.
|