Interface: ObservePairResponse
@kortexya/reasoninglayer / Statistical / ObservePairResponse
Interface: ObservePairResponse
Defined in: src/types/statistical.ts:130
Response from observing a pair of variables.
Properties
count
count:
number
Defined in: src/types/statistical.ts:132
Current observation count for this pair.
success
success:
boolean
Defined in: src/types/statistical.ts:134
Whether observation was recorded successfully.