Property | Type | Description | |
---|---|---|---|
$control | The control result. | ||
$name | string | The experiment name. | |
$trials | array | The trial results. |
Method | Description | |
---|---|---|
__construct ( string $name, |
Create a new result instance. | |
getControl ( ) : |
Get the control result instance. | |
getName ( ) : string | Get the experiment name. | |
getTrial ( string $name ) : |
Get a trial result instance by name. | |
getTrials ( ) : array | Get the trial result instances. |
public __construct ( string $name, |
||
$name | string | |
$control | ||
$trials | array |
public getControl ( ) : |
||
return |
protected Result,Scientist $control | ||
return |