class AnnotationCandidateFeatureVector extends Model

Traits

HasFactory
HasNeighbors

Properties

protected string $table

The table associated with the model.

bool $timestamps

Don't maintain timestamps for this model.

protected array $casts

The attributes that should be casted to native types.

protected array $fillable

The attributes that are mass assignable.

Methods

static Factory
newFactory()

Create a new factory instance for the model.

Details

at line 54
static protected Factory newFactory()

Create a new factory instance for the model.

Return Value

Factory