public class BatchSequences<T extends SequenceElement> extends Object
Constructor and Description |
---|
BatchSequences(int batches) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
List<BatchItem<T>> |
get(int chunkNo) |
void |
put(T word,
int[] windowWords,
boolean[] wordStatuses,
long randomValue,
double alpha) |
void |
put(T word,
int[] windowWords,
boolean[] wordStatuses,
long randomValue,
double alpha,
int numLabels) |
void |
put(T word,
T lastWord,
long randomValue,
double alpha) |
int |
size() |
Copyright © 2022. All rights reserved.