Interface: LtnFeatureText
@kortexya/reasoninglayer / LTN / LtnFeatureText
Interface: LtnFeatureText
Defined in: src/types/ltn.ts:114
One Ψ-term feature (name, value) pair, embedded into a neural predicate’s
input vector when no explicit features vector is supplied.
Example
const feature: LtnFeatureText = { name: 'colour', value: 'brown' };Properties
name
name:
string
Defined in: src/types/ltn.ts:116
Feature name.
value
value:
string
Defined in: src/types/ltn.ts:118
Feature value (free text).