is not current version
Last Version 1.0.5

nz.ac.waikato.cms.weka:latentSemanticAnalysis 1.0.1

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.

Categories

Categories

Ant Build Tools Weka Business Logic Libraries Machine Learning
GroupId

GroupId

nz.ac.waikato.cms.weka
ArtifactId

ArtifactId

latentSemanticAnalysis
Version

Version

1.0.1
Type

Type

jar

Download latentSemanticAnalysis 1.0.1


<!-- https://jarcasting.com/artifacts/nz.ac.waikato.cms.weka/latentSemanticAnalysis/ -->
<dependency>
    <groupId>nz.ac.waikato.cms.weka</groupId>
    <artifactId>latentSemanticAnalysis</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/nz.ac.waikato.cms.weka/latentSemanticAnalysis/
implementation 'nz.ac.waikato.cms.weka:latentSemanticAnalysis:1.0.1'
// https://jarcasting.com/artifacts/nz.ac.waikato.cms.weka/latentSemanticAnalysis/
implementation ("nz.ac.waikato.cms.weka:latentSemanticAnalysis:1.0.1")
'nz.ac.waikato.cms.weka:latentSemanticAnalysis:jar:1.0.1'
<dependency org="nz.ac.waikato.cms.weka" name="latentSemanticAnalysis" rev="1.0.1">
  <artifact name="latentSemanticAnalysis" type="jar" />
</dependency>
@Grapes(
@Grab(group='nz.ac.waikato.cms.weka', module='latentSemanticAnalysis', version='1.0.1')
)
libraryDependencies += "nz.ac.waikato.cms.weka" % "latentSemanticAnalysis" % "1.0.1"
[nz.ac.waikato.cms.weka/latentSemanticAnalysis "1.0.1"]