Package | Description |
---|---|
org.deeplearning4j.iterator |
Modifier and Type | Method and Description |
---|---|
static CnnSentenceDataSetIterator.UnknownWordHandling |
CnnSentenceDataSetIterator.UnknownWordHandling.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CnnSentenceDataSetIterator.UnknownWordHandling[] |
CnnSentenceDataSetIterator.UnknownWordHandling.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CnnSentenceDataSetIterator.Builder |
CnnSentenceDataSetIterator.Builder.unknownWordHandling(CnnSentenceDataSetIterator.UnknownWordHandling unknownWordHandling)
Specify how unknown words (those that don't have a word vector in the provided WordVectors instance) should be
handled.
|
Copyright © 2017. All rights reserved.