jar

com.linkedin.isolation-forest : isolation-forest_3.1.1_2.12

Maven & Gradle

Apr 01, 2023
219 stars

isolation-forest_3.1.1_2.12 · A Spark/Scala implementation of the isolation forest unsupervised outlier detection algorithm.

Table Of Contents

Latest Version

Download com.linkedin.isolation-forest : isolation-forest_3.1.1_2.12 JAR file - Latest Versions:

All Versions

Download com.linkedin.isolation-forest : isolation-forest_3.1.1_2.12 JAR file - All Versions:

Version Vulnerabilities Size Updated
3.0.x
2.0.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 isolation-forest_3.1.1_2.12-3.0.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.linkedin.relevance.isolationforest

├─ com.linkedin.relevance.isolationforest.BaggedPoint.class - [JAR]

├─ com.linkedin.relevance.isolationforest.IsolationForest.class - [JAR]

├─ com.linkedin.relevance.isolationforest.IsolationForestModel.class - [JAR]

├─ com.linkedin.relevance.isolationforest.IsolationForestModelReadWrite.class - [JAR]

├─ com.linkedin.relevance.isolationforest.IsolationForestParams.class - [JAR]

├─ com.linkedin.relevance.isolationforest.IsolationTree.class - [JAR]

├─ com.linkedin.relevance.isolationforest.Nodes.class - [JAR]

├─ com.linkedin.relevance.isolationforest.Utils.class - [JAR]