jar

io.github.shapley-value-java : shapley-value-coreV7

Maven & Gradle

May 01, 2018
0 stars

Shapley value java7 - Core · Shapley value calculation in java

Table Of Contents

Latest Version

Download io.github.shapley-value-java : shapley-value-coreV7 JAR file - Latest Versions:

All Versions

Download io.github.shapley-value-java : shapley-value-coreV7 JAR file - All Versions:

Version Vulnerabilities Size Updated
0.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 shapley-value-coreV7-0.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.shapleyvalue.application.taxi

├─ org.shapleyvalue.application.taxi.TaxiCalculation.class - [JAR]

org.shapleyvalue.application.fraud

├─ org.shapleyvalue.application.fraud.FraudRuleEvaluation.class - [JAR]

org.shapleyvalue.util

├─ org.shapleyvalue.util.FactorialUtil.class - [JAR]

├─ org.shapleyvalue.util.Permutations.class - [JAR]

├─ org.shapleyvalue.util.Powerset.class - [JAR]

org.shapleyvalue.core

├─ org.shapleyvalue.core.CharacteristicFunction.class - [JAR]

├─ org.shapleyvalue.core.ShapleyValue.class - [JAR]

org.shapleyvalue.util.permutation

├─ org.shapleyvalue.util.permutation.Node.class - [JAR]

├─ org.shapleyvalue.util.permutation.NodeValue.class - [JAR]

├─ org.shapleyvalue.util.permutation.PermutationLinkList.class - [JAR]

├─ org.shapleyvalue.util.permutation.RandomPermutations.class - [JAR]

org.shapleyvalue.application.parliament

├─ org.shapleyvalue.application.parliament.ParliamentCalculation.class - [JAR]