Interface: ForecastEntityInput
@kortexya/reasoninglayer / Forecast / ForecastEntityInput
Interface: ForecastEntityInput
Defined in: src/types/forecast.ts:24
One entity’s point-in-time inputs.
Remarks
features is a flat feature row that must be aligned to the trained model’s
feature order — the backend does not name-match features.
Example
const entity: ForecastEntityInput = { id: 'runner-7', features: [0.31, 12.0, 1.0] };Properties
features
features:
number[]
Defined in: src/types/forecast.ts:29
Feature row, aligned to the trained model’s feature order.
id
id:
string
Defined in: src/types/forecast.ts:26
Stable identifier (runner id / instrument symbol).