Documentation - v1.0.0
Preparing search index...
ontology-inference
infer
Function infer
infer
(
graph
:
Graph
,
sources
:
`
node_
${
string
}
`
[]
,
targets
:
`
node_
${
string
}
`
[]
,
intervention
:
Record
<
NodeId
,
Property
>
,
options
?:
{
confThreshold
?:
number
;
maxIterations
?:
number
;
maxTokens
?:
number
;
model
?:
string
;
}
,
)
:
Promise
<
InferenceResult
[]
>
Parameters
graph
:
Graph
sources
:
`
node_
${
string
}
`
[]
targets
:
`
node_
${
string
}
`
[]
intervention
:
Record
<
NodeId
,
Property
>
Optional
options
:
{
confThreshold
?:
number
;
maxIterations
?:
number
;
maxTokens
?:
number
;
model
?:
string
;
}
Returns
Promise
<
InferenceResult
[]
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Documentation - v1.0.0
Loading...