com.mkobos:pca_transform

Library that implements Principal Component Analysis (PCA) data transformation

License

License

Categories

Categories

ORM Data
GroupId

GroupId

com.mkobos
ArtifactId

ArtifactId

pca_transform
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

com.mkobos:pca_transform
Library that implements Principal Component Analysis (PCA) data transformation
Project URL

Project URL

https://github.com/mkobos/pca_transform

Download pca_transform

How to add to project

<!-- https://jarcasting.com/artifacts/com.mkobos/pca_transform/ -->
<dependency>
    <groupId>com.mkobos</groupId>
    <artifactId>pca_transform</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.mkobos/pca_transform/
implementation 'com.mkobos:pca_transform:1.0.2'
// https://jarcasting.com/artifacts/com.mkobos/pca_transform/
implementation ("com.mkobos:pca_transform:1.0.2")
'com.mkobos:pca_transform:jar:1.0.2'
<dependency org="com.mkobos" name="pca_transform" rev="1.0.2">
  <artifact name="pca_transform" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mkobos', module='pca_transform', version='1.0.2')
)
libraryDependencies += "com.mkobos" % "pca_transform" % "1.0.2"
[com.mkobos/pca_transform "1.0.2"]

Dependencies

compile (1)

Group / Artifact Type Version
gov.nist.math : jama jar 1.0.2

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.2
1.0.1
1.0