Class TailConfusion
java.lang.Object
edu.cmu.tetrad.algcomparison.statistic.utils.TailConfusion
A confusion matrix for tails--i.e. TP, FP, TN, FN for counts of arrow endpoints.
 A true positive arrow is counted for X*->Y in the estimated graph if X is not adjacent
 to Y or X--Y or X<--Y.
- Author:
- jdramsey, rubens (November, 2016)
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionintintintintintintint
- 
Constructor Details- 
TailConfusion
 
- 
- 
Method Details- 
getArrowsTppublic int getArrowsTp()
- 
getArrowsFppublic int getArrowsFp()
- 
getArrowsFnpublic int getArrowsFn()
- 
getArrowsTnpublic int getArrowsTn()
- 
getTwoCycleTppublic int getTwoCycleTp()
- 
getTwoCycleFppublic int getTwoCycleFp()
- 
getTwoCycleFnpublic int getTwoCycleFn()
 
-