public class SSTrainingWriter extends Object implements ModelWriter
Constructor and Description |
---|
SSTrainingWriter() |
Modifier and Type | Method and Description |
---|---|
void |
writeModel(Object m,
OutputStream out)
Write the training model to the output stream.
|
void |
writeModel(Object m,
Writer writer)
Write the training model to the character-output stream.
|
static void |
writeStroke(TimedStroke s,
Writer writer)
Write out the sequence of points in the stroke.
|
public void writeModel(Object m, OutputStream out) throws IOException
IOException
public void writeModel(Object m, Writer writer) throws IOException
writeModel
in interface ModelWriter
IOException
public static void writeStroke(TimedStroke s, Writer writer) throws IOException
IOException
Copyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.