|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MLTestReport | |
---|---|
org.apache.lens.client | |
org.apache.lens.ml | |
org.apache.lens.ml.dao | |
org.apache.lens.server.ml |
Uses of MLTestReport in org.apache.lens.client |
---|
Methods in org.apache.lens.client that return MLTestReport | |
---|---|
MLTestReport |
LensMLClient.getTestReport(String algorithm,
String reportID)
Get a test report by ID. |
MLTestReport |
LensMLClient.testModel(LensSessionHandle session,
String table,
String algorithm,
String modelID,
String outputTable)
Evaluate model by running it against test data contained in the given table. |
Uses of MLTestReport in org.apache.lens.ml |
---|
Methods in org.apache.lens.ml that return MLTestReport | |
---|---|
MLTestReport |
LensMLImpl.getTestReport(String algorithm,
String reportID)
|
MLTestReport |
LensML.getTestReport(String algorithm,
String reportID)
Get a test report by ID. |
static MLTestReport |
ModelLoader.loadReport(org.apache.hadoop.conf.Configuration conf,
String algorithm,
String reportID)
Load report. |
MLTestReport |
LensMLImpl.testModel(LensSessionHandle session,
String table,
String algorithm,
String modelID,
String outputTable)
|
MLTestReport |
LensML.testModel(LensSessionHandle session,
String table,
String algorithm,
String modelID,
String outputTable)
Evaluate model by running it against test data contained in the given table. |
MLTestReport |
LensMLImpl.testModel(LensSessionHandle sessionHandle,
String table,
String algorithm,
String modelID,
TestQueryRunner queryRunner,
String outputTable)
Evaluate a model. |
MLTestReport |
LensMLImpl.testModelRemote(LensSessionHandle sessionHandle,
String table,
String algorithm,
String modelID,
String queryApiUrl,
String outputTable)
Test a model in embedded mode. |
Methods in org.apache.lens.ml with parameters of type MLTestReport | |
---|---|
static void |
ModelLoader.saveTestReport(org.apache.hadoop.conf.Configuration conf,
MLTestReport report)
Save test report. |
Uses of MLTestReport in org.apache.lens.ml.dao |
---|
Methods in org.apache.lens.ml.dao that return MLTestReport | |
---|---|
MLTestReport |
MLDBUtils.getTestReport(String testReportID)
Get test report given its ID |
Methods in org.apache.lens.ml.dao with parameters of type MLTestReport | |
---|---|
void |
MLDBUtils.saveTestReport(MLTestReport testReport)
Insert test report into test report table |
Uses of MLTestReport in org.apache.lens.server.ml |
---|
Methods in org.apache.lens.server.ml that return MLTestReport | |
---|---|
MLTestReport |
MLServiceImpl.getTestReport(String algorithm,
String reportID)
|
MLTestReport |
MLServiceImpl.testModel(LensSessionHandle sessionHandle,
String table,
String algorithm,
String modelID,
String outputTable)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |