Tag Archives: implementation

SPMF 2.60 is coming soon!

Today, I want to talk a little bit about the next version of SPMF that is coming very soon. Here is some highlights of the upcoming features: 1) A Memory Viewer to help monitor the performance of algorithms in real-time: … Continue reading

Posted in Data Mining, Pattern Mining, spmf | Tagged , , , , , , , , , , , , , | Leave a comment

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 , , , , , , , , , , | Leave a comment

What are the steps to implement a data mining algorithm?

In this post, I will discuss what are the steps that I follow to implement a data mining algorithm.  The subject of this post comes from a question that I have received by e-mail recently, and I think that it … Continue reading

Posted in Data Mining, Programming | Tagged , , , , | 45 Comments