Skip to content

Different algorithms for the creation of 2d pointclouds from multidimensional data.

Notifications You must be signed in to change notification settings

FinnBurkhardt/Kibusch_Pointcloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

What is is and what does it do?

Creates Array of 2d Coordiantes from multidimensional data.

Installation

'npm i Kibusch_Pointcloud'

How to use it

import {pca_simple} from 'kibusch_pointcloud';


var data = [[1,2,3,4],[1,2,3,4],[1,2,3,4]];

var labels = ["Name1","Name2","Name3"];


var pca = PCA_simple(data, labels, scale=true, maxValue=500);

Options

  • scale - boolean (Defaults to true)
  • maxValue - float (Defaults to 500)

About

Different algorithms for the creation of 2d pointclouds from multidimensional data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published