Uses of Class
org.deeplearning4j.iterator.CnnSentenceDataSetIterator.Format
-
Packages that use CnnSentenceDataSetIterator.Format Package Description org.deeplearning4j.iterator -
-
Uses of CnnSentenceDataSetIterator.Format in org.deeplearning4j.iterator
Methods in org.deeplearning4j.iterator that return CnnSentenceDataSetIterator.Format Modifier and Type Method Description static CnnSentenceDataSetIterator.Format
CnnSentenceDataSetIterator.Format. valueOf(String name)
Returns the enum constant of this type with the specified name.static CnnSentenceDataSetIterator.Format[]
CnnSentenceDataSetIterator.Format. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.deeplearning4j.iterator with parameters of type CnnSentenceDataSetIterator.Format Constructor Description Builder(@NonNull CnnSentenceDataSetIterator.Format format)
-