You are here

public function AcquiaLiftReportDataSourceInterface::getRawLearningReport in Acquia Lift Connector 7

Returns raw data about the accumulated value of options for the specified agent.

@todo Add support for the other optional parameters, i.e. 'confidence- measure', 'comparison-decision' and 'use-bonferroni'

Parameters

$agent_name: The name of the agent.

string $date_start: The start date in the format YYYY-MM-DD or null to use today's date.

string $date_end: The end date in the format YYYY-MM-DD or null to get a report for just a single day.

string $point: An optional decision point to limit the report to.

Return value

array The report as an associative array

Throws

AcquiaLiftException

2 methods override AcquiaLiftReportDataSourceInterface::getRawLearningReport()
AcquiaLiftAPI::getRawLearningReport in includes/acquia_lift.classes.inc
Implements AcquiaLiftReportDataSourceInterface::getRawLearningReport().
AcquiaLiftReportDataFromFile::getRawLearningReport in includes/acquia_lift.classes.inc
Implements AcquiaLiftReportDataSourceInterface::getRawLearningReport().

File

includes/acquia_lift.classes.inc, line 1527
Provides an agent type for Acquia Lift

Class

AcquiaLiftReportDataSourceInterface

Code

public function getRawLearningReport($agent_name, $date_start = NULL, $date_end = NULL, $point = NULL);