Axis-Aligned Decomposition of Linear Projections.
Project description
AxisProj
Axis-Aligned Decomposition of Linear Projections
Installation
pip install axisproj
From source:
pip install -e .
or python setup.py
Usage
from axisproj import LPPObjective, optiomal
objective = LPPObjective(knn=12,sigma=0.3)
lp, ap = optimal(X, objective)
Three linear projection objectives are defined in axisproj.objective
- LDEObjective
- LPPObjective
- PCAObjective
optimal()
also accepts an optional histogram function. The default value
is generated using the precision_recall.histogram
functor.
Acknowledgment
This package is a rewrite of the LLNL code described in
"Exploring High-Dimensional Structure via Axis-Aligned Decomposition of Linear Projections Linear Axis-Aligned", J. J. Thiagarajan, S. Liu, K. N. Ramamurthy and P.-T. Bremer, EuroVis 2018
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file axisproj-0.2.3.tar.gz
.
File metadata
- Download URL: axisproj-0.2.3.tar.gz
- Upload date:
- Size: 7.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9f8dd32e8954cc75425398e1a647e3d8581081f2364860654831c0cdaba07ce4 |
|
MD5 | b45f78458ff4b93508037ab437c23d77 |
|
BLAKE2b-256 | 43ee4a5c484c85c6e1093a4c7ff8c1d878079f4f6bbfc32618058dd5617a7561 |
File details
Details for the file axisproj-0.2.3-py2.py3-none-any.whl
.
File metadata
- Download URL: axisproj-0.2.3-py2.py3-none-any.whl
- Upload date:
- Size: 10.6 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | be81d6cc581e4221e09bbcd7079b00b633904c429682a951e001057a880b41d2 |
|
MD5 | 03ffe0bbba350400f831d5e0c6fa8c21 |
|
BLAKE2b-256 | 7bc6ffec1260ac11737b03ba045187731b951244c14361469f5e9fa35cc1febe |