All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Download nz.ac.waikato.cms.weka.thirdparty JAR files with all dependencies


default-value-plugin from group org.andromda.thirdparty.jaxb2_commons (version 1.1)

This is an XJC plugin to set default values in the XJC generated classes based on the default attribute to <xs:element>. Note that JAXB handles defaults for <xs:attribute> natively, so this plugin is not necessary for an attribute default. The plugin is particularly useful while generating Value Objects for a user interface from an XML schema. User interface tags such as the Struts HTML tags use reflection on bean properties to render themselves, so it is often useful to have a set of sensible defaults set in the Java Beans mapping to the user interface themselves.

Group: org.andromda.thirdparty.jaxb2_commons Artifact: default-value-plugin
Show documentation Show source 
Download default-value-plugin.jar (1.1)
 

0 downloads


adamsflow2docker from group nz.ac.waikato.cms.adams (version 0.0.2)

Library for generating Docker images with an ADAMS workflow running inside.

Group: nz.ac.waikato.cms.adams Artifact: adamsflow2docker
Show documentation Show source 
Download adamsflow2docker.jar (0.0.2)
 

0 downloads
Artifact adamsflow2docker
Group nz.ac.waikato.cms.adams
Version 0.0.2


booleangetter from group org.andromda.thirdparty.jaxb2_commons (version 1.0)

Group: org.andromda.thirdparty.jaxb2_commons Artifact: booleangetter
Show documentation Show source 
Download booleangetter.jar (1.0)
 

0 downloads


instant-adams from group nz.ac.waikato.cms.adams (version 0.1.5)

Tool for bootstrapping ADAMS applications just by supplying a list of modules.

Group: nz.ac.waikato.cms.adams Artifact: instant-adams
Show documentation Show source 
Download instant-adams.jar (0.1.5)
 

0 downloads
Artifact instant-adams
Group nz.ac.waikato.cms.adams
Version 0.1.5


jaxb2_commons-ant from group org.andromda.thirdparty.jaxb2_commons (version 0.4.1.5)

Group: org.andromda.thirdparty.jaxb2_commons Artifact: jaxb2_commons-ant
Show documentation Show source 
Download jaxb2_commons-ant.jar (0.4.1.5)
 

0 downloads


android-matrix-algorithms from group nz.ac.waikato.cms.adams (version 0.0.3)

Java library of precomputed matrix algorithms aimed to be used on Android.

Group: nz.ac.waikato.cms.adams Artifact: android-matrix-algorithms
Show documentation Show source 
Download android-matrix-algorithms.jar (0.0.3)
 

0 downloads


annotate from group org.andromda.thirdparty.jaxb2_commons (version 0.4.1.5)

Group: org.andromda.thirdparty.jaxb2_commons Artifact: annotate
Show documentation Show source 
Download annotate.jar (0.4.1.5)
 

0 downloads
Artifact annotate
Group org.andromda.thirdparty.jaxb2_commons
Version 0.4.1.5


moa-kafka from group nz.ac.waikato.cms.moa (version 2024.07.0)

Massive On-line Analysis is an environment for massive data mining. MOA provides a framework for data stream mining and includes tools for evaluation and a collection of machine learning algorithms. Related to the WEKA project, also written in Java, while scaling to more demanding problems. This artifact enables you to stream data to MOA from Kafka.

Group: nz.ac.waikato.cms.moa Artifact: moa-kafka
Show documentation Show source 
Download moa-kafka.jar (2024.07.0)
 

0 downloads
Artifact moa-kafka
Group nz.ac.waikato.cms.moa
Version 2024.07.0


jaxb from group org.andromda.thirdparty.jaxb2_commons (version 2.1.10.1)

Group: org.andromda.thirdparty.jaxb2_commons Artifact: jaxb
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact jaxb
Group org.andromda.thirdparty.jaxb2_commons
Version 2.1.10.1


weka-package from group nz.ac.waikato.cms.moa (version 2024.07.0)

Massive On-line Analysis is an environment for massive data mining. MOA provides a framework for data stream mining and includes tools for evaluation and a collection of machine learning algorithms. Related to the WEKA project, also written in Java, while scaling to more demanding problems. This artifact enables you to use MOA from within WEKA.

Group: nz.ac.waikato.cms.moa Artifact: weka-package
Show documentation Show source 
Download weka-package.jar (2024.07.0)
 

0 downloads
Artifact weka-package
Group nz.ac.waikato.cms.moa
Version 2024.07.0


moa from group nz.ac.waikato.cms.moa (version 2024.07.0)

Massive On-line Analysis is an environment for massive data mining. MOA provides a framework for data stream mining and includes tools for evaluation and a collection of machine learning algorithms. Related to the WEKA project, also written in Java, while scaling to more demanding problems.

Group: nz.ac.waikato.cms.moa Artifact: moa
Show documentation Show source 
Download moa.jar (2024.07.0)
 

0 downloads
Artifact moa
Group nz.ac.waikato.cms.moa
Version 2024.07.0


localOutlierFactor from group nz.ac.waikato.cms.weka (version 1.0.4)

A filter that applies the LOF (Local Outlier Factor) algorithm to compute an outlier score for each instance in the data. Can use multiple cores/cpus to speed up the LOF computation for large datasets. Nearest neighbor search methods and distance functions are pluggable. For more information, see: Markus M. Breunig, Hans-Peter Kriegel, Raymond T. Ng, Jorg Sander (2000). LOF: Identifying Density-Based Local Outliers. ACM SIGMOD Record. 29(2):93-104.

Group: nz.ac.waikato.cms.weka Artifact: localOutlierFactor
Show documentation Show source 
Download localOutlierFactor.jar (1.0.4)
 

0 downloads
Artifact localOutlierFactor
Group nz.ac.waikato.cms.weka
Version 1.0.4


moa-pom from group nz.ac.waikato.cms.moa (version 2024.07.0)

Massive On-line Analysis is an environment for massive data mining. MOA provides a framework for data stream mining and includes tools for evaluation and a collection of machine learning algorithms. Related to the WEKA project, also written in Java, while scaling to more demanding problems.

Group: nz.ac.waikato.cms.moa Artifact: moa-pom
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact moa-pom
Group nz.ac.waikato.cms.moa
Version 2024.07.0


wekaPython from group nz.ac.waikato.cms.weka (version 1.0.18)

Integration with CPython for Weka. Python version 2.7.x or higher is required. Also requires the following packages to be installed in python: numpy, pandas, matplotlib and scikit-learn. This package provides a wrapper classifier and clusterer that, between them, cover 60+ scikit-learn algorithms. It also provides a general scripting step for the Knowlege Flow along with scripting plugin environments for the Explorer and Knowledge Flow.

Group: nz.ac.waikato.cms.weka Artifact: wekaPython
Show documentation Show source 
Download wekaPython.jar (1.0.18)
 

0 downloads
Artifact wekaPython
Group nz.ac.waikato.cms.weka
Version 1.0.18


tiny-weka from group nz.ac.waikato.cms.weka (version 3.9.15955)

The Waikato Environment for Knowledge Analysis (WEKA), a machine learning workbench. This artifact represents the bare API of the developer version, with no package manager, PMML, XML or user interface. It is aimed at commercial applications that license some of WEKA's algorithms.

Group: nz.ac.waikato.cms.weka Artifact: tiny-weka
Show documentation Show source 
Download tiny-weka.jar (3.9.15955)
 

0 downloads
Artifact tiny-weka
Group nz.ac.waikato.cms.weka
Version 3.9.15955




Page 20 from 24 (items total 349)


© 2015 - 2025 Weber Informatics LLC | Privacy Policy