NetworkDataSet extends Model
Holds the generated dataSets, created during a Corporation run.
Table of Contents
Properties
Methods
- project() : BelongsTo
- template() : BelongsTo
Properties
$fillable
protected
mixed
$fillable
= ['template', 'project_id', 'template_id', 'data']
$table
protected
mixed
$table
= 'laravel_neuro_network_datasets'
Methods
project()
public
project() : BelongsTo
Return values
BelongsTotemplate()
public
template() : BelongsTo