Package org.biojava.nbio.ronn
Class ModelLoader
- java.lang.Object
-
- org.biojava.nbio.ronn.ModelLoader
-
public final class ModelLoader extends Object
Class that loads data from the model files intoModelLoader.Model
objects- Since:
- 3.0.2
- Version:
- 1.0
- Author:
- Peter Troshin
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ModelLoader.Model
Represent a RONN modelstatic class
ModelLoader.Threshold
Represents a Threshold
-
Constructor Summary
Constructors Constructor Description ModelLoader()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ModelLoader.Model
getModel(int modelNum)
static void
main(String[] args)
-
-
-
Constructor Detail
-
ModelLoader
public ModelLoader()
-
-
Method Detail
-
getModel
public ModelLoader.Model getModel(int modelNum)
-
main
public static void main(String[] args) throws NumberFormatException, IOException
- Throws:
NumberFormatException
IOException
-
-