PHP Class Camspiers\StatisticalClassifier\Model\Model

Author: Cam Spiers ([email protected])
Inheritance: implements Camspiers\StatisticalClassifier\Model\ModelInterface
Show file Open project: camspiers/statistical-classifier

Protected Properties

Property Type Description
$model array The built model
$prepared boolean This is an status variable indicating that the nessacary processing has occured on the model

Public Methods

Method Description
getModel ( ) : array
isPrepared ( )
setModel ( $model ) : mixed | void
setPrepared ( $prepared ) : mixed | void

Method Details

getModel() public method

public getModel ( ) : array
return array

isPrepared() public method

public isPrepared ( )

setModel() public method

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

setPrepared() public method

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

Property Details

$model protected property

The built model
protected array $model
return array

$prepared protected property

This is an status variable indicating that the nessacary processing has occured on the model
protected bool $prepared
return boolean