public abstract class QNModelWriter extends AbstractModelWriter
Modifier and Type | Field and Description |
---|---|
protected String[] |
outcomeNames |
protected double[] |
parameters |
protected Context[] |
params |
protected IndexHashTable<String> |
pmap |
protected String[] |
predNames |
protected double[] |
predParams |
Constructor and Description |
---|
QNModelWriter(AbstractModel model) |
Modifier and Type | Method and Description |
---|---|
void |
persist() |
close, writeDouble, writeInt, writeUTF
protected String[] outcomeNames
protected String[] predNames
protected Context[] params
protected double[] predParams
protected IndexHashTable<String> pmap
protected double[] parameters
public QNModelWriter(AbstractModel model)
public void persist() throws IOException
persist
in class AbstractModelWriter
IOException
Copyright © 2019 The Apache Software Foundation. All rights reserved.