Graphical editor developed to create and adapt binary decision trees in conjunction with the treexpert.
Key Features:
- load all existing trees in the treexpert database
- create new trees and tree kinds
- update existing trees, change values and/or the structure
These are the instructions of how the treeditor may be used with the treexpert to build a decision tree.
- Node.js v18 (check with
node --version
) - npm package manager (usually installed with Node.js)
Here you can find the installation instructions to set up an Angular environment (currently version 15).
- clone this repo
git clone https://github.com/DFKI-NI/treeditor.git
- move into the root of the project:
cd treeditor
- install all necessary packages including Angular:
npm install
- start development server:
ng serve
- make sure you also started the
treexpert
- navigate to
http://localhost:4200
The development server will automatically reload if you change any of the source files.
Distributed under the BSD-2 License. See LICENSE
for more information.
Paula Kammler - @codingpaula - [email protected]
Gefördert im Rahmen des Forschungsprojekts "IQexpert" durch das BMEL - Bundesministerium für Ernährung und Landwirtschaft.
FKZ: 281C202B19
Mehr Informationen hier auf der Website des dfki.
This project was generated with Angular CLI version 15.2.10.
Run ng generate component component-name
to generate a new component. You can
also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run ng build
to build the project. The build artifacts will be stored in the
dist/
directory.
Run ng test
to execute the unit tests via
Karma.
Run ng e2e
to execute the end-to-end tests via a platform of your choice. To
use this command, you need to first add a package that implements end-to-end
testing capabilities.
To get more help on the Angular CLI use ng help
or go check out the
Angular CLI Overview and Command Reference page.