Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
kleanthie.georgala
odin
Commits
45a93edd
Commit
45a93edd
authored
8 years ago
by
Kleanthi Georgala
Browse files
Options
Download
Email Patches
Plain Diff
Adding default value to output directory
parent
a0b1ed24
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
benchmark.ttl
benchmark.ttl
+2
-1
No files found.
benchmark.ttl
View file @
45a93edd
...
...
@@ -79,7 +79,8 @@ bench:hasMimickingOutput a hobbit:Parameter, hobbit:FeatureParameter, hobbit:Co
rdfs:
label
"Name of mimicking algorithm output folder"
@en
;
rdfs:
comment
"The mimicking algorithm output folder used to store the data generated from a mimicing algorithm."
@en
;
rdfs:domain hobbit:
Experiment,
hobbit:
Challenge
;
rdfs:range xsd:
string
.
rdfs:range xsd:
string
;
hobbit:
defaultValue
"output_data/"
^^
xsd:
string
.
bench:hasNumberOfInsertQueries a hobbit:
Parameter,
hobbit:
FeatureParameter,
hobbit:
ConfigurableParameter
;
rdfs:
label
"Number of insert queries"
@en
;
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment