| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesORM Data | 
        
| GroupId | GroupIdcom.mkobos | 
    
| ArtifactId | ArtifactIdpca_transform | 
    
| Last Version | Last Version1.0.2 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptioncom.mkobos:pca_transform 
            Library that implements Principal Component Analysis (PCA) data transformation 
         | 
    
| Project URL | 
                    Project URL | 
            
| Filename | Size | 
|---|---|
| pca_transform-1.0.2.pom | |
| pca_transform-1.0.2.jar | 17 KB | 
| pca_transform-1.0.2-sources.jar | 9 KB | 
| pca_transform-1.0.2-javadoc.jar | 85 KB | 
| Browse | 
<!-- 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"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| gov.nist.math : jama | jar | 1.0.2 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.11 |