<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<longdescription>
		Exact Tree // Grows optimally global trees based on the algorithm
		defined in "An exact dynamic programming algorithm for
		regression and classification trees" (2011). It is possible to
		obtain both classification and regression trees depending on
		the measurement level of the outcome variable. The algorithm is
		based on the dynamic programming principle and guarantees that
		the resulting tree is optimal with respect to the chosen
		impurity measure. The package also includes a function to
		visualize the resulting trees, a function that summarizes the
		tree with its splitting information and leaf information, and a
		predict function that provides estimates for a new dataset
		given a model fit.
	</longdescription>
</pkgmetadata>
