Skip to main content

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

axisproj-0.2.3.tar.gz (7.9 kB view hashes)

Uploaded Source

Built Distribution

axisproj-0.2.3-py2.py3-none-any.whl (10.6 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page