public class PlainTextGISModelReader extends GISModelReader
dataReader, NUM_PREDS
Constructor and Description |
---|
PlainTextGISModelReader(BufferedReader br)
Constructor which directly instantiates the BufferedReader containing the
model contents.
|
PlainTextGISModelReader(File f)
Constructor which takes a File and creates a reader for it.
|
checkModelType, constructModel, getCorrectionConstant, getCorrectionParameter
getModel, getOutcomePatterns, getOutcomes, getParameters, getPredicates, readDouble, readInt, readUTF
public PlainTextGISModelReader(BufferedReader br)
br
- The BufferedReader containing the model information.public PlainTextGISModelReader(File f) throws IOException
f
- The File in which the model is stored.IOException
Copyright © 2015 The Apache Software Foundation. All rights reserved.