PMML in Action: Unleashing the Power of Open Standards for Data Mining and Predictive Analytics by Wen-Ching Lin & Tridivesh Jena & Alex Guazzelli
Author:Wen-Ching Lin & Tridivesh Jena & Alex Guazzelli
Language: eng
Format: mobi
Publisher: CreateSpace
Published: 2010-01-30T16:00:00+00:00
Finally, a cluster is represented by the Cluster element. For a center-based model, each cluster is defined in terms of its center coordinates which is represented by an Array element. If the model is distribution-based, an array is still used, however it no longer represents the center coordinates of the cluster.
If the clustering algorithm used was a Kohonen map, the cluster position in a 3-dimensional map may be represented in the KohonenMap element. This element is used for informational purposes only.
The PMML code shown in Figure 7.2 implements the definition of a clustering model including the distance measures as well as the cluster definitions for a distance-based model. Note that in this example, two clusters are defined, named "X" and "Y". For cluster "X", the center coordinates for fields "var0", "var1", and "var2" are "0.121", "0.424", and "0.234", respectively.
<ComparisonMeasure kind="distance">
<euclidean/>
</ComparisonMeasure>
<ClusteringField field="var0" compareFunction="delta"/>
<ClusteringField field="var1" compareFunction="delta"/>
<ClusteringField field="var2" compareFunction="equal"/>
<Cluster id="1" name="X">
<Array n="3" type="real">0.121 0.424 0.234</Array>
</Cluster>
<Cluster id="2" name="Y">
<Array n="3" type="real">0.908 0.982 0.259</Array>
</Cluster>
Download
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
Hello! Python by Anthony Briggs(9911)
OCA Java SE 8 Programmer I Certification Guide by Mala Gupta(9795)
The Mikado Method by Ola Ellnestam Daniel Brolund(9775)
Algorithms of the Intelligent Web by Haralambos Marmanis;Dmitry Babenko(8293)
Sass and Compass in Action by Wynn Netherland Nathan Weizenbaum Chris Eppstein Brandon Mathis(7775)
Test-Driven iOS Development with Swift 4 by Dominik Hauser(7758)
Grails in Action by Glen Smith Peter Ledbrook(7693)
The Well-Grounded Java Developer by Benjamin J. Evans Martijn Verburg(7557)
Windows APT Warfare by Sheng-Hao Ma(6796)
Layered Design for Ruby on Rails Applications by Vladimir Dementyev(6521)
Secrets of the JavaScript Ninja by John Resig Bear Bibeault(6409)
Blueprints Visual Scripting for Unreal Engine 5 - Third Edition by Marcos Romero & Brenden Sewell(6388)
Kotlin in Action by Dmitry Jemerov(5062)
Hands-On Full-Stack Web Development with GraphQL and React by Sebastian Grebe(4315)
Functional Programming in JavaScript by Mantyla Dan(4037)
Solidity Programming Essentials by Ritesh Modi(3979)
WordPress Plugin Development Cookbook by Yannick Lefebvre(3769)
Unity 3D Game Development by Anthony Davis & Travis Baptiste & Russell Craig & Ryan Stunkel(3712)
The Ultimate iOS Interview Playbook by Avi Tsadok(3687)
