aboutsummaryrefslogtreecommitdiff
blob: dbae229f0ab131b1679b7f2f60dfcd5a72aa5988 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>sci</herd>
<longdescription>
  Locally Weighted Projection Regression (LWPR) is a recent algorithm
  that achieves nonlinear function approximation in high dimensional spaces
  with redundant and irrelevant input dimensions. At its core, it uses
  locally linear models, spanned by a small number of univariate regressions in
  selected directions in input space. A locally weighted variant of
  Partial Least Squares (PLS) is employed for doing the dimensionality
  reduction. 
</longdescription>
<use>
  <flag name='octave'>Add <pkg>sci-mathematics/octave</pkg> support</flag>
</use>
</pkgmetadata>