Skip to content

NDimensional functional inteface #363

@miranov25

Description

@miranov25

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:

  • colInX are input columns
  • colOutX are computed output columns
  • funName refers 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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions