-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
Here's a clearer and more polished version for your GitHub issue text:
Feature Request: Support for N-dimensional Function Representation in RootInteractive
We would like to enable the representation of N-dimensional functions in RootInteractive, where:
- There are N input parameters and M output parameters
- Example use cases include:
- Custom WebAssembly (WASM) functions
- ONNX models
- JavaScript functions
Requested Feature
Support registration of functions defined via:
- WebAssembly (WASM)
- ONNX
- JavaScript
These functions should be callable from within RootInteractive.
Preferred Interface Format
We propose a compact and expressive interface format such as:
((colOut0, colOut1, ..., colOutM), funName(colIn0, colIn1, ..., colInN))Where:
colInXare input columnscolOutXare computed output columnsfunNamerefers to a registered function (WASM, ONNX, or JavaScript)
This would allow dynamic computation and visualization of function outputs within the interactive environment.
Metadata
Metadata
Assignees
Labels
No labels