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

Download JAR files tagged by sorted with all dependencies

Search JAR files by class name

examples-simple from group org.apache.accumulo (version 1.4.5)

Group: org.apache.accumulo Artifact: examples-simple
Show all versions Show documentation Show source 
 

0 downloads
Artifact examples-simple
Group org.apache.accumulo
Version 1.4.5
Last update 31. March 2014
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies accumulo-core, log4j, commons-codec,
There are maybe transitive dependencies!

cloudtrace from group org.apache.accumulo (version 1.4.5)

Group: org.apache.accumulo Artifact: cloudtrace
Show all versions Show documentation Show source 
 

0 downloads
Artifact cloudtrace
Group org.apache.accumulo
Version 1.4.5
Last update 31. March 2014
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies log4j, libthrift, slf4j-log4j12, zookeeper,
There are maybe transitive dependencies!

wikisearch-query-war from group org.apache.accumulo (version 1.4.4)

Group: org.apache.accumulo Artifact: wikisearch-query-war
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact wikisearch-query-war
Group org.apache.accumulo
Version 1.4.4
Last update 20. August 2013
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

wikisearch-query from group org.apache.accumulo (version 1.4.4)

Group: org.apache.accumulo Artifact: wikisearch-query
Show all versions Show documentation Show source 
 

0 downloads
Artifact wikisearch-query
Group org.apache.accumulo
Version 1.4.4
Last update 20. August 2013
Organization not specified
URL Not specified
License not specified
Dependencies amount 10
Dependencies accumulo-core, hadoop-core, commons-jexl, google-collections, kryo, wikisearch-ingest, minlog, protobuf-java, commons-lang, commons-codec,
There are maybe transitive dependencies!

wikisearch-ingest from group org.apache.accumulo (version 1.4.4)

Group: org.apache.accumulo Artifact: wikisearch-ingest
Show all versions Show documentation Show source 
 

0 downloads
Artifact wikisearch-ingest
Group org.apache.accumulo
Version 1.4.4
Last update 20. August 2013
Organization not specified
URL Not specified
License not specified
Dependencies amount 13
Dependencies hadoop-core, zookeeper, accumulo-core, accumulo-start, log4j, commons-lang, google-collections, lucene-core, lucene-analyzers, lucene-wikipedia, protobuf-java, jersey-server, commons-codec,
There are maybe transitive dependencies!

accumulo-wikisearch from group org.apache.accumulo (version 1.4.4)

Group: org.apache.accumulo Artifact: accumulo-wikisearch
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact accumulo-wikisearch
Group org.apache.accumulo
Version 1.4.4
Last update 20. August 2013
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

big-map_2.11 from group com.avast (version 1.1)

In some data processing tasks we need to use huge maps or sets that are bigger than available JVM heap space or they are loading too slow to standard Java or Scala Maps. We use TSV format (text file with tab separated columns) for persist this kind of Maps or Sets. Some columns are used as a key and rest of columns as a value. Idea of this library is simple. We can prepare these maps once (sort by key), store it to file and then use it as memory mapped file. Searching key in sorted file has log(n) complexity. If more processes uses the same memory mapped file, it exists in memory just once (on Linux). This file can be loaded lazy by OS.

Group: com.avast Artifact: big-map_2.11
Show documentation Show source 
 

0 downloads
Artifact big-map_2.11
Group com.avast
Version 1.1
Last update 24. October 2016
Organization AVAST Software
URL https://github.com/avast/BigMap
License Apache License, Version 2.0
Dependencies amount 5
Dependencies scala-library, scopt_2.11, slf4j-api, logback-classic, commons-io,
There are maybe transitive dependencies!

big-map_2.10 from group com.avast (version 1.1)

In some data processing tasks we need to use huge maps or sets that are bigger than available JVM heap space or they are loading too slow to standard Java or Scala Maps. We use TSV format (text file with tab separated columns) for persist this kind of Maps or Sets. Some columns are used as a key and rest of columns as a value. Idea of this library is simple. We can prepare these maps once (sort by key), store it to file and then use it as memory mapped file. Searching key in sorted file has log(n) complexity. If more processes uses the same memory mapped file, it exists in memory just once (on Linux). This file can be loaded lazy by OS.

Group: com.avast Artifact: big-map_2.10
Show all versions Show documentation Show source 
 

0 downloads
Artifact big-map_2.10
Group com.avast
Version 1.1
Last update 24. October 2016
Organization AVAST Software
URL https://github.com/avast/BigMap
License Apache License, Version 2.0
Dependencies amount 5
Dependencies scala-library, scopt_${build.scopt.scala.version}, slf4j-api, logback-classic, commons-io,
There are maybe transitive dependencies!

big-map_2.9 from group com.avast (version 1.0)

In some data processing tasks we need to use huge maps or sets that are bigger than available JVM heap space or they are loading too slow to standard Java or Scala Maps. We use TSV format (text file with tab separated columns) for persist this kind of Maps or Sets. Some columns are used as a key and rest of columns as a value. Idea of this library is simple. We can prepare these maps once (sort by key), store it to file and then use it as memory mapped file. Searching key in sorted file has log(n) complexity. If more processes uses the same memory mapped file, it exists in memory just once (on Linux). This file can be loaded lazy by OS.

Group: com.avast Artifact: big-map_2.9
Show documentation Show source 
 

0 downloads
Artifact big-map_2.9
Group com.avast
Version 1.0
Last update 16. January 2015
Organization AVAST Software
URL https://github.com/avast/BigMap
License Apache License, Version 2.0
Dependencies amount 5
Dependencies scala-library, scopt_2.9.3, slf4j-api, logback-classic, commons-io,
There are maybe transitive dependencies!

denormalize from group nz.ac.waikato.cms.weka (version 1.0.3)

An instance filter that collapses instances with a common grouping ID value into a single instance. Useful for converting transactional data into a format that Weka's association rule learners can handle. IMPORTANT: assumes that the incoming batch of instances has been sorted on the grouping attribute. The values of nominal attributes are converted to indicator attributes. These can be either binary (with f and t values) or unary with missing values used to indicate absence. The later is Weka's old market basket format, which is useful for Apriori. Numeric attributes can be aggregated within groups by computing the average, sum, minimum or maximum.

Group: nz.ac.waikato.cms.weka Artifact: denormalize
Show all versions Show documentation Show source 
 

0 downloads
Artifact denormalize
Group nz.ac.waikato.cms.weka
Version 1.0.3
Last update 29. April 2014
Organization University of Waikato, Hamilton, NZ
URL http://weka.sourceforge.net/doc.packages/denormalize
License GNU General Public License 3
Dependencies amount 1
Dependencies weka-dev,
There are maybe transitive dependencies!



Page 7 from 8 (items total 71)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy