public class ModelStore extends Object
Constructor and Description |
---|
ModelStore() |
Modifier and Type | Method and Description |
---|---|
void |
addModel(LTRScoringModel modeldata) |
void |
clear() |
LTRScoringModel |
delete(String modelName) |
LTRScoringModel |
getModel(String name) |
List<LTRScoringModel> |
getModels() |
String |
toString() |
public LTRScoringModel getModel(String name)
public void clear()
public List<LTRScoringModel> getModels()
public LTRScoringModel delete(String modelName)
public void addModel(LTRScoringModel modeldata) throws ModelException
ModelException
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.