Skip to content

Commit

Permalink
Update release 1.0.1: added runnable scripts and readme updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
OndrejZamazal committed Jul 22, 2015
1 parent af782c8 commit 5d15805
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
hSVMa
=====
Automation of hSVM classifier
Automation of hSVM classifier as hierarchical Support Vector Machines classifier for classification DBpedia type for DBpedia entity.

It returns:
+ **hSVM dataset** - types of resources are DBpedia ontology classes built on hSVM algorithm
Expand Down
1 change: 1 addition & 0 deletions run-STIhSVM-fusion.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
java -Xmx10240m -jar hSVMa.jar 2
1 change: 1 addition & 0 deletions run-STIhSVM-selective-fusion.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
java -Xmx10240m -jar hSVMa.jar 3
1 change: 1 addition & 0 deletions run-core-fusion-merge.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
java -Xmx10240m -jar hSVMa.jar 4
1 change: 1 addition & 0 deletions run-hSVM.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
java -Xmx10240m -jar hSVMa.jar 1

0 comments on commit 5d15805

Please sign in to comment.