Jump to content

Java Data Mining: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
m Removing from Category:Java platform - remove diffusing parent category; already in subcategory - using Cat-a-lot
Adding short description: "Java API" (Shortdesc helper)
 
Line 1: Line 1:
{{Short description|Java API}}
'''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.<ref>[http://www.jcp.org/en/jsr/detail?id=73 JSR 73] (JDM 1.0)</ref> In 2006, the JDM 2.0 specification was being developed under JSR 247, but has been withdrawn in 2011 without standardization.<ref>[http://www.jcp.org/en/jsr/detail?id=247 JSR 247] (JDM 2.0)</ref>
'''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.<ref>[http://www.jcp.org/en/jsr/detail?id=73 JSR 73] (JDM 1.0)</ref> In 2006, the JDM 2.0 specification was being developed under JSR 247, but has been withdrawn in 2011 without standardization.<ref>[http://www.jcp.org/en/jsr/detail?id=247 JSR 247] (JDM 2.0)</ref>



Latest revision as of 23:44, 19 April 2022

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.[1] In 2006, the JDM 2.0 specification was being developed under JSR 247, but has been withdrawn in 2011 without standardization.[2]

Various data mining functions and techniques like statistical classification and association, regression analysis, data clustering, and attribute importance are covered by the 1.0 release of this standard.

It never received wide acceptance, and there is no known implementation.

See also

[edit]

Books

[edit]
  • Java Data Mining: Strategy, Standard, and Practice, Hornick, Marcadé, Venkayala, ISBN 0-12-370452-9

References

[edit]
  1. ^ JSR 73 (JDM 1.0)
  2. ^ JSR 247 (JDM 2.0)