Package | Description |
---|---|
org.apache.lens.client | |
org.apache.lens.ml.api | |
org.apache.lens.ml.dao | |
org.apache.lens.ml.impl | |
org.apache.lens.ml.server |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
MLTestReport |
LensML.getTestReport(String algorithm,
String reportID)
Get a test report by ID.
|
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.
|
Modifier and Type | Method and Description |
---|---|
MLTestReport |
MLDBUtils.getTestReport(String testReportID)
Get test report given its ID
|
Modifier and Type | Method and Description |
---|---|
void |
MLDBUtils.saveTestReport(MLTestReport testReport)
Insert test report into test report table
|
Modifier and Type | Method and Description |
---|---|
MLTestReport |
LensMLImpl.getTestReport(String algorithm,
String reportID) |
static MLTestReport |
ModelLoader.loadReport(org.apache.hadoop.conf.Configuration conf,
String algorithm,
String reportID)
Load report.
|
MLTestReport |
LensMLImpl.testModel(LensSessionHandle sessionHandle,
String table,
String algorithm,
String modelID,
QueryRunner queryRunner,
String outputTable)
Evaluate a model.
|
MLTestReport |
LensMLImpl.testModel(LensSessionHandle session,
String table,
String algorithm,
String modelID,
String outputTable) |
MLTestReport |
LensMLImpl.testModelRemote(LensSessionHandle sessionHandle,
String table,
String algorithm,
String modelID,
String queryApiUrl,
String outputTable)
Test a model in embedded mode.
|
Modifier and Type | Method and Description |
---|---|
static void |
ModelLoader.saveTestReport(org.apache.hadoop.conf.Configuration conf,
MLTestReport report)
Save test report.
|
Modifier and Type | Method and Description |
---|---|
MLTestReport |
MLServiceImpl.getTestReport(String algorithm,
String reportID) |
MLTestReport |
MLServiceImpl.testModel(LensSessionHandle sessionHandle,
String table,
String algorithm,
String modelID,
String outputTable) |
Copyright © 2014–2015 Apache Software Foundation. All rights reserved.