Consider an automated Cancer Detector application(CDP).CDP performs 600 tests per day.Among 600 tests 400 tests were consider as positive but original positives are 370 and from the detected negatives 150 negatives were original negatives. Calculate the accuracy, precison, specificity, sensitivity, kappa score and error value.
Search This Blog
Monday, August 5, 2024
Subscribe to:
Comments (Atom)
DBMS Lab
Syllabus WEEK1 WEEK2 ----> Insertion WEEK3 WEEK4 WEEK5 WEEK6 -----> Solutions WEEK7 PL/SQL WEEK8 ( Create a simple PL/SQL program whic...
-
Syllabus WEEK1 WEEK2 ----> Insertion WEEK3 WEEK4 WEEK5 WEEK6 -----> Solutions WEEK7 PL/SQL WEEK8 ( Create a simple PL/SQL program whic...
-
PROBLM NO :1 An Armstrong number of three digits is an integer such that the sum of the cubes of its digits is equal to the number i...
-
Design LALR Bottom up Parser. <parser.l> %{ #include<stdio.h> #include "y.tab.h" %} %% [0-9]+ {yylval...