I - The input type.D - The output domain typepublic class SuffixASCIIWriter<I,D> extends AbstractObservationTableWriter<I,D>
ObservationTable in plaintext. The
delimiter in this format will be a single semicolon for words and single commas for symbols, so these characters must
not be used in the string representation of the symbols.outputToString, wordToString| Constructor and Description |
|---|
SuffixASCIIWriter() |
| Modifier and Type | Method and Description |
|---|---|
void |
write(ObservationTable<? extends I,? extends D> table,
Appendable out) |
outputToString, safeToStringFunction, setOutputToString, setWordToString, wordToStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitwrite, write, writepublic void write(ObservationTable<? extends I,? extends D> table, @WillNotClose Appendable out) throws IOException
IOExceptionCopyright © 2018. All rights reserved.