Skip to content

Interface: DiscoveryProofNodeDto

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Statistical / DiscoveryProofNodeDto

Interface: DiscoveryProofNodeDto

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

A single node in the discovery proof tree.

Properties

depth

depth: number

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

Depth in tree.


explanation

explanation: string

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

Explanation.


id

id: string

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

Node ID.


parentId?

optional parentId: string | null

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

Parent node ID.


pValue?

optional pValue: number | null

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

P-value (for CI tests).


stepType

stepType: string

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

Step type description.