is not current version
Last Version 1.0.7

nz.ac.waikato.cms.weka:attributeSelectionSearchMethods 1.0.6

This package provides four search methods for attribute selection: ExhaustiveSearch, GeneticSearch, RandomSearch and RankSearch. See: David E. Goldberg (1989). Genetic algorithms in search, optimization and machine learning. Addison-Wesley. Mark Hall, Geoffrey Holmes (2003). Benchmarking attribute selection techniques for discrete class data mining. IEEE Transactions on Knowledge and Data Engineering. 15(6):1437-1447.

Categories

Categories

Weka Business Logic Libraries Machine Learning Search
GroupId

GroupId

nz.ac.waikato.cms.weka
ArtifactId

ArtifactId

attributeSelectionSearchMethods
Version

Version

1.0.6
Type

Type

jar

Download attributeSelectionSearchMethods 1.0.6


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