jar

com.github.tknudsen : attribute-analyzer

Maven & Gradle

Jul 18, 2021
0 stars

attributeAnalyzer · A library that helps analyzing and interpreting data attributes (columns of data tables).

Table Of Contents

Latest Version

Download com.github.tknudsen : attribute-analyzer JAR file - Latest Versions:

All Versions

Download com.github.tknudsen : attribute-analyzer 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 attribute-analyzer-0.0.8.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.tknudsen.attributeAnalyzer.model.io

├─ com.github.tknudsen.attributeAnalyzer.model.io.AttributeConfigIO.class - [JAR]

com.github.tknudsen.attributeAnalyzer.view.views

├─ com.github.tknudsen.attributeAnalyzer.view.views.AttributeTypeSelectionFrame.class - [JAR]

├─ com.github.tknudsen.attributeAnalyzer.view.views.AttributeTypeSelectionView.class - [JAR]

com.github.tknudsen.attributeAnalyzer.data.events

├─ com.github.tknudsen.attributeAnalyzer.data.events.AttributeTypeDecisionActionEvent.class - [JAR]

com.github.tknudsen.attributeAnalyzer.applications

├─ com.github.tknudsen.attributeAnalyzer.applications.AttributeCharacterization.class - [JAR]

├─ com.github.tknudsen.attributeAnalyzer.applications.AttributeTypeSelectionViewTester.class - [JAR]

├─ com.github.tknudsen.attributeAnalyzer.applications.DoubleAttributeCharacteristicsTester.class - [JAR]

com.github.tknudsen.attributeAnalyzer.view.panels

├─ com.github.tknudsen.attributeAnalyzer.view.panels.AttributeCharacteristicsPanel.class - [JAR]

├─ com.github.tknudsen.attributeAnalyzer.view.panels.BooleanAttributeCharacteristicsPanel.class - [JAR]

├─ com.github.tknudsen.attributeAnalyzer.view.panels.CategoricalAttributeCharacteristicsPanel.class - [JAR]

├─ com.github.tknudsen.attributeAnalyzer.view.panels.DateAttributeCharacteristicsPanel.class - [JAR]

├─ com.github.tknudsen.attributeAnalyzer.view.panels.NumericalContinuousAttributeCharacteristicsPanel.class - [JAR]

├─ com.github.tknudsen.attributeAnalyzer.view.panels.NumericalIntegerAttributeCharacteristicsPanel.class - [JAR]

├─ com.github.tknudsen.attributeAnalyzer.view.panels.NumericalLongAttributeCharacteristicsPanel.class - [JAR]

Advertisement