1
0

init
Some checks failed
Validate OIPF Library / validate-yaml (push) Has been cancelled

This commit is contained in:
2026-06-16 08:07:49 +03:00
commit 0ca748c9a5
45 changed files with 901 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
algorithm_card:
id: "oipf.algorithm.model-inference"
name: "Model Inference"
status: "draft"
purpose: "Run a declared ML, physics, statistical or rules model under a model contract."
algorithm_type: "external"
inputs:
- model contract
- contextualised time-series window
- operating state
- constraints
outputs:
- prediction
- confidence
- explanation payload
- recommended action candidate
implementation:
type: "external_model_runtime"

View File

@@ -0,0 +1,17 @@
algorithm_card:
id: "oipf.algorithm.recommendation-generation"
name: "Recommendation Generation"
status: "draft"
purpose: "Convert model outputs into a governed human-readable and machine-readable operational recommendation."
algorithm_type: "composite"
inputs:
- prediction
- confidence
- constraints
- economic parameters
- workflow policy
outputs:
- recommendation object
- approval requirement
- expected impact
- audit metadata

View File

@@ -0,0 +1,17 @@
algorithm_card:
id: "oipf.algorithm.tag-contextualisation"
name: "Tag Contextualisation"
status: "draft"
purpose: "Map raw industrial tags to assets, variables, units, process states and semantic roles."
algorithm_type: "composite"
inputs:
- tag list
- asset hierarchy
- historian metadata
- engineering documents
outputs:
- canonical tag mapping
- validation warnings
implementation:
type: "external_or_runtime"
note: "Implementation is runtime-specific; this card describes the governed algorithm object."