jar

com.data-scientists : parallax-vector

Maven & Gradle

Apr 09, 2014
2 stars

parallax-vector · Efficient sparse vector implementations for common machine learning tasks

Table Of Contents

Latest Version

Download com.data-scientists : parallax-vector JAR file - Latest Versions:

All Versions

Download com.data-scientists : parallax-vector JAR file - All Versions:

Version Vulnerabilities Size Updated
0.1.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window parallax-vector-0.1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.dsi.parallax.ml.vector.util

├─ com.dsi.parallax.ml.vector.util.Benchmarks.class - [JAR]

├─ com.dsi.parallax.ml.vector.util.EJMLMatrixDecorator.class - [JAR]

├─ com.dsi.parallax.ml.vector.util.ValueScaling.class - [JAR]

├─ com.dsi.parallax.ml.vector.util.VectorUtils.class - [JAR]

com.dsi.parallax.ml.vector

├─ com.dsi.parallax.ml.vector.AbstractLinearVector.class - [JAR]

├─ com.dsi.parallax.ml.vector.ByteArrayLinearVector.class - [JAR]

├─ com.dsi.parallax.ml.vector.CernPrimativeMapLinearVector.class - [JAR]

├─ com.dsi.parallax.ml.vector.DoubleArrayLinearVector.class - [JAR]

├─ com.dsi.parallax.ml.vector.FastMapLinearVector.class - [JAR]

├─ com.dsi.parallax.ml.vector.HPPCPrimativeMapLinearVector.class - [JAR]

├─ com.dsi.parallax.ml.vector.HashMapLinearVector.class - [JAR]

├─ com.dsi.parallax.ml.vector.LinearVector.class - [JAR]

├─ com.dsi.parallax.ml.vector.LinearVectorFactory.class - [JAR]

├─ com.dsi.parallax.ml.vector.TrovePrimativeMapLinearVector.class - [JAR]

├─ com.dsi.parallax.ml.vector.VectorType.class - [JAR]