aboutsummaryrefslogtreecommitdiff
blob: 3ddf782751d9eb603a83a78a8160a5f1b118920a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
  <maintainer type="project">
    <email>sci-mathematics@gentoo.org</email>
    <name>Gentoo Mathematics Project</name>
  </maintainer>
  <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>
  <upstream>
    <remote-id type="sourceforge">lwpr</remote-id>
  </upstream>
</pkgmetadata>