srtree-1.0.0.5: A general framework to work with Symbolic Regression expression trees.
Copyright(c) Fabricio Olivetti 2021 - 2021
LicenseBSD3
Maintainerfabricio.olivetti@gmail.com
Stabilityexperimental
Portability
Safe HaskellSafe-Inferred
LanguageHaskell2010

Data.SRTree.Print

Description

Conversion functions to display the expression trees in different formats.

Synopsis

Documentation

showTikz :: Fix SRTree -> String Source #

Displays a tree in Tikz format

showPython :: Fix SRTree -> String Source #

Displays a tree as a numpy compatible expression.

showLatex :: Fix SRTree -> String Source #

Displays a tree as a sympy compatible expression.