Skip to content

Interface: DiscoveryProofNodeDto

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Statistical / DiscoveryProofNodeDto

Interface: DiscoveryProofNodeDto

Defined in: src/types/statistical.ts:468

A single node in the discovery proof tree.

Properties

depth

depth: number

Defined in: src/types/statistical.ts:470

Depth in tree.


explanation

explanation: string

Defined in: src/types/statistical.ts:472

Explanation.


id

id: string

Defined in: src/types/statistical.ts:474

Node ID.


parentId?

optional parentId: string | null

Defined in: src/types/statistical.ts:478

Parent node ID.


pValue?

optional pValue: number | null

Defined in: src/types/statistical.ts:476

P-value (for CI tests).


stepType

stepType: string

Defined in: src/types/statistical.ts:480

Step type description.