Archives
Categories
- Academia (72)
- artificial intelligence (37)
- Big data (79)
- cfp (8)
- Chinese posts (1)
- Conference (66)
- Data Mining (158)
- Data science (83)
- Database (1)
- General (42)
- Industry (1)
- Interview (1)
- Java (6)
- Latex (8)
- Machine Learning (19)
- Mathematics (2)
- open-source (31)
- Other (2)
- Pattern Mining (55)
- Programming (16)
- Research (108)
- spmf (35)
- Time series (3)
- Uncategorized (16)
- Utility Mining (17)
- Video (18)
- Website (3)
-
Recent Posts
- SPMF’s architecture (2) The Main class and the Command Processor
- SPMF’s architecture (1) The Algorithm Manager
- How to call SPMF from Visual Basic .Net (VB)?
- How to call SPMF from a C++ Program (Windows)?
- How to call SPMF from R?
- How to call SPMF from Python?
- How to call SPMF from C#?
- Happy New Year 2023!
- Brief report about the BDA 2022 conference
- Unethical reviewers in academia (part 3)
Recent Comments
- Philippe Fournier-Viger on The KDDCup 2015 dataset
- Jiahao on The KDDCup 2015 dataset
- How to call SPMF from Visual Basic .Net (VB)? | The Data Mining Blog on How to call SPMF from R?
- SPMF’s architecture (2) The Main class and the Command Processor | The Data Mining Blog on SPMF’s architecture (1) The Algorithm Manager
- How to call SPMF from Visual Basic .Net (VB)? | The Data Mining Blog on How to call SPMF from C#?
Tag cloud
- academia
- ai
- algorithm
- algorithms
- apriori
- article
- articles
- artificial intelligence
- big data
- china
- conference
- data
- data mining
- data science
- frequent pattern mining
- graph
- high-utility mining
- 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
- review
- reviewer
- sequence
- sequential pattern
- software
- spmf
- utility mining
- video
- workshop
- writing
Number of visitors:
2,138,812
Category Archives: Java
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
1 Comment
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