PHP 클래스 MCordingley\Regression\Observation

파일 보기 프로젝트 열기: mcordingley/regression 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( array $features, float $outcome )
getFeatures ( ) : array
getOutcome ( ) : float

메소드 상세

__construct() 공개 메소드

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

getFeatures() 공개 메소드

public getFeatures ( ) : array
리턴 array

getOutcome() 공개 메소드

public getOutcome ( ) : float
리턴 float