Interface: LtnPredicateExample
@kortexya/reasoninglayer / LTN / LtnPredicateExample
Interface: LtnPredicateExample
Defined in: src/types/ltn.ts:315
One labelled training example for a neural unary predicate.
Properties
features
features:
number[]
Defined in: src/types/ltn.ts:320
The individual’s input feature vector. Its length is the predicate’s input dimension and must be constant across the request.
label
label:
number
Defined in: src/types/ltn.ts:322
The supervised target truth degree in [0, 1].