Skip to content

visualize how 2D model looks in high dimensional space

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

JayaniLakshika/quollr

Repository files navigation

quollr

CRAN_Status_Badge Downloads

Nonlinear dimension reduction (NLDR) techniques provide a low-dimensional representation of high-dimensional data by applying a non-linear transformation. The complexity of the transformations and data structure can create wildly different representations depending on the method and parameter choices. It is difficult to determine whether any are accurate, which is best, or whether they have missed structure. To help assess the NLDR and decide on which, if any, is best, we have developed an algorithm to create a model that is then used to display as a wireframe in high dimensions. The quollr package provides functions to implement the algorithm.

Installation

You can install the released version of quollr from CRAN with:

install.packages("quollr") 

The development version from GitHub with:

install.packages("remotes")
remotes::install_github("JayaniLakshika/quollr")

Usage

Our approach involves dividing the high-dimensional data set into two parts: a training set to construct the model and a test set to generate model summaries. To implement our approach, first we use a 2D embedding data set as the initial point. The output of our algorithm is a tour that displays the model overlaid on high-dimensional data. Our algorithm comprises two main phases:(1) generate the model in the 2D space, and (2) generate the model in the high-dimensional space. This methodology is available in this package.

About the name

questioning how a high-dimensional object looks in low-dimensions using r

Roadmap

Copyright

This package is licensed under the MIT license.

About

visualize how 2D model looks in high dimensional space

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published