HeaRTDroid

HeaRTDroid is a rule-based inference engine both for Android mobile devices, and desktop solutions

User Tools

Site Tools


pub:software:heartdroid:tutorials:hmr_quickstart

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
pub:software:heartdroid:tutorials:hmr_quickstart [2016/12/29 06:43]
admin [Rules]
pub:software:heartdroid:tutorials:hmr_quickstart [2017/01/23 09:42]
admin [Use case]
Line 28: Line 28:
  
 The full model can be downloaded here: {{:​pub:​software:​heartdroid:​tutorials:​urban-helper-easy.hmr|Parking Model}} The full model can be downloaded here: {{:​pub:​software:​heartdroid:​tutorials:​urban-helper-easy.hmr|Parking Model}}
 +
 +
 +You can try running the inference by providing manually values of these attributes with [[pub:​software:​heartdroid:​tutorials:​haquna|HaQuNa]] commandline shell.
 +The comman for running the inference can look as follows:
 +<code bash>
 +java -cp haquna.jar:​. haquna.HaqunaMain --model urban-helper-easy.hmr \ 
 +--tables ['​parkingReminder'​] --inference gdi \ 
 +--initial-state [day=mon,​hour=14,​location=pay_zone]</​code>​
 +
 +For more information on how to configure the inference process, see [[pub:​software:​heartdroid:​tutorials:​inference_config|Configuring inference process]] tutorial.
  
  
pub/software/heartdroid/tutorials/hmr_quickstart.txt ยท Last modified: 2019/04/10 06:54 (external edit)