MyNixOS website logo
Description

Collection of Data Structures.

A collection of simple simulation datasets designed for generating Nonlinear Dimension Reduction representations techniques such as t-distributed Stochastic Neighbor Embedding, and Uniform Manifold Approximation and Projection. These datasets serve as a valuable resource for understanding the reliability of Nonlinear Dimension Reduction representations in various contexts.

cardinalR

The cardinalR package provides functionality for generating simulation high-dimensional datasets for use in various Nonlinear dimension reduction techniques.

Installation

You can install the development version of cardinalR from GitHub with:

# install.packages("devtools")
devtools::install_github("JayaniLakshika/cardinalR")

Example

library(cardinalR)
head(mobius_clust_data, 5)
#> # A tibble: 5 × 5
#>       x1    x2     x3       x4       x5
#>    <dbl> <dbl>  <dbl>    <dbl>    <dbl>
#> 1 -1.02   3.57 -0.373  0.00687 -0.0139 
#> 2  0.793 -3.56  0.620 -0.0261  -0.0457 
#> 3 -1.91  -3.91 -0.533 -0.0232  -0.0122 
#> 4 -2.79   2.94 -0.364  0.0415   0.0214 
#> 5 -1.70  -3.59  0.277 -0.00686  0.00410

You can find the high-dimensional view in here.

tSNE (t-distributed Stochastic Neighbor Embedding) and UMAP (Uniform Manifold Approximation and Projection) representations of mobius_clust_data are shown below.

About the name

Collection of various high-dimensional data structures in R

Copyright

This package is licensed under the MIT license.

Metadata

Version

0.1.1

License

Unknown

Platforms (75)

    Darwin
    FreeBSD
    Genode
    GHCJS
    Linux
    MMIXware
    NetBSD
    none
    OpenBSD
    Redox
    Solaris
    WASI
    Windows
Show all
  • aarch64-darwin
  • aarch64-genode
  • aarch64-linux
  • aarch64-netbsd
  • aarch64-none
  • aarch64_be-none
  • arm-none
  • armv5tel-linux
  • armv6l-linux
  • armv6l-netbsd
  • armv6l-none
  • armv7a-darwin
  • armv7a-linux
  • armv7a-netbsd
  • armv7l-linux
  • armv7l-netbsd
  • avr-none
  • i686-cygwin
  • i686-darwin
  • i686-freebsd
  • i686-genode
  • i686-linux
  • i686-netbsd
  • i686-none
  • i686-openbsd
  • i686-windows
  • javascript-ghcjs
  • loongarch64-linux
  • m68k-linux
  • m68k-netbsd
  • m68k-none
  • microblaze-linux
  • microblaze-none
  • microblazeel-linux
  • microblazeel-none
  • mips-linux
  • mips-none
  • mips64-linux
  • mips64-none
  • mips64el-linux
  • mipsel-linux
  • mipsel-netbsd
  • mmix-mmixware
  • msp430-none
  • or1k-none
  • powerpc-netbsd
  • powerpc-none
  • powerpc64-linux
  • powerpc64le-linux
  • powerpcle-none
  • riscv32-linux
  • riscv32-netbsd
  • riscv32-none
  • riscv64-linux
  • riscv64-netbsd
  • riscv64-none
  • rx-none
  • s390-linux
  • s390-none
  • s390x-linux
  • s390x-none
  • vc4-none
  • wasm32-wasi
  • wasm64-wasi
  • x86_64-cygwin
  • x86_64-darwin
  • x86_64-freebsd
  • x86_64-genode
  • x86_64-linux
  • x86_64-netbsd
  • x86_64-none
  • x86_64-openbsd
  • x86_64-redox
  • x86_64-solaris
  • x86_64-windows