License |
License |
---|---|
Categories |
CategoriesAnt Build Tools Weka Business Logic Libraries Machine Learning |
GroupId | GroupIdnz.ac.waikato.cms.weka |
ArtifactId | ArtifactIdlatentSemanticAnalysis |
Last Version | Last Version1.0.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionlatentSemanticAnalysis
Performs latent semantic analysis and transformation of the data. Use in conjunction with a Ranker search. A low-rank approximation of the full data is found by specifying the number of singular values to use. The dataset may be transformed to give the relation of either the attributes or the instances (default) to the concept space created by the transformation.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/nz.ac.waikato.cms.weka/latentSemanticAnalysis/ -->
<dependency>
<groupId>nz.ac.waikato.cms.weka</groupId>
<artifactId>latentSemanticAnalysis</artifactId>
<version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/nz.ac.waikato.cms.weka/latentSemanticAnalysis/
implementation 'nz.ac.waikato.cms.weka:latentSemanticAnalysis:1.0.5'
// https://jarcasting.com/artifacts/nz.ac.waikato.cms.weka/latentSemanticAnalysis/
implementation ("nz.ac.waikato.cms.weka:latentSemanticAnalysis:1.0.5")
'nz.ac.waikato.cms.weka:latentSemanticAnalysis:jar:1.0.5'
<dependency org="nz.ac.waikato.cms.weka" name="latentSemanticAnalysis" rev="1.0.5">
<artifact name="latentSemanticAnalysis" type="jar" />
</dependency>
@Grapes(
@Grab(group='nz.ac.waikato.cms.weka', module='latentSemanticAnalysis', version='1.0.5')
)
libraryDependencies += "nz.ac.waikato.cms.weka" % "latentSemanticAnalysis" % "1.0.5"
[nz.ac.waikato.cms.weka/latentSemanticAnalysis "1.0.5"]
Group / Artifact | Type | Version |
---|---|---|
nz.ac.waikato.cms.weka : weka-dev | jar | [3.8.0,) |
Group / Artifact | Type | Version |
---|---|---|
nz.ac.waikato.cms.weka : weka-dev | test-jar | [3.8.0,) |
junit : junit | jar | 3.8.2 |