PHP Class MCordingley\Regression\Observation

Show file Open project: mcordingley/regression Class Usage Examples

Public Methods

Method Description
__construct ( array $features, float $outcome )
getFeatures ( ) : array
getOutcome ( ) : float

Method Details

__construct() public method

public __construct ( array $features, float $outcome )
$features array
$outcome float

getFeatures() public method

public getFeatures ( ) : array
return array

getOutcome() public method

public getOutcome ( ) : float
return float