| License |
License |
|---|---|
| GroupId | GroupIdcom.github.mayconbordin |
| ArtifactId | ArtifactIdstreaminer |
| Last Version | Last Version1.1.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionstreaminer
A collection of algorithms for mining data streams
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| streaminer-1.1.1.pom | |
| streaminer-1.1.1.jar | 415 KB |
| streaminer-1.1.1-sources.jar | 301 KB |
| streaminer-1.1.1-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.mayconbordin/streaminer/ -->
<dependency>
<groupId>com.github.mayconbordin</groupId>
<artifactId>streaminer</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mayconbordin/streaminer/
implementation 'com.github.mayconbordin:streaminer:1.1.1'
// https://jarcasting.com/artifacts/com.github.mayconbordin/streaminer/
implementation ("com.github.mayconbordin:streaminer:1.1.1")
'com.github.mayconbordin:streaminer:jar:1.1.1'
<dependency org="com.github.mayconbordin" name="streaminer" rev="1.1.1">
<artifact name="streaminer" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mayconbordin', module='streaminer', version='1.1.1')
)
libraryDependencies += "com.github.mayconbordin" % "streaminer" % "1.1.1"
[com.github.mayconbordin/streaminer "1.1.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| colt : colt | jar | 1.2.0 |
| commons-codec : commons-codec | jar | 1.9 |
| org.apache.commons : commons-lang3 | jar | 3.2.1 |
| org.apache.commons : commons-math3 | jar | 3.2 |
| it.unimi.dsi : fastutil | jar | 6.5.12 |
| com.google.guava : guava | jar | 15.0 |
| com.googlecode.json-simple : json-simple | jar | 1.1.1 |
| org.slf4j : slf4j-api | jar | 1.7.5 |
| org.slf4j : slf4j-simple | jar | 1.7.5 |
| org.apache.mahout : mahout-core | jar | 0.8 |
| org.apache.mahout : mahout-math | jar | 0.8 |
| net.sf.supercsv : super-csv | jar | 2.1.0 |
| org.jblas : jblas | jar | 1.2.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |