--- myst: substitutions: macro: python: 1-4,11-20,23-34 cpp: 5-7,10-16,19-30 console: python: 16-32 cpp: 18-34 --- # Macro "**modelerbuildSimpleGP.{{extension}}**" ## Objective This macro is the one described in [](#modeler_kriging_model_example_simple_model), that creates a simple gaussian process, whose training (`utf_4D_train.dat`) and testing (`utf_4D_test.dat`) database can both be found in the document folder of the {{uranie}} installation (`${URANIESYS}/share/uranie/docUMENTS`). ## Macro {{uranie}} {{ "```{literalinclude} " + parent_dir + "/roottest/uranie/doc/modeler/use_cases/" + language + "/modelerbuildSimpleGP." + extension + "\n" + ":language: " + language + "\n" + ":lines: " + macro[language] + "\n" + "```" }} ## Console This is the result of the last command: {{ "```{literalinclude} " + parent_dir + "/roottest/build/uranie/doc/modeler/use_cases/" + language + "/modelerbuildSimpleGP.log\n" + ":language: none\n" + ":lines: " + console[language] + "\n" + "```" }}