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