PHP Interface Camspiers\StatisticalClassifier\Model\ModelInterface

Author: Cam Spiers ([email protected])
Datei anzeigen Open project: camspiers/statistical-classifier Interface Usage Examples

Public Methods

Method Description
getModel ( ) : array Get the data
isPrepared ( ) : boolean Returns whether or not the model is prepared
setModel ( $model ) : mixed
setPrepared ( $prepared ) : mixed

Method Details

getModel() public method

Get the data
public getModel ( ) : array
return array

isPrepared() public method

Returns whether or not the model is prepared
public isPrepared ( ) : boolean
return boolean The prepared status

setModel() public method

public setModel ( $model ) : mixed
$model
return mixed

setPrepared() public method

public setPrepared ( $prepared ) : mixed
$prepared
return mixed