Chemostat: Difference between revisions
No edit summary |
en>Monkbot |
||
| Line 1: | Line 1: | ||
The '''Rand index'''<ref name=rand71>{{Cite journal | |||
| author = W. M. Rand | |||
| title = Objective criteria for the evaluation of clustering methods | |||
| journal = [[Journal of the American Statistical Association]] | |||
| volume = 66 | |||
| pages = 846–850 | |||
| year = 1971 | |||
| doi = 10.2307/2284239 | |||
| issue = 336 | |||
| publisher = American Statistical Association | |||
| jstor = 2284239 | |||
}}</ref> or '''Rand measure''' (named after William M. Rand) in [[statistics]], and in particular in [[data clustering]], is a measure of the similarity between two [[data clustering]]s. A form of the Rand index may be defined that is adjusted for the chance grouping of elements, this is the '''adjusted Rand index'''. From a mathematical standpoint, Rand index is related to the [[Accuracy and precision#In binary classification|accuracy]], but is applicable even when class labels are not used. | |||
==Rand index== | |||
===Definition=== | |||
Given a [[Set (mathematics)|set]] of <math>n</math> [[element (mathematics)|elements]] <math>S = \{o_1, \ldots, o_n\}</math> and two [[Partition of a set|partitions]] of <math>S</math> to compare, <math>X = \{X_1, \ldots, X_r\}</math>, a partition of ''S'' into ''r'' subsets, and <math>Y = \{Y_1, \ldots, Y_s\}</math>, a partition of ''S'' into ''s'' subsets, define the following: | |||
* <math>a</math>, the number of pairs of elements in <math>S</math> that are in the same set in <math>X</math> and in the same set in <math>Y</math> | |||
* <math>b</math>, the number of pairs of elements in <math>S</math> that are in different sets in <math>X</math> and in different sets in <math>Y</math> | |||
* <math>c</math>, the number of pairs of elements in <math>S</math> that are in the same set in <math>X</math> and in different sets in <math>Y</math> | |||
* <math>d</math>, the number of pairs of elements in <math>S</math> that are in different sets in <math>X</math> and in the same set in <math>Y</math> | |||
The Rand index, <math>R</math>, is:<ref name=rand71/><ref name=hb85>{{Cite journal | |||
| doi = 10.1007/BF01908075 | |||
| author = Lawrence Hubert and Phipps Arabie | |||
| title = Comparing partitions | |||
| journal = Journal of Classification | |||
| volume = 2 | |||
|issue=1 | |||
| pages = 193–218 | |||
| year = 1985 | |||
}}</ref> | |||
:<math> R = \frac{a+b}{a+b+c+d} = \frac{a+b}{{n \choose 2 }}</math> | |||
Intuitively, <math>a + b</math> can be considered as the number of agreements between <math>X</math> and <math>Y</math> and <math>c + d</math> as the number of disagreements between <math>X</math> and <math>Y</math>. | |||
===Properties=== | |||
The Rand index has a value between 0 and 1, with 0 indicating that the two data clusters do not agree on any pair of points and 1 indicating that the data clusters are exactly the same. | |||
In mathematical terms, a, b, c, d are defined as follows: | |||
*<math>a = |S^{*}|</math>, where <math>S^{*} = \{ (o_{i}, o_{j}) | o_{i}, o_{j} \in X_{k}, o_{i}, o_{j} \in Y_{l}\}</math> | |||
*<math>b = |S^{*}|</math>, where <math>S^{*} = \{ (o_{i}, o_{j}) | o_{i} \in X_{k_{1}}, o_{j} \in X_{k_{2}}, o_{i} \in Y_{l_{1}}, o_{j} \in Y_{l_{2}}\}</math> | |||
*<math>c = |S^{*}|</math>, where <math>S^{*} = \{ (o_{i}, o_{j}) | o_{i}, o_{j} \in X_{k}, o_{i} \in Y_{l_{1}}, o_{j} \in Y_{l_{2}}\}</math> | |||
*<math>d = |S^{*}|</math>, where <math>S^{*} = \{ (o_{i}, o_{j}) | o_{i} \in X_{k_{1}}, o_{j} \in X_{k_{2}}, o_{i}, o_{j} \in Y_{l}\}</math> | |||
for some <math>1 \leq i,j \leq n, i \neq j, 1 \leq k, k_{1}, k_{2} \leq r, k_{1} \neq k_{2}, 1 \leq l, l_{1},l_{2} \leq s, l_{1} \neq l_{2}</math> | |||
==Adjusted Rand index== | |||
The adjusted Rand index is the corrected-for-chance version of the Rand index.<ref name=rand71/><ref name=hb85/><ref>{{Cite conference | |||
| author = Nguyen Xuan Vinh, Julien Epps and James Bailey | |||
| title = Information Theoretic Measures for Clustering Comparison: Is a Correction for Chance Necessary? | |||
| booktitle = ICML '09: Proceedings of the 26th Annual International Conference on Machine Learning | |||
| year = 2009 | |||
| pages = 1073–1080 | |||
| URL=http://www.ima.umn.edu/~iwen/REU/10.pdf PDF. | |||
| publisher = ACM | |||
}}[http://www.ima.umn.edu/~iwen/REU/10.pdf PDF]. | |||
</ref> Though the Rand Index may only yield a value between 0 and +1, the Adjusted Rand Index can yield negative values if the index is less than the expected index.<ref>http://i11www.iti.uni-karlsruhe.de/extra/publications/ww-cco-06.pdf</ref> | |||
===The contingency table=== | |||
Given a set <math>S</math> of <math>n</math> elements, and two groupings (''e.g.'' clusterings) of these points, namely <math>X = \{ X_1, X_2, \ldots , X_r \}</math> and <math>Y = \{ Y_1, Y_2, \ldots , Y_s \}</math>, the overlap between <math>X</math> and <math>Y</math> can be summarized in a contingency table <math>\left[n_{ij}\right]</math> where each entry <math>n_{ij}</math> denotes the number of objects in common between <math>X_i</math> and <math>Y_j</math> : <math>n_{ij}=|X_i \cap Y_j|</math>. | |||
{| border="0" cellpadding="2" align="center" | |||
|-align="center" valign="center" | |||
! style="border-bottom:1px solid black;border-right:1px solid black;" | X\Y | |||
! style="border-bottom:1px solid black;" | <math>Y_1</math> | |||
! style="border-bottom:1px solid black;" | <math>Y_2</math> | |||
! style="border-bottom:1px solid black;" | <math>\ldots</math> | |||
! style="border-bottom:1px solid black;" | <math>Y_s</math> | |||
! style="border-bottom:1px solid black;border-left:1px solid black;" | Sums | |||
|-align="center" valign="center" | |||
! style="border-right:1px solid black;" | <math>X_1</math> | |||
| <math>n_{11}</math> | |||
| <math>n_{12}</math> | |||
| <math>\ldots</math> | |||
| <math>n_{1s}</math> | |||
| style="border-left:1px solid black;" | <math>a_1</math> | |||
|-align="center" valign="center" | |||
! style="border-right:1px solid black;" | <math>X_2</math> | |||
| <math>n_{21}</math> | |||
| <math>n_{22}</math> | |||
| <math>\ldots</math> | |||
| <math>n_{2s}</math> | |||
| style="border-left:1px solid black;" | <math>a_2</math> | |||
|-align="center" valign="center" | |||
| style="border-right:1px solid black;" | <math>\vdots</math> | |||
| <math>\vdots</math> | |||
| <math>\vdots</math> | |||
| <math>\ddots</math> | |||
| <math>\vdots</math> | |||
| style="border-left:1px solid black;" | <math>\vdots</math> | |||
|-align="center" valign="center" | |||
! style="border-right:1px solid black;" | <math>X_r</math> | |||
| <math>n_{r1}</math> | |||
| <math>n_{r2}</math> | |||
| <math>\ldots</math> | |||
| <math>n_{rs}</math> | |||
| style="border-left:1px solid black;" | <math>a_r</math> | |||
|-align="center" valign="center" | |||
! style="border-right:1px solid black;border-top:1px solid black;" | Sums | |||
| style="border-top:1px solid black;" | <math>b_1</math> | |||
| style="border-top:1px solid black;" | <math>b_2</math> | |||
| style="border-top:1px solid black;" | <math>\ldots</math> | |||
| style="border-top:1px solid black;" | <math>b_s</math> | |||
| style="border-left:1px solid black;border-top:1px solid black;" | | |||
|- | |||
|} | |||
===Definition=== | |||
The adjusted form of the Rand Index, the Adjusted Rand Index, is <math>AdjustedIndex = \frac{Index - ExpectedIndex}{MaxIndex - ExpectedIndex}</math>, more specifically<br /> | |||
<math>ARI = \frac{ \sum_{ij} \binom{n_{ij}}{2} - [\sum_i \binom{a_i}{2} \sum_j \binom{b_j}{2}] / \binom{n}{2} }{ \frac{1}{2} [\sum_i \binom{a_i}{2} + \sum_j \binom{b_j}{2}] - [\sum_i \binom{a_i}{2} \sum_j \binom{b_j}{2}] / \binom{n}{2} }</math> | |||
<br />where <math>n_{ij}, a_i, b_j</math> are values from the contingency table. | |||
==References== | |||
{{Reflist}} | |||
== External links == | |||
* [https://github.com/bjoern-andres/partition-comparison C++ implementation with MATLAB mex files] | |||
[[Category:Machine learning]] | |||
[[Category:Summary statistics for contingency tables]] | |||
[[Category:Clustering criteria]] | |||
Revision as of 13:13, 3 February 2014
The Rand index[1] or Rand measure (named after William M. Rand) in statistics, and in particular in data clustering, is a measure of the similarity between two data clusterings. A form of the Rand index may be defined that is adjusted for the chance grouping of elements, this is the adjusted Rand index. From a mathematical standpoint, Rand index is related to the accuracy, but is applicable even when class labels are not used.
Rand index
Definition
Given a set of elements and two partitions of to compare, , a partition of S into r subsets, and , a partition of S into s subsets, define the following:
Intuitively, can be considered as the number of agreements between and and as the number of disagreements between and .
Properties
The Rand index has a value between 0 and 1, with 0 indicating that the two data clusters do not agree on any pair of points and 1 indicating that the data clusters are exactly the same.
In mathematical terms, a, b, c, d are defined as follows:
Adjusted Rand index
The adjusted Rand index is the corrected-for-chance version of the Rand index.[1][2][3] Though the Rand Index may only yield a value between 0 and +1, the Adjusted Rand Index can yield negative values if the index is less than the expected index.[4]
The contingency table
Given a set of elements, and two groupings (e.g. clusterings) of these points, namely and , the overlap between and can be summarized in a contingency table where each entry denotes the number of objects in common between and : .
| X\Y | Sums | ||||
|---|---|---|---|---|---|
| Sums |
Definition
The adjusted form of the Rand Index, the Adjusted Rand Index, is , more specifically
where are values from the contingency table.
References
43 year old Petroleum Engineer Harry from Deep River, usually spends time with hobbies and interests like renting movies, property developers in singapore new condominium and vehicle racing. Constantly enjoys going to destinations like Camino Real de Tierra Adentro.
External links
- ↑ 1.0 1.1 1.2 One of the biggest reasons investing in a Singapore new launch is an effective things is as a result of it is doable to be lent massive quantities of money at very low interest rates that you should utilize to purchase it. Then, if property values continue to go up, then you'll get a really high return on funding (ROI). Simply make sure you purchase one of the higher properties, reminiscent of the ones at Fernvale the Riverbank or any Singapore landed property Get Earnings by means of Renting
In its statement, the singapore property listing - website link, government claimed that the majority citizens buying their first residence won't be hurt by the new measures. Some concessions can even be prolonged to chose teams of consumers, similar to married couples with a minimum of one Singaporean partner who are purchasing their second property so long as they intend to promote their first residential property. Lower the LTV limit on housing loans granted by monetary establishments regulated by MAS from 70% to 60% for property purchasers who are individuals with a number of outstanding housing loans on the time of the brand new housing purchase. Singapore Property Measures - 30 August 2010 The most popular seek for the number of bedrooms in Singapore is 4, followed by 2 and three. Lush Acres EC @ Sengkang
Discover out more about real estate funding in the area, together with info on international funding incentives and property possession. Many Singaporeans have been investing in property across the causeway in recent years, attracted by comparatively low prices. However, those who need to exit their investments quickly are likely to face significant challenges when trying to sell their property – and could finally be stuck with a property they can't sell. Career improvement programmes, in-house valuation, auctions and administrative help, venture advertising and marketing, skilled talks and traisning are continuously planned for the sales associates to help them obtain better outcomes for his or her shoppers while at Knight Frank Singapore. No change Present Rules
Extending the tax exemption would help. The exemption, which may be as a lot as $2 million per family, covers individuals who negotiate a principal reduction on their existing mortgage, sell their house short (i.e., for lower than the excellent loans), or take part in a foreclosure course of. An extension of theexemption would seem like a common-sense means to assist stabilize the housing market, but the political turmoil around the fiscal-cliff negotiations means widespread sense could not win out. Home Minority Chief Nancy Pelosi (D-Calif.) believes that the mortgage relief provision will be on the table during the grand-cut price talks, in response to communications director Nadeam Elshami. Buying or promoting of blue mild bulbs is unlawful.
A vendor's stamp duty has been launched on industrial property for the primary time, at rates ranging from 5 per cent to 15 per cent. The Authorities might be trying to reassure the market that they aren't in opposition to foreigners and PRs investing in Singapore's property market. They imposed these measures because of extenuating components available in the market." The sale of new dual-key EC models will even be restricted to multi-generational households only. The models have two separate entrances, permitting grandparents, for example, to dwell separately. The vendor's stamp obligation takes effect right this moment and applies to industrial property and plots which might be offered inside three years of the date of buy. JLL named Best Performing Property Brand for second year running
The data offered is for normal info purposes only and isn't supposed to be personalised investment or monetary advice. Motley Fool Singapore contributor Stanley Lim would not personal shares in any corporations talked about. Singapore private home costs increased by 1.eight% within the fourth quarter of 2012, up from 0.6% within the earlier quarter. Resale prices of government-built HDB residences which are usually bought by Singaporeans, elevated by 2.5%, quarter on quarter, the quickest acquire in five quarters. And industrial property, prices are actually double the levels of three years ago. No withholding tax in the event you sell your property. All your local information regarding vital HDB policies, condominium launches, land growth, commercial property and more
There are various methods to go about discovering the precise property. Some local newspapers (together with the Straits Instances ) have categorised property sections and many local property brokers have websites. Now there are some specifics to consider when buying a 'new launch' rental. Intended use of the unit Every sale begins with 10 p.c low cost for finish of season sale; changes to 20 % discount storewide; follows by additional reduction of fiftyand ends with last discount of 70 % or extra. Typically there is even a warehouse sale or transferring out sale with huge mark-down of costs for stock clearance. Deborah Regulation from Expat Realtor shares her property market update, plus prime rental residences and houses at the moment available to lease Esparina EC @ Sengkang - ↑ 2.0 2.1 One of the biggest reasons investing in a Singapore new launch is an effective things is as a result of it is doable to be lent massive quantities of money at very low interest rates that you should utilize to purchase it. Then, if property values continue to go up, then you'll get a really high return on funding (ROI). Simply make sure you purchase one of the higher properties, reminiscent of the ones at Fernvale the Riverbank or any Singapore landed property Get Earnings by means of Renting
In its statement, the singapore property listing - website link, government claimed that the majority citizens buying their first residence won't be hurt by the new measures. Some concessions can even be prolonged to chose teams of consumers, similar to married couples with a minimum of one Singaporean partner who are purchasing their second property so long as they intend to promote their first residential property. Lower the LTV limit on housing loans granted by monetary establishments regulated by MAS from 70% to 60% for property purchasers who are individuals with a number of outstanding housing loans on the time of the brand new housing purchase. Singapore Property Measures - 30 August 2010 The most popular seek for the number of bedrooms in Singapore is 4, followed by 2 and three. Lush Acres EC @ Sengkang
Discover out more about real estate funding in the area, together with info on international funding incentives and property possession. Many Singaporeans have been investing in property across the causeway in recent years, attracted by comparatively low prices. However, those who need to exit their investments quickly are likely to face significant challenges when trying to sell their property – and could finally be stuck with a property they can't sell. Career improvement programmes, in-house valuation, auctions and administrative help, venture advertising and marketing, skilled talks and traisning are continuously planned for the sales associates to help them obtain better outcomes for his or her shoppers while at Knight Frank Singapore. No change Present Rules
Extending the tax exemption would help. The exemption, which may be as a lot as $2 million per family, covers individuals who negotiate a principal reduction on their existing mortgage, sell their house short (i.e., for lower than the excellent loans), or take part in a foreclosure course of. An extension of theexemption would seem like a common-sense means to assist stabilize the housing market, but the political turmoil around the fiscal-cliff negotiations means widespread sense could not win out. Home Minority Chief Nancy Pelosi (D-Calif.) believes that the mortgage relief provision will be on the table during the grand-cut price talks, in response to communications director Nadeam Elshami. Buying or promoting of blue mild bulbs is unlawful.
A vendor's stamp duty has been launched on industrial property for the primary time, at rates ranging from 5 per cent to 15 per cent. The Authorities might be trying to reassure the market that they aren't in opposition to foreigners and PRs investing in Singapore's property market. They imposed these measures because of extenuating components available in the market." The sale of new dual-key EC models will even be restricted to multi-generational households only. The models have two separate entrances, permitting grandparents, for example, to dwell separately. The vendor's stamp obligation takes effect right this moment and applies to industrial property and plots which might be offered inside three years of the date of buy. JLL named Best Performing Property Brand for second year running
The data offered is for normal info purposes only and isn't supposed to be personalised investment or monetary advice. Motley Fool Singapore contributor Stanley Lim would not personal shares in any corporations talked about. Singapore private home costs increased by 1.eight% within the fourth quarter of 2012, up from 0.6% within the earlier quarter. Resale prices of government-built HDB residences which are usually bought by Singaporeans, elevated by 2.5%, quarter on quarter, the quickest acquire in five quarters. And industrial property, prices are actually double the levels of three years ago. No withholding tax in the event you sell your property. All your local information regarding vital HDB policies, condominium launches, land growth, commercial property and more
There are various methods to go about discovering the precise property. Some local newspapers (together with the Straits Instances ) have categorised property sections and many local property brokers have websites. Now there are some specifics to consider when buying a 'new launch' rental. Intended use of the unit Every sale begins with 10 p.c low cost for finish of season sale; changes to 20 % discount storewide; follows by additional reduction of fiftyand ends with last discount of 70 % or extra. Typically there is even a warehouse sale or transferring out sale with huge mark-down of costs for stock clearance. Deborah Regulation from Expat Realtor shares her property market update, plus prime rental residences and houses at the moment available to lease Esparina EC @ Sengkang - ↑ 55 years old Systems Administrator Antony from Clarence Creek, really loves learning, PC Software and aerobics. Likes to travel and was inspired after making a journey to Historic Ensemble of the Potala Palace.
You can view that web-site... ccleaner free downloadPDF. - ↑ http://i11www.iti.uni-karlsruhe.de/extra/publications/ww-cco-06.pdf