JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.deeplearning4j.datasets.vectorizer
Interface Vectorizer
All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
TextVectorizer
All Known Implementing Classes:
BagOfWordsVectorizer
,
BaseTextVectorizer
,
TfidfVectorizer
public interface
Vectorizer
extends java.io.Serializable
A Vectorizer at its essence takes an input source and converts it to a matrix for neural network consumption.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
DataSet
vectorize
()
Vectorizes the input source in to a dataset
Method Detail
vectorize
DataSet
vectorize()
Vectorizes the input source in to a dataset
Returns:
Adam Gibson
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method