Archives
Categories
- Academia (78)
- artificial intelligence (34)
- Big data (79)
- Bioinformatics (3)
- cfp (9)
- Chinese posts (1)
- Conference (69)
- Data Mining (174)
- Data science (96)
- Database (1)
- General (42)
- Industry (2)
- Interview (1)
- Java (10)
- Latex (8)
- Machine Learning (19)
- Mathematics (2)
- open-source (36)
- Other (3)
- Pattern Mining (79)
- Programming (17)
- Research (108)
- spmf (45)
- Time series (3)
- Uncategorized (20)
- Utility Mining (21)
- Video (19)
- Website (3)
-
Recent Posts
- Busy times
- The MDLM 2023 conference: a scam?
- Fake reviews…
- SPMF: upcoming feature: The Memory Viewer
- (video) The EFIM algorithm
- (video) Introduction to episode mining
- As a speaker, we should always be ready for the unexpected…
- Two common English errors in pattern mining papers
- How to become a well-known researcher?
- Call for tutorials at BESC 2023
Recent Comments
- Darsh on The top journals and conferences in data mining / data science
- michael Tabi on Six important skills to become a succesful researcher
- Philippe Fournier-Viger on MLDM 2019… still not in New York! …and not published by Springer!
- Pr. Jeremie Sublime on MLDM 2019… still not in New York! …and not published by Springer!
- Philippe Fournier-Viger on How to call SPMF from R?
DSSBA2023
Tag cloud
- academia
- ai
- algorithm
- apriori
- article
- articles
- artificial intelligence
- association rule
- big data
- china
- conference
- data
- data mining
- data science
- frequent pattern mining
- graph
- high utility itemset mining
- icdm
- itemset
- itemset mining
- java
- journal
- latex
- machine learning
- open-source
- open source
- paper
- papers
- pattern mining
- periodic pattern
- phd
- programming
- Research
- researcher
- research paper
- reviewer
- sequence
- sequential pattern
- software
- spmf
- udml
- utility mining
- video
- workshop
- writing
Number of visitors:
2,216,108
Category Archives: Java
Efficiency problems with using java.util.Hashmap
Today, I will talk about some efficiency problems when using the java.util.Hashmap data structure provided by Java. This is an important topics for programmers that aim at implementing efficient software that rely on maps. Brief review about HashMap First, let’s … Continue reading
Posted in Java, Programming
Tagged complexity, efficiency, efficiency problems, hashmap, implementation, java, map, memory, performance, programming, time
Leave a comment
SPMF’s architecture (5) The Graphical User Interface
This is the fifth post of a series of blog posts about the architecture of the SPMF data mining library. Today, I will specifically talk about the graphical user interface of SPMF, its main components and how it interacts with … Continue reading
Posted in Data Mining, Data science, Java, open-source, spmf
Tagged architecture, data mining, data science, graphical user interface, gui, java, open source, pattern mining, software, spmf
Leave a comment
SPMF 3.0: Towards even more efficiency
In this blog post, I will talk about the future of SPMF. I do this once in a while. Today, I will discuss on the performance of SPMF. Performance A main focus of SPMF is and has always been efficiency … Continue reading
Posted in Big data, Data Mining, Data science, Java, open-source, spmf
Tagged data mining, data science, software, spmf
Leave a comment
SPMF’s architecture (3) The Preference Manager
This is the third of a series of blog posts about the architecture of the SPMF data mining library. Today, I will explain the role of another an internal module in SPMF, called the Preference Manager. This module is used … Continue reading
Posted in Data Mining, Data science, Java, open-source, Pattern Mining, spmf
Tagged architecture, data mining, java, open source, pattern mining, software, spmf
Leave a comment
SPMF’s architecture (1) The Algorithm Manager
In this new series of blog posts, I will talk about the architecture of the SPMF data mining library, and in particular, I will talk about the AlgorithmManager, which is a key component of SPMF, which manages all the algorithms … Continue reading
Posted in Data Mining, Data science, Java, open-source, Pattern Mining
Tagged architecture, data mining, data science, GPL, java, machine learning, open source, pattern mining, software, spmf
2 Comments
How to package SPMF as an EXE file with JPackage?
In this blog post, I will explain how to use the jpackage tool that is provided with Java to (1) package the JAR file of SPMF into an EXE file for Windows, and (2) to create an installer for SPMF. … Continue reading
New version of SPMF Java open-source data mining library (0.95)
Today, I write a post to announce a new version of the SPMF Java open-source data mining library. It is SPMF version 0.95 and it is a major revision. It offers 11 new data mining algorithms for various data mining … Continue reading
Posted in Data Mining, Data science, Java, open-source, spmf
Tagged data mining, data science, pattern mining, spmf
1 Comment
Discovering and visualizing sequential patterns in web log data using SPMF and GraphViz
Today, I will show how to use the open-source SPMF data mining software to discover sequential patterns in web log data. Then, I will show to how visualize the frequent sequential patterns found using GraphViz. Step 1 : getting the … Continue reading
Posted in Data Mining, Java, open-source, Programming, spmf
Tagged data mining, graph, patterns, sequential patterns, spmf, visualization
8 Comments
Analyzing the source code of the SPMF data mining software
Hi everyone, In this blog post, I will discuss how I have applied an open-source tool that is named Code Analyzer ( http://sourceforge.net/projects/codeanalyze-gpl/ ) to analyze the source code of my open-source data mining software named SPMF. I have applied … Continue reading
Posted in Data Mining, Java, open-source, Pattern Mining, Programming, spmf
Tagged data mining, java, open-source, software, spmf
2 Comments
A Map of Data Mining Algorithms (offered in SPMF v092c)
Hi, I have made a map to visualize the relationship between the 52 different data mining algorithms offered in the SPMF data mining software. You can view it in PNG format by clicking on the picture below: Or you can … Continue reading
Posted in Data Mining, Java, open-source, Pattern Mining, Programming, spmf
Tagged algorithms, data mining, java, map, open-source, spmf
2 Comments