Quantcast
Viewing all articles
Browse latest Browse all 16

Java Data Mining: Number of occurrences of a word in a file

This is a simple application of Data Mining with the help of Java. We’re calculating the number of occurrences of a specified word in a specified file. We’ve used the class FileInputStream to stream the data from the file and the … Continue reading

Viewing all articles
Browse latest Browse all 16

Trending Articles