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.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(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:
NumberFormatExceptionIOException
-
-