Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is Java Data Mining, JDM?

I am looking at JDM. Is this simply an API to interact with other tools that do the actual data mining? Or is this a set of packages that contain the actual data mining algorithms?

like image 219
Anthony D Avatar asked Jul 21 '09 20:07

Anthony D


People also ask

Is Java used in data mining?

The Java API is based on JDM, the industry-standard Java API for data mining. Note: The Java API is layered on the PL/SQL and SQL language interfaces to Oracle Data Mining. All the SQL-based functionality described in this manual is also implemented in the Java API.

Why and what is data mining?

Data mining is the process of finding anomalies, patterns and correlations within large data sets to predict outcomes. Using a broad range of techniques, you can use this information to increase revenues, cut costs, improve customer relationships, reduce risks and more.


1 Answers

Ah, the wonders of the interweb:

Java Data Mining (JDM) is a standard Java API for developing data mining applications and tools. JDM defines an object model and Java API for data mining objects and processes. JDM enables applications to integrate data mining technology for developing predictive analytics applications and tools. The JDM 1.0 standard was developed under the Java Community Process as JSR 73. As of 2006, the JDM 2.0 specification is being developed under JSR 247.

Lists some implementations also, although it looks like it may be a dead duck.

like image 63
skaffman Avatar answered Sep 18 '22 13:09

skaffman