Skip to content

Commit

Permalink
Update dependencies and introduce "Basic Decision Tree" scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
giancosta86 committed Aug 11, 2016
1 parent 2c7187c commit de1c6c1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ GraphsJ includes predefined scenarios dealing with problems from both fields - i

* A customized version of **GraphPlan**, which generates a *construction graph* showing *Add* and *Delete* arcs applied to positive literals

* A basic scenario introducing a paramount Data Mining concept: decision trees!


* **Operations Research**:

* Prim's **Shortest Spanning Tree (SST)**, which is a very interdisciplinary algorithm
Expand Down Expand Up @@ -89,6 +92,8 @@ For detailed information, please refer to the [SDK project page](https://github.

![Add/Delete GraphPlan](https://github.com/giancosta86/GraphsJ-scenarios/blob/master/screenshots/AdGraphPlan.png)

![Basic Decision Tree](https://github.com/giancosta86/GraphsJ-scenarios/blob/master/screenshots/BasicDecisionTree.png)

![Prim's Shortest Spanning Tree](https://github.com/giancosta86/GraphsJ-scenarios/blob/master/screenshots/PrimSST.png)


Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ apply plugin: 'info.gianlucacosta.aurora'

group = 'info.gianlucacosta.graphsj'
archivesBaseName = 'graphsj'
version = '6.0'
version = '6.1'

description = 'ScalaFX didactic application for graph algorithms'

Expand Down Expand Up @@ -82,7 +82,7 @@ dependencies {
compile 'javax.json:javax.json-api:1.0'
compile 'org.glassfish:javax.json:1.0.4'

compile 'info.gianlucacosta.graphsj:graphsj-sdk:6.0'
compile 'info.gianlucacosta.graphsj:graphsj-sdk:6.1'
}


Expand Down

0 comments on commit de1c6c1

Please sign in to comment.