Four-momentum: Difference between revisions

From formulasearchengine
Jump to navigation Jump to search
en>Red Act
No edit summary
 
Line 1: Line 1:
'''Binary''' or '''binomial classification''' is the task of [[Statistical classification|classifying]] the elements of a given [[Set (mathematics)|set]] into two groups on the basis of a [[Classification rule]]. Some typical binary classification tasks are
Invest in a rechargeable battery rrn your wireless gaming controller. You can buy regular power supplies for any controller. If you want to play video games regularly, you will be overeating through a small fortune in the batteries created to run your controllers. A rechargeable battery will save you a lot of profit in the long run.<br><br>To appreciate coins and gems, you will obtain the Clash towards Clans hack equipment to clicking on the end up with button. Contingent by the operating framework that happen to be utilizing, you will market the downloaded document as being admin.  If you adored this short article and you would such as to receive even more info regarding [http://prometeu.net Clash Of Clans Cheat Codes] kindly go to our own webpage. Furnish a person's log in Id and select the gadget. Subsequent to this, you are get into the quantity of diamonds or coins that individuals and start off which the Clash of Clans get into instrument.<br><br>Take pleasure in unlimited points, resources, silver coins or gems, you needs to download the clash of clans get into tool by clicking on the button. Depending around operating system that the using, you will need to run the downloaded file for as administrator. Provide the log in ID and judge the device. After this, you are would be wise to enter the number behind gems or coins that you'd like to get.<br><br>There are no fallout in the least on the way to attacking other players and simply losing, so just tackle and savor it. Win or lose, clients may lose the many troops you have within the attack since they'll are only beneficial to assist you to one mission, nevertheless, you can can steal more techniques with the [https://Www.Vocabulary.com/dictionary/enemy+commune enemy commune] than it cost and make the troops. And you just have more troops within you're barracks. It''s a good idea to grab them queued up until now you decide to onset and that means you are rebuilding your military through the battle.<br><br>Or even a looking Conflict of The entire family Jewels Free, or your are just buying a Affect Conflict of Tribes, has got the smartest choice while on the internet, absolutely free and also only takes a couple of minutes to get all these.<br><br>Video game is infiltrating houses almost. Some play these games for work, remember, though , others play them intended for enjoyment. This customers are booming and won't disappear anytime soon. Keep reading for some fantastic advice on gaming.<br><br>Now that you have read this composition, you need to the easier time locating then loving video games to you. Notwithstanding your favored platform, from your cellphone with a own computer, playing furthermore enjoying video gaming enable you to take the benefit of the worries of a new busy week get details.
 
* medical testing to determine if a patient has certain disease or not (the classification property is the presence of the disease)
* quality control in factories; i.e. deciding if a new product is good enough to be sold, or if it should be discarded (the classification property is being good enough)
* deciding whether a page or an article should be in the result set of a search or not (the classification property is the relevance of the article, or the usefulness to the user)
 
[[Statistical classification]] in general is one of the problems studied in [[computer science]], in order to automatically learn classification systems; some methods suitable for learning binary classifiers include the [[Decision_tree_learning|decision trees]], [[Bayesian network]]s, [[support vector machine]]s, [[neural network]]s, [[probit regression]], and [[logit regression]].
 
Sometimes, classification tasks are trivial. Given 100 balls, some of them red and some blue, a human with normal color vision can easily separate them into red ones and blue ones. However, some tasks, like those in practical medicine, and those interesting from the computer science point-of-view, are far from trivial, and may produce faulty results if executed imprecisely.
 
==Evaluation of binary classifiers==
{| class="wikitable" align="right" width=35% style="font-size:98%; margin-left:0.5em; padding:0.25em; background:#f1f5fc;"
|+ Terminology and derivations<br  
/>from a confusion matrix
|- valign=top
|
; true positive (TP)
:eqv. with hit
; true negative (TN)
:eqv. with correct rejection
; false positive (FP)
:eqv. with [[false alarm]], [[Type I error]]
; false negative (FN)
:eqv. with miss, [[Type II error]]
--------------------------------------------------------
; [[sensitivity (test)|sensitivity]] or true positive rate (TPR)
:eqv. with [[hit rate]], [[Information retrieval#Recall|recall]]
:<math>\mathit{TPR} = \mathit{TP} / P = \mathit{TP} / (\mathit{TP}+\mathit{FN})</math>
; [[Specificity (tests)|specificity]] (SPC) or True Negative Rate
:<math>\mathit{SPC} = \mathit{TN} / N = \mathit{TN} / (\mathit{FP} + \mathit{TN}) </math>
; [[Information retrieval#Precision|precision]] or [[positive predictive value]] (PPV)
:<math>\mathit{PPV} = \mathit{TP} / (\mathit{TP} + \mathit{FP})</math>
; [[negative predictive value]] (NPV)
:<math>\mathit{NPV} = \mathit{TN} / (\mathit{TN} + \mathit{FN})</math>
; [[Information retrieval#Fall-out|fall-out]] or false positive rate (FPR)
:<math>\mathit{FPR} = \mathit{FP} / N = \mathit{FP} / (\mathit{FP} + \mathit{TN})</math>
; [[false discovery rate]] (FDR)
:<math>\mathit{FDR} = \mathit{FP} / (\mathit{FP} + \mathit{TP}) = 1 - \mathit{PPV} </math>
; Miss Rate or [[Type_I_and_type_II_errors#False_positive_and_false_negative_rates|False Negative Rate]] (FNR)
:<math>\mathit{FNR} = \mathit{FN} / (\mathit{FN} + \mathit{TP}) </math>
------------------------------------------------
; [[accuracy]] (ACC)
:<math>\mathit{ACC} = (\mathit{TP} + \mathit{TN}) / (P + N)</math>
;[[F1 score]]
: is the [[Harmonic mean#Harmonic mean of two numbers|harmonic mean]] of [[Information retrieval#Precision|precision]] and [[sensitivity (test)|sensitivity]]
:<math>\mathit{F1} = 2 \mathit{TP} / (2 \mathit{TP} + \mathit{FP} + \mathit{FN})</math>
; [[Matthews correlation coefficient]] (MCC)
:<math> \frac{ TP \times TN - FP \times FN } {\sqrt{ (TP+FP) ( TP + FN ) ( TN + FP ) ( TN + FN ) } }
</math>
 
;Informedness = Sensitivity + Specificity - 1
;Markedness = Precision + NPV - 1
;
<span style="font-size:90%;">''Source: Fawcett (2006).''</span>
|}
 
[[Image:binary-classification-labeled.svg|thumb|220px|right|From the [[confusion matrix]] you can derive four basic measures]]
 
 
To measure the performance of a classifier or predictor there are several values that can be used. Different fields have preferences for specific metric due to the known biases that are accepted. For example, in medicine the concepts [[sensitivity (tests)|sensitivity]] and [[Specificity (tests)|specificity]] are often used. Say we test some people for the presence of a disease. Some of these people have the disease, and our test says they are positive. They are called ''true positives'' (TP). Some have the disease, but the test claims they don't. They are called ''false negatives'' (FN). Some don't have the disease, and the test says they don't - ''true negatives'' (TN). Finally, there might be healthy people who have a positive test result - ''false positives'' (FP). Thus, the number of true positives, false negatives, true negatives, and false positives add up to 100% of the set.  
 
Let us define an experiment from '''P''' positive instances and '''N''' negative instances for some known condition. The four outcomes can be formulated in a 2×2 ''[[contingency table]]'' or ''[[confusion matrix]]'', as follows:
 
{{DiagnosticTesting_Diagram}}
 
'''Specificity''' (TNR) is the proportion of people that tested negative (TN) of all the people that actually are negative (TN+FP). As with sensitivity, it can be looked at as ''the probability that the test result is negative given that the patient is not sick''. With higher specificity, fewer healthy people are labeled as sick (or, in the factory case, the less money the factory loses by discarding good products instead of selling them).
 
'''Sensitivity''' (TPR), also known as [[precision and recall|recall]], is the proportion of people that tested positive (TP) of all the people that actually are positive (TP+FN). It can be seen as ''the probability that the test is positive given that the patient is sick''. With higher sensitivity, fewer actual cases of disease go undetected (or, in the case of the factory quality control, the fewer faulty products go to the market).
 
The relationship between sensitivity and specificity, as well as the performance of the classifier, can be visualized and studied using [[Receiver_Operating_Characteristic|the ROC curve]].
 
In theory, sensitivity and specificity are independent in the sense that it is possible to achieve 100% in both (such as in the red/blue ball example given above). In more practical, less contrived instances, however, there is usually a trade-off, such that they are inversely proportional to one another to some extent.  This is because we rarely measure the actual thing we would like to classify; rather, we generally measure an indicator of the thing we would like to classify, referred to as a [[surrogate endpoint|surrogate marker]]. The reason why 100% is achievable in the ball example is because redness and blueness is determined by directly detecting redness and blueness. However, indicators are sometimes compromised, such as when non-indicators mimic indicators or when indicators are time-dependent, only becoming evident after a certain lag time.  The following example of a pregnancy test will make use of such an indicator.
 
Modern pregnancy tests ''do not'' use the pregnancy itself to determine pregnancy status; rather, [[human chorionic gonadotropin]] is used, or hCG, present in the urine of [[gravid]] females, as a ''surrogate marker to indicate'' that a woman is pregnant.  Because hCG can also be produced by a [[neoplasm|tumor]], the specificity of modern pregnancy tests cannot be 100% (in that false positives are possible).  Also, because hCG is present in the urine in such small concentrations after fertilization and early [[embryogenesis]], the sensitivity of modern pregnancy tests cannot be 100% (in that false negatives are possible).
 
In addition to sensitivity and specificity, the performance of a binary classification test can be measured with [[positive predictive value]] (PPV), also known as [[Accuracy and precision#In binary classification|precision]], and [[negative predictive value]] (NPV). The positive prediction value answers the question "If the test result is ''positive'', how well does that ''predict'' an actual presence of disease?". It is calculated as (true positives) / (true positives + false positives); that is, it is the proportion of true positives out of all positive results. (The negative prediction value is the same, but for negatives, naturally.)
 
[[Accuracy and precision#In binary classification|accuracy]] measures the fraction of all instances that are correctly categorized; it is the ratio of the number of correct classifications to the total number of correct or incorrect classifications.
 
The [[F1 score]] is a measure of a test's performance when a single value is wanted. It considers both the [[Precision (information retrieval)|precision]]  and the [[Recall (information retrieval)|recall]] of the test to compute the score. The traditional or balanced F-score  is the [[Harmonic mean#Harmonic mean of two numbers|harmonic mean]] of precision and recall:
 
:<math>F_1 = 2 \cdot \frac{\mathrm{precision} \cdot \mathrm{recall}}{\mathrm{precision} + \mathrm{recall}} </math>.
 
Note, however, that the F-scores do not take the true negative rate into account, and that measures such as the Phi coefficient, [[Matthews correlation coefficient]], Informedness or Cohen's kappa may be preferable to assess the performance of a binary classifier.<ref name="Powers2007">{{cite journal |first=David M W |last=Powers |date=2007/2011 |title=Evaluation: From Precision, Recall and F-Measure  to ROC, Informedness, Markedness & Correlation |journal=Journal of Machine Learning Technologies |volume=2 |issue=1 |pages=37–63 |url=http://www.bioinfo.in/uploadfiles/13031311552_1_1_JMLT.pdf}}</ref> As a [[Correlation and dependence|correlation coefficient]], the Matthews correlation coefficient is the [[geometric mean]] of the [[regression coefficient]]s of the problem and its [[Dual (mathematics)|dual]]. The component regression coefficients of the Matthews correlation coefficient are [[markedness]] (deltap) and informedness (deltap').<ref name="Perruchet2004">{{cite journal |first1=P. |last1=Perruchet |first2=R. |last2=Peereman |year=2004 |title=The exploitation of distributional information in syllable processing |journal=J. Neurolinguistics |volume=17 |pages=97−119}}</ref>
 
===Example===
 
As an example, suppose there is a test for a disease with 99% sensitivity and 99% specificity. If 2000 people are tested, 1000 of them are sick and 1000 of them are healthy. About 990 true positives 990 true negatives are likely, with 10 false positives and 10 false negatives. The positive and negative prediction values would be 99%, so there can be high confidence in the result.
 
However, if of the 2000 people only 100 are really sick: the likely result is 99 true positives, 1 false negative, 1881 true negatives and 19 false positives. Of the 19+99 people tested positive, only 99 really have the disease - that means, intuitively, that given that a patient's test result is positive, there is only 84% chance that he or she really has the disease. On the other hand, given that the patient's test result is negative, there is only 1 chance in 1882, or 0.05% probability, that the patient has the disease despite the test result.
 
==Converting continuous values to binary==
{{anchor|artificial}} <!--Artificially binary value redirects here-->
Tests whose results are of continuous values, such as most [[blood values]], can artificially be made binary by defining a [[cutoff (reference value)|cutoff value]], with test results being designated as [[positive or negative test|positive or negative]] depending on whether the resultant value is higher or lower than the cutoff.
 
However, such conversion causes a loss of information, as the resultant binary classification does not tell ''how much'' above or below the cutoff a value is. As a result, when converting a continuous value that is close to the cutoff to a binary one, the resultant [[Positive predictive value|positive]] or [[negative predictive value]] is generally higher than the [[predictive value]] given directly from the continuous value. In such cases, the designation of the test of being either positive or negative gives the appearance of an inappropriately high certainty, while the value is in fact in an interval of uncertainty. For example, with the urine concentration of [[Human chorionic gonadotropin|hCG]] as a continuous value, a urine [[pregnancy test]] that measured 52 mIU/ml of hCG may show as "positive" with 50 mIU/ml as cutoff, but is in fact in an interval of uncertainty, which may be apparent only by knowing the original continuous value. On the other hand, a test result very far from the cutoff generally has a resultant positive or negative predictive value that is lower than the predictive value given from the continuous value. For example, a urine hCG value of 200,000 mIU/ml confers a very high probability of pregnancy, but conversion to binary values results in that it shows just as "positive" as the one of 52 mIU/ml.
 
==See also==
* [[Multiclass classification]]
* [[Multi-label classification]]
* [[One-class classification]]
* [[Kernel methods]]
* [[Thresholding (image processing)]]
* [[Prosecutor's fallacy]]
* [[Bayesian inference#Simple examples of Bayesian inference|Examples of Bayesian inference]]
* [[Receiver operating characteristic]]
* [[Matthews correlation coefficient]]
* [[Classification rule]]
* [[Detection theory]]
 
==References==
{{Refimprove|date=March 2011}}
{{reflist}}
 
== Bibliography ==
* [[Nello Cristianini]] and [[John Shawe-Taylor]]. ''An Introduction to Support Vector Machines and other kernel-based learning methods''. Cambridge University Press, 2000. ISBN 0-521-78019-5 ''([http://www.support-vector.net] SVM Book)''
* John Shawe-Taylor and Nello Cristianini.  ''Kernel Methods for Pattern Analysis''.  Cambridge University Press, 2004.  ISBN 0-521-81397-2 ''([http://www.kernel-methods.net] Kernel Methods Book)''
* Bernhard Schölkopf and A. J. Smola: ''Learning with Kernels''. MIT Press, Cambridge, MA, 2002. ''(Partly available on line: [http://www.learning-with-kernels.org].)'' ISBN 0-262-19475-9
 
{{Portal|Statistics}}
{{Statistics|analysis||state=expanded}}
 
[[Category:Statistical classification]]
[[Category:Machine learning]]
 
[[de:Beurteilung eines Klassifikators]]
[[fa:رده‌بندی بیزی]]
[[he:מדדים למבחנים איבחונים]]
[[ja:二項分類]]
[[vi:Phân loại nhị phân]]

Latest revision as of 02:26, 18 November 2014

Invest in a rechargeable battery rrn your wireless gaming controller. You can buy regular power supplies for any controller. If you want to play video games regularly, you will be overeating through a small fortune in the batteries created to run your controllers. A rechargeable battery will save you a lot of profit in the long run.

To appreciate coins and gems, you will obtain the Clash towards Clans hack equipment to clicking on the end up with button. Contingent by the operating framework that happen to be utilizing, you will market the downloaded document as being admin. If you adored this short article and you would such as to receive even more info regarding Clash Of Clans Cheat Codes kindly go to our own webpage. Furnish a person's log in Id and select the gadget. Subsequent to this, you are get into the quantity of diamonds or coins that individuals and start off which the Clash of Clans get into instrument.

Take pleasure in unlimited points, resources, silver coins or gems, you needs to download the clash of clans get into tool by clicking on the button. Depending around operating system that the using, you will need to run the downloaded file for as administrator. Provide the log in ID and judge the device. After this, you are would be wise to enter the number behind gems or coins that you'd like to get.

There are no fallout in the least on the way to attacking other players and simply losing, so just tackle and savor it. Win or lose, clients may lose the many troops you have within the attack since they'll are only beneficial to assist you to one mission, nevertheless, you can can steal more techniques with the enemy commune than it cost and make the troops. And you just have more troops within you're barracks. Its a good idea to grab them queued up until now you decide to onset and that means you are rebuilding your military through the battle.

Or even a looking Conflict of The entire family Jewels Free, or your are just buying a Affect Conflict of Tribes, has got the smartest choice while on the internet, absolutely free and also only takes a couple of minutes to get all these.

Video game is infiltrating houses almost. Some play these games for work, remember, though , others play them intended for enjoyment. This customers are booming and won't disappear anytime soon. Keep reading for some fantastic advice on gaming.

Now that you have read this composition, you need to the easier time locating then loving video games to you. Notwithstanding your favored platform, from your cellphone with a own computer, playing furthermore enjoying video gaming enable you to take the benefit of the worries of a new busy week get details.