====== Tutorials ====== * [[:pub:software:heartdroid:start#quickstart|Quickstart]] -- It shows how to load the model created with [[pub:software:hwed:start|HWEd]] editor, how to list all the elements and how to run the simplest inference mode using Java API. * [[.:hmr_quickstart|HMR language quickstart]] -- It explains HMR language syntax and semantics in a simple example * [[.:inference_config|Configuring inference process]] -- It shows how to add more configuration to the inference process, like different conflict resolution methods, uncertainty handling mechanisms, etc. * [[.:callbacks|Using callbacks and actions]] -- It shows how to use callback mechanism to integrate the model with the environment. * [[.:uncertainty_cf|Managing uncertainty]] with certainty factors algebra * [[.:uncertainty_bn|Managing uncertainty]] with Bayesian interpretation of XTT2 tables * [[.:tbo|Time-based operators]] -- It shows how to use time-based operators in rules' conditions * [[.:statistics|Using statistical operators]] -- It shows how to use statistical operators like variance, standard deviations and other available in HMR notation * [[.:haquna|Interactive commandline shell]] -- It shows how to use HeaRTDroid Query Notation (**HaQuNa**) in commandline shell to create/run/modify models * [[.:android_quickstart|Android quickstart]] -- It explains how to build a simple Android project that uses HeaRTDroid * [[.:aware_quickstart|AWARE framework integration]] -- It explains how to use HeaRTDroid plugin for AWARE framework