Composite Hypercubes on Iterated Random Projections (CHIRP)

From GM-RKB
Jump to navigation Jump to search

A Composite Hypercubes on Iterated Random Projections (CHIRP) is a nonparametric, ensemble classifier based on L-Infinity Norm.



References

2011

[math]\displaystyle{ ||x||_\infty = sup(|x_1|, |x_2|,... |x_n|) }[/math]
when we search for neighbors. In this search, we are looking for all neighbors of a point at the center of a hypercube of fixed size in a vector space. Because we are concerned with finite-dimensional vector spaces in practice, we will use max() instead of sup() from now on.
Definition 1 A hypercube description region (HDR) is the set of points less than a fixed distance from a single point (called the center) using the L∞ norm. A weighted hypercube description region is an HDR that uses the positively weighted L∞ norm:
[math]\displaystyle{ ||x||_\infty = max(w_1|x_1|, w_2|x_2|,...w_n|x_n|) }[/math]
We will assume the term HDR refers to this more general case. Our use of weights implies that different points in a high-dimensional space can have different weights defining their hypercubes.
Definition 2 A composite hypercube description region (CHDR) is the set of points inside the union of zero or more hypercube description regions.