public class ModelGuesser
extends java.lang.Object
Constructor and Description |
---|
ModelGuesser() |
Modifier and Type | Method and Description |
---|---|
static java.lang.Object |
loadConfigGuess(java.io.InputStream stream)
Load the model from the given input stream
|
static java.lang.Object |
loadConfigGuess(java.lang.String path)
Load the model from the given file path
|
static Model |
loadModelGuess(java.io.InputStream stream)
Load the model from the given input stream
|
static Model |
loadModelGuess(java.lang.String path)
Load the model from the given file path
|
public static java.lang.Object loadConfigGuess(java.lang.String path) throws java.lang.Exception
path
- the path of the file to "guess"java.lang.Exception
public static java.lang.Object loadConfigGuess(java.io.InputStream stream) throws java.lang.Exception
stream
- the path of the file to "guess"java.lang.Exception
public static Model loadModelGuess(java.lang.String path) throws java.lang.Exception
path
- the path of the file to "guess"java.lang.Exception
public static Model loadModelGuess(java.io.InputStream stream) throws java.lang.Exception
stream
- the path of the file to "guess"java.lang.Exception