Class BatchSequences<T extends SequenceElement>
- java.lang.Object
-
- org.deeplearning4j.models.embeddings.learning.impl.elements.BatchSequences<T>
-
public class BatchSequences<T extends SequenceElement> extends Object
-
-
Constructor Summary
Constructors Constructor Description BatchSequences(int batches)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()List<BatchItem<T>>get(int chunkNo)voidput(T word, int[] windowWords, boolean[] wordStatuses, long randomValue, double alpha)voidput(T word, int[] windowWords, boolean[] wordStatuses, long randomValue, double alpha, int numLabels)voidput(T word, T lastWord, long randomValue, double alpha)intsize()
-