PHP Interface Camspiers\StatisticalClassifier\Model\ModelInterface

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

Méthodes publiques

Méthode 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 méthode

Get the data
public getModel ( ) : array
Résultat array

isPrepared() public méthode

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

setModel() public méthode

public setModel ( $model ) : mixed
$model
Résultat mixed

setPrepared() public méthode

public setPrepared ( $prepared ) : mixed
$prepared
Résultat mixed