Skip to content

APANDEY2201/Design-Of-An-AlgorithmforDiscovering_MeaningfulPatterns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Design_of_an_algorithm_for_Discovering_Meaningful_Patterns

Algorithm 1

Sequential execution of the algorithm

  • MainTestNegFIN.java is the main file which needs to be executed. The code allows flexibility to choose Rank, this value can be entered manually while executing the code.

  • contextdata.txt is the input to the MainTestNegFIN.java. Here, we store real data which is referenced from Link : http://www.philippe-fournier-viger.com/spmf/index.php?link=datasets.php

  • output.txt, Support.txt is the output of the algorithm.

Algorithm 2

Sequential execution of the algorithm

  • Python file : prj_ApplyStats.py inside the folder Team8-statisticalAnalysis_python is the main file which needs to be executed. PATH_SUPPORT_FILE(path for the input file - support file/output of Java), PATH_ITEMS_LIST_FILE(path for the input file - frequent itemset/output of Java), PATH_STATS_FILE (save the path for the output file)

    For example - Input files: pumsb_negFIN_001Support.txt & pumsb_negFIN_001output.txt

  • For example - Stats_skin_Python.csv is the output of the algorithm

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published