public abstract class BaseEntryGenerator extends java.lang.Object implements Options, java.lang.Iterable<BaseEntry>
How to use:
How to implement:
| Constructor and Description |
|---|
BaseEntryGenerator() |
| Modifier and Type | Method and Description |
|---|---|
void |
addEntriesToDataset(Dataset data)
Generate entries, and add them new a dataset.
|
java.util.List<BaseEntry> |
generateEntries()
Generate a list of new entries according to the currently-defined settings.
|
void |
train(Dataset dataset)
Define any settings based on a dataset
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprintUsage, setOptionspublic final java.util.List<BaseEntry> generateEntries()
public void train(Dataset dataset)
dataset - Dataset used to define entriespublic void addEntriesToDataset(Dataset data)
data - Dataset to which to add entries