-
public class ModelManager
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumModelManager.Taskpublic final classModelManager.TaskHandler
-
Field Summary
Fields Modifier and Type Field Description private final IntegerMODEL_REQUEST_INTERVAL_MILLISECONDSpublic final static ModelManagerINSTANCE
-
Method Summary
Modifier and Type Method Description final static Unitenable()final static FilegetRuleFile(ModelManager.Task task)final static Array<String>predict(ModelManager.Task task, Array<FloatArray> denses, Array<String> texts)final IntegergetMODEL_REQUEST_INTERVAL_MILLISECONDS()-
-
Method Detail
-
getRuleFile
final static File getRuleFile(ModelManager.Task task)
-
predict
final static Array<String> predict(ModelManager.Task task, Array<FloatArray> denses, Array<String> texts)
-
getMODEL_REQUEST_INTERVAL_MILLISECONDS
final Integer getMODEL_REQUEST_INTERVAL_MILLISECONDS()
-
-
-
-