Package ca.pfv.spmf.test
-
Class Summary Class Description MainTest_estDec_saveToFile Class to test the estDec algorithm and save the result to a file.MainTest_estDec_saveToMemory Class to test the estDec algorithm and save the result to memory.MainTestAllAssociationRules_CFPGrowth_saveToFile Example of how to mine all association rules with CFPGROWTH and save the result to a file, from the source code.MainTestAllAssociationRules_CFPGrowth_saveToFile_withLift Example of how to mine all association rules with CFPGROWTH and use the lift, and save the result to a file, from the source code.MainTestAllAssociationRules_CFPGrowth_saveToMemory Example of how to mine all association rules with CFPGROWTH, from the source code.MainTestAllAssociationRules_CFPGrowth_saveToMemory_with_lift Example of how to mine all association rules with CFPGROWTH with the lift, from the source code.MainTestAllAssociationRules_FPGrowth_saveToFile Example of how to mine all association rules with FPGROWTH and save the result to a file, from the source code.MainTestAllAssociationRules_FPGrowth_saveToFile_withLift Example of how to mine all association rules with FPGROWTH and use the lift, and save the result to a file, from the source code.MainTestAllAssociationRules_FPGrowth_saveToMemory Example of how to mine all association rules with FPGROWTH, from the source code.MainTestAllAssociationRules_FPGrowth_saveToMemory_with_lift Example of how to mine all association rules with FPGROWTH with the lift, from the source code.MainTestAllPerfectlySporadicAssociationRules_Apriori_saveToMemory Example of how to mine perfectly sporadic association rules with AprioriInverse, from the source code.MainTestApriori_saveToFile Example of how to use APRIORI algorithm from the source code.MainTestApriori_saveToMemory Example of how to use APRIORI algorithm from the source code.MainTestAprioriClose_saveToFIle Example of how to use APRIORIClose (a.k.a Close) algorithm from the source code.MainTestAprioriClose_saveToMemory Example of how to use APRIORIClose (a.k.a Close) algorithm from the source code.MainTestAprioriHT_saveToFile Example of how to use the APRIORI algorithm (hash-tree version), from the source code.MainTestAprioriInverse_saveToFile Example of how to use the AprioriInverse algorithm and save the output to a file, from the source code.MainTestAprioriInverse_saveToMemory Example of how to use the APRIORI-INVERSE algorithm from the source code.MainTestAprioriRare_saveToFile Example of how to use APRIORI-RARE and save the output to a file, from the source code.MainTestAprioriRare_saveToMemory Example of how to use the APRIORI RARE algorithm, from the source code.MainTestAprioriTID Example of how to use the AprioriTID algorithm from the source code.MainTestAprioriTID_bitset_saveToFile Example of how to use the AprioriTID algorithm (bitset version), and save the result to a file, from the source code.MainTestAprioriTID_saveToFile Example of how to use APRIORI-TID and save the output to a file, from the source code.MainTestAprioriTIDClose Example of how to use the AprioriTIDClose algorithm, from the source code.MainTestBIDEPlus_saveToFile MainTestBIDEPlus_saveToFile_withStrings Example of how to use the BIDE+ algorithm with strings, from the source code.MainTestBIDEPlus_saveToMemory Example of how to use the BIDE+ algorithm, from the source code.MainTestCFPGrowth_saveToFile Example of how to use the CFPGrowth++ algorithm, from the source code.MainTestCFPGrowth_saveToMemory Example of how to use the CFPGrowth++ algorithm, from the source code and save the result to memory instead of into a file.MainTestCharm_bitset_saveToFile Example of how to use CHARM-Bitset algorithm from the source code and save the result to a file.MainTestCharm_bitset_saveToMemory Example of how to use CHARM-Bitset algorithm from the source code and keep the result in memory.MainTestCharmMFI_saveToFile Example of how to use the CHARM-MFI algorith, from the source code.MainTestCharmMFI_saveToMemory Example of how to use the CHARM-MFI algorith, from the source code.MainTestClaSP_saveToFile Example of how to use the algorithm ClaSP, saving the results in a given fileMainTestClaSP_saveToMemory Example of how to use the algorithm ClaSP, saving the results in the main memoryMainTestClosedAssociationRules_saveToFile Example of how to mine closed association rules from the source code.MainTestClosedAssociationRules_saveToMemory Example of how to mine closed association rules from the source code.MainTestCloSpan_saveToFile Example of how to use the algorithm CloSpan, saving the results in a given fileMainTestCloSpan_saveToMemory Example of how to use the algorithm CloSpan, saving the results in the main memoryMainTestCloStream Example of how to use the CloStream algorith, from the source code.MainTestCMClaSP_saveToFile Example of how to use the algorithm ClaSP, saving the results in a given fileMainTestCMClaSP_saveToMemory Example of how to use the algorithm ClaSP, saving the results in the main memoryMainTestCMDEO Example of how to use the CMDeo algorithm from the source code.MainTestCMRULES Example of how to use the CMRULES algorithm from the source code.MainTestCMSPADE_saveToFile Example of how to use the algorithm SPADE, saving the results in a given fileMainTestCMSPADE_saveToMemory Example of how to use the algorithm CMSPADE, saving the results in the main memoryMainTestCMSPAM_saveToFile Example of how to use the SPAM algorithm in source code.MainTestConvertSeqDBToTransDB Example of how to convert a sequence database in SPMF format to a transaction database in SPMF format.MainTestConvertSequenceDatabase Example of how to convert a sequence database from a given format to the SPMF format.MainTestConvertTransactionDatabaseCSVtoSPMF Example of how to convert a transaction database from the CSV format to the SPMF format.MainTestConvertTransDBtoSeqDB Example of how to convert a transaction database in SPMF format to a sequence database in SPMF format.MainTestDCharm_bitset_saveToFile Example of how to use DECLAT algorithm from the source code.MainTestDCharm_bitset_saveToMemory Example of how to use dCharm algorithm from the source code.MainTestDCI_Closed Example of how to use DCI_Closed algorithm from the source code.MainTestDCI_Closed_Optimized Example of how to use DCI_Closed algorithm from the source code.MainTestDEclat_bitset_saveToFile Example of how to use DECLAT algorithm from the source code.MainTestDEclat_bitset_saveToMemory Example of how to use DECLAT algorithm from the source code.MainTestDefMe_saveToFile Example of how to use DefMe algorithm from the source code.MainTestDefMe_saveToMemory Example of how to use DefMe algorithm from the source code.MainTestEclat_bitset_saveToFile Example of how to use ECLAT algorithm from the source code.MainTestEclat_saveToFile Example of how to use ECLAT algorithm from the source code.MainTestEclat_saveToMemory Example of how to use ECLAT algorithm from the source code.MainTestERMiner Example of how to use the ERMiner algorithm in source code.MainTestFEAT_saveToFile Example of how to use the FEAT algorithm in source code.MainTestFEAT_saveToMemory Example of how to use the FEAT algorithm in source code.MainTestFHM Example of how to use the FHM algorithm from the source code.MainTestFHSAR Example of how to use FHSAR algorithm from the source code.MainTestFIN Example of how to use FIN algorithm from the source code.MainTestFixTransactionDatabase Example of how to use the tool to fix common problem in a transaction database in SPMF format.MainTestFPGrowth_saveToFile Example of how to use FPGrowth from the source code and save the resutls to a file.MainTestFPGrowth_saveToMemory Example of how to use FPGrowth from the source code.MainTestFPGrowth_strings_saveToFile Example of how to use FPGrowth from the source code and saves the result to a file.MainTestFSGP_saveToFile Example of how to use the FSGP algorithm in source code.MainTestFSGP_saveToMemory Example of how to use the FSGP algorithm in source code.MainTestGenerateSequenceDatabase Example of how to use the random sequence database generator to generate a sequence database, from the source code.MainTestGenerateSequenceDatabaseStats Example of how to generate statistics about a sequence databaseMainTestGenerateSequenceDatabaseWithTimeStamps Example of how to use the random sequence database generator, from the source code, to generate a database with timestamps.MainTestGenerateTransactionDatabase Example of how to use the random transaction database generator from the source code.MainTestGenerateTransactionDatabaseStats Example of how to get statistics about a transaction database in SPMF formatMainTestGoKrimp_printResultToConsole Example of how to use the GoKrimp Algorithm in source code and print the result to the console.MainTestGoKrimp_saveToFile Example of how to use the GoKrimp Algorithm in source code and save result to an output file.MainTestGSP_saveToFile Example of how to use the algorithm GSP, saving the results in a given fileMainTestGSP_saveToMemory Example of how to use the algorithm GSP, saving the results in the main memoryMainTestHierarchicalClustering_saveToFile Example of how to use the hierarchical clustering algorithm from the source code.MainTestHMine Example of how to use HMine from the source code.MainTestHUIMiner Example of how to use the HUIMiner algorithm from the source code.MainTestID3 Example of how to use ID3 from the source code.MainTestIGB_saveToFile Examples of how to generate the IGB basis of association rules, from the source code, and save the result to a file.MainTestIGB_saveToMemory Examples of how to generate the IGB basis of association rules, from the source code, and keep the result into memory.MainTestIHUP Example of how to use the UPGrowth algorithm from the source code.MainTestIndirectRules_saveToFile Example of how to mine indirect association rules, in source code.MainTestItemsetTree Example of how to use the itemset tree data structure.MainTestKMeans_saveToFile Example of how to use the KMEans algorithm, in source code.MainTestLAPIN_saveToFile Example of how to use the LAPIN_LCI (a.k.a LAPIN-SPAM) algorithm in source code.MainTestLCM_saveToFile Example of how to use LCM algorithm from the source code.MainTestLCM_saveToMemory Example of how to use LCM algorithm from the source code.MainTestLCMFreq_saveToFile Example of how to use LCMFreq algorithm from the source code.MainTestLCMFreq_saveToMemory Example of how to use LCMFreq algorithm from the source code.MainTestMaxSP_saveToFile MainTestMaxSP_saveToMemory Example of how to use the MaxSP algorithm, from the source code.MainTestMemoryEfficientItemsetTree Example of how to use the memory efficient itemset tree data structure.MainTestMNRRules_saveToFile Example of how to generate minimal non redundant association rules in source code.MainTestMNRRules_saveToMemory Example of how to generate minimal non redundant association rules in source code.MainTestMSApriori_saveToFile Example of how to use the MSAPRIORI algorithm in source code.MainTestMultiDimSequentialPatternMining Example of how to do multi-dimensional sequential pattern mining in source code.MainTestMultiDimSequentialPatternMiningClosed Example of how to do closed multi-dimensional sequential pattern mining in source code.MainTestPascal Example of how to use the PASCAL algorithm (hash-tree version), from the source code.MainTestPrefixSpan_AGP_saveToFile Example of how to use the algorithm GSP, saving the results in a given fileMainTestPrefixSpan_AGP_saveToMemory Example of how to use the algorithm GSP, saving the results in the main memoryMainTestPrefixSpan_PostProcessingStepForClosedMining_saveToFile Example of how to use the algorithm PrefixSpan but executing a postprocessing step at the end in order to find only the closed frequent patterns.MainTestPrefixSpan_PostProcessingStepForClosedMining_saveToMemory Example of how to use the algorithm PrefixSpan but executing a postprocessing step at the end in order to find only the closed frequent patterns.MainTestPrefixSpan_saveToFile Example of how to use the PrefixSpan algorithm in source code.MainTestPrefixSpan_saveToMemory Example of how to use the PrefixSpan algorithm in source code.MainTestPrefixSpan_withString_saveToFile Example of how to use the PrefixSpan algorithm in source code.MainTestPrefixSpan_WithStrings_saveToMemory Example of how to use the Prefixspan algorithms with strings, from source code.MainTestPrePost Example of how to use PrePost algorithm from the source code.MainTestRelim Example of how to use the RELIM Algorithm in source code.MainTestRuleGen Example of how to use the RULEGEN Algorithm in source code.MainTestRuleGrowth Example of how to use the RuleGrowth Algorithm in source code.MainTestSequentialPatternMining1_saveToFile Example of sequential pattern mining with time constraints.MainTestSequentialPatternMining1_saveToMemory Example of sequential pattern mining with time constraints.MainTestSequentialPatternMining2_saveToFile Example of sequential pattern mining with time constraints.MainTestSequentialPatternMining2_saveToMemory Example of sequential pattern mining with time constraints.MainTestSequentialPatternMining3_saveToFile Example of sequential pattern mining with integer values.MainTestSequentialPatternMining3_saveToMemory Example of sequential pattern mining with integer values.MainTestSequentialPatternMining4 Example of multidimensional sequential pattern mining (example 4).MainTestSPADE_AGP_BitMap_saveToFile Example of how to use the algorithm SPADE, saving the results in a given fileMainTestSPADE_AGP_BitMap_saveToMemory Example of how to use the algorithm SPADE, saving the results in the main memoryMainTestSPADE_AGP_EntryList_saveToFile Example of how to use the algorithm SPADE, saving the results in a given fileMainTestSPADE_AGP_EntryList_saveToMemory Example of how to use the algorithm SPADE, saving the results in the main memoryMainTestSPADE_AGP_FatBitMap_saveToFile Example of how to use the algorithm SPADE, saving the results in a given fileMainTestSPADE_AGP_FatBitMap_saveToMemory Example of how to use the algorithm SPADE, saving the results in the main memoryMainTestSPADE_AGP_Parallelized_BitMap_saveToFile Example of how to use the algorithm SPADE, saving the results in a given fileMainTestSPADE_AGP_Parallelized_BitMap_saveToMemory Example of how to use the algorithm SPADE, saving the results in the main memoryMainTestSPADE_AGP_Parallelized_EntryList_saveToFile Example of how to use the algorithm SPADE, saving the results in a given fileMainTestSPADE_AGP_Parallelized_EntryList_saveToMemory Example of how to use the algorithm SPADE, saving the results in the main memoryMainTestSPADE_AGP_Parallelized_FatBitMap_saveToFile Example of how to use the algorithm SPADE, saving the results in a given fileMainTestSPADE_AGP_Parallelized_FatBitMap_saveToMemory Example of how to use the algorithm SPADE, saving the results in the main memoryMainTestSPAM_AGP_BitMap_saveToFile Example of how to use the algorithm SPAM, saving the results in a given fileMainTestSPAM_AGP_BitMap_saveToMemory Example of how to use the algorithm SPAM, saving the results in the main memoryMainTestSPAM_AGP_EntryList_saveToFile Example of how to use the algorithm SPAM, saving the results in a given fileMainTestSPAM_AGP_EntryList_saveToMemory Example of how to use the algorithm SPAM, saving the results in the main memoryMainTestSPAM_AGP_FatBitMap_saveToFile Example of how to use the algorithm SPAM, saving the results in the main memoryMainTestSPAM_AGP_FatBitMap_saveToMemory Example of how to use the algorithm SPAM, saving the results in the main memoryMainTestSPAM_AGP_PostProcessingStepForClosedMining_saveToFile Example of how to use the algorithm SPAM but executing a postprocessing step at the end, in order to find only the closed frequent patterns.MainTestSPAM_AGP_PostProcessingStepForClosedMining_saveToMemory Example of how to use the algorithm SPAM but executing a postprocessing step at the end, in order to find only the closed frequent patterns.MainTestSPAM_saveToFile Example of how to use the SPAM algorithm in source code.MainTestTKS Example of how to use the TKS algorithm in source code.MainTestTNR Example of how to use the TNR algorithm in source code.MainTestTNS Example of how to use the TNS algorithm in source code.MainTestTopKRules Example of how to use the TOPKRULES algorithm in source code.MainTestTopSeqRules * Example of how to use the TopSeqRules algorithm in source code.MainTestTransactionDatabaseUtilityGenerator Example of how to generate utility values randomly for a transaction database in SPMF format.MainTestTRuleGrowth Example of how to use the TRULEGROWTH algorithm in source code.MainTestTRuleGrowth_withStrings * Example of how to use the TRULEGROWTH algorithm with strings in source code.MainTestTSP_nonClosed Example of how to use the PrefixSpanWithSupportRising algorithm in source code.MainTestTwoPhaseAlgorithm_saveToFile Example of how to use the TWOPhase Algorithm in source code.MainTestTwoPhaseAlgorithm_saveToMemory Example of how to use the TWOPhase Algorithm in source code.MainTestUApriori_saveToFile Example of how to use the UApriori Algorithm in source code.MainTestUPGrowth Example of how to use the UPGrowth algorithm from the source code.MainTestVGEN_saveToFile Example of how to use the VGEN algorithm in source code.MainTestVGEN_saveToMemory Example of how to use the VGEN algorithm in source code.MainTestVME Example of how to use the VME Algorithm in source code.MainTestVMSP_saveToFile Example of how to use the VMSP algorithm in source code.MainTestVMSP_saveToMemory Example of how to use the VMSP algorithm in source code.MainTestZart_saveToFile Example of how to use the Zart Algorithm in source code.MainTestZart_saveToMemory Example of how to use the Zart Algorithm in source code.
DMelt 3.0 © DataMelt by jWork.ORG