public class PerceptronModelReader extends AbstractModelReader
Constructor and Description |
---|
PerceptronModelReader(DataReader dataReader) |
PerceptronModelReader(File file) |
Modifier and Type | Method and Description |
---|---|
void |
checkModelType() |
AbstractModel |
constructModel()
Retrieve a model from disk.
|
getModel, readDouble, readInt, readUTF
public PerceptronModelReader(File file) throws IOException
IOException
public PerceptronModelReader(DataReader dataReader)
public AbstractModel constructModel() throws IOException
If you are creating a reader for a format which won't work with this (perhaps a database or xml file), override this method and ignore the other methods provided in this abstract class.
constructModel
in class AbstractModelReader
IOException
public void checkModelType() throws IOException
checkModelType
in class AbstractModelReader
IOException
Copyright © 2020 The Apache Software Foundation. All rights reserved.