Which of the following answers is incorrect regarding the Naive Bayes algorithm?

Select the best answer (as an incorrect claim)

Select one:

A.
The algorithm uses the conditional probability of the feature given by the class.

B.
The features can be discrete, but can also be continuous.

C.
Because we want to prevent underflow, we calculate a sum of logs of the probabilities instead of their multiplication .


D.
We prefer features with high dependency to get better prediction.

Answers

Answer 1

Answer:

B. The features can be discrete, but can also be continuous.

Explanation:

Each continuous attribute can be discretized and the continuous attribute value replaced with the matching discrete interval.


Related Questions

During the POST process, the BIOS uses two (2) different ways to notify you of a problem, Error beep codes and error messages, explain how they work.​

Answers

Error beep codes works by giving different kinds of codes as each codes stands to tell the user the issue with the computer  and error messages are known to be in massage format.

How BIOS report when there's an error?

The BIOS is known to use three methods for reporting errors. They are;

Beep codesError/status codesOnscreen messages

Therefore, one can say that Error beep codes works by giving different kinds of codes as each codes stands to tell the user the issue with the computer  and error messages are known to be in massage format.

Note that A good error message contains the problem identification, reason in details and the  solution if it is known to be possible.

Learn more about BIOS from

https://brainly.com/question/1604274

#SPJ1

How could you use the sqrt function from the math module to print the square root of 16?

Answers

Answer:

b

Explanation:

It is not "import sqrt" because import is used to add a module, and "sqrt" is not a module.

It is not sqrt(16) because we need to use the math. prefix so that python recognizes that sqrt is a function from the math module.


The primary memory consists
.... and ...
a) Pendrive b) Hard Disk c) RA
d) Scanner e) ROM

Answers

Answer:

RAM and ROM

Explanation:

Primary memory is random access memory that a processor or computer accesses first or directly. It enables a processor to access running execution apps and services stored in a specified memory address.

Answer:

ROM and RAM (c And e)

Fara is a bit frustrated with trying to write computer programs. Which of the following might be helpful? A. systems software B. typing practice C. new hardware D. presentation software

Answers

Answer:

D

Explanation:

Presentation software is defined as computer programs designed to allow the user to present information in an engaging way such as with text, pictures, sound and video. PowerPoint is an example of a presentation software.

The two types of Desktop Publisher (DTP) frames for entering information are ... and ...​

Answers

Answer:

digital pages and virtual paper pages

The two types of Desktop Publisher (DTP) frames for entering information are digital pages and virtual paper pages.

What do you mean by Desktop publishing?

Desktop publishing may be defined as the process of creating or manufacturing documents through the utilization of page layout software on a personal computer. It may be characterized as the utilization of personal computers in order to design books and booklets that are intended to be printed by inkjet or laser printers.

There are two types of pages that are used for the same intention of designing books, booklets, documents, etc. These pages are known as digital pages and virtual pages. Both these pages are used for specific functions in order to allow users, businesses, and other organizations, to self-publish a wide variety of content.

Therefore, digital pages and virtual pages are the two types of Desktop Publisher (DTP) frames that are used for entering information.

To learn more about Desktop publishing, refer to the link:

https://brainly.com/question/7221406

#SPJ2

What is the "Driver's Compact Law"?

Answers

Answer:

Explanation:

The Driver License Compact is an interstate compact used by States of the United States to exchange information concerning license suspensions and traffic violations of non-residents and forward them to the state where they are licensed known as the home state.

The Driver License Compact is an interstate compact used by States of the United States to exchange information concerning license suspensions and traffic violations of non-residents and forward them to the state where they are licensed known as the home state.

You work at a computer store and a client approaches you, asking you to recommend a computer that she can buy for her son who wants to use the computer for gaming.
Identify the components to consider and provide examples of certain specifications to each component that would be suitable to work for a gaming computer

Answers

Answer:

Explanation:

Here are the most important specs and details you need to keep your eye on when making a computer purchase.

RAM. RAM is short for Random Access Memory. ...

Processor. ...

Storage. ...

Screen Size. ...

Resolution. ...

Operating system.

Copy and paste your code from the previous code practice. If you did not successfully complete it yet, please do that first before completing this code practice.

After your program has prompted the user for how many values should be in the array, generated those values, and printed the whole list, create and call a new function named sumArray. In this method, accept the array as the parameter. Inside, you should sum together all values and then return that value back to the original method call. Finally, print that sum of values.

Answers

The code practice illustrates the following concepts:

Arrays or ListsMethods or Functions

The program in Python

The program written in Python, where comments are used to explain each action is as follows:

#This imports the random module

import random

#This defines the sumArray method

def sumArray(myList):

   #This initializes the sum to 0

   isum = 0

   #This iterates through the list

   for i in myList:

       #This adds the array elements

       isum+=i

   #This returns the sum

   return isum

#This gets the number of values    

n = int(input("Number of values: "))

#This initializes the list

myList = []

#This iterates from 0 to n - 1

for i in range(n):

   #This populates the list

   myList.append(random.randint(0,100))

#This prints the list

print(myList)

#This calls the sumArray method

print(sumArray(myList))

   

Read more about Python programs at:

https://brainly.com/question/24833629

#SPJ1

PART 2 - Exercise 2 - Programming Assignment

Case study:

An event company asks you to design the data structure and program prototype for their running event system. The participant for the running event is expected to reach more than 1000 in various categories. You decided to use hashing function method to store the information for each participant's BIB number in the hash table.

To begin the problem solving, suppose that 10 registered runners need to be stored. The sample BIB number of the runners are: 101, 102, 103, 104, 107, 111, 121, 217, 157, and 185. Apart from BIB number, participant information also contains a name (string), category (int) -e.g., men open (1), women open (2)), and runtime (int). The default value for runtime is 0 (represent 0 minutes).

Suppose that a linked list is used as

a data structure for the hash table, create a program that a. Implement the hashing functions for this problem. You can accept up to 10 inputs from the user or read from a formatted text file of participant information.
b. Create the hashing function that will handle any collision as chaining.
c. Find a bib number and print out the information
d. Print out the content of the linked hash table.​

Answers

Suppose that a linked list is used as a data structure for the hash table, create a program that includes steps his application counts the number of phrases in documents decided on via way of means of the user #include.

What is Programming?

It is the manner of making hard and fast commands that inform a pc the way to carry out a task. Programming may be finished the usage of lots of pc programming languages, inclusive of JavaScript, Python, and C++.

This application counts the quantity of phrases in documents decided on via way of means of the user.#include #include #include the usage of namespace std; //Function 1 int count(string word)go back word.size();}//Function 2int vowel(string word)> filename;//Open the {input|enter">enter file.inputfile.open(filename.c_str()); cout<<"nWord listing after format";cout<<"n____nn"; //If the file succesfully opened, process it.if (inputfile).

Read more about program :

https://brainly.com/question/1538272

#SPJ1

HELPPPPPPPPPPP


What is the best definition of a programming language?
OA. A complex thought process that breaks down difficult problems to
find their solutions
OB. The internal language a computer uses to communicate with other
computers and devices
C. The language that developers use to communicate with one
another about software design
OD. A language that instructs a computer how to carry out functions.

Answers

Answer:

A language that instructs a computer how to carry out functions.

Explanation:

2 what is deep learning?

Answers

Answer:

a type of machine learning based on artificial neural networks in which multiple layers of processing are used to extract progressively higher level features from data.

Question 6 of 10
In which part of the Scratch interface does a programmer combine code
blocks to build the program?
OA. Block palette
OB. Scripts area
OC. Sprite info pane
Stans

Answers

The part of the Scratch interface does a programmer combine code that blocks to build the program is Block palette.

What is block programming in Scratch?

Scratch is known to be a kind of "block-based" programming language. that uses "blocks" in programming.

Note that The block palette is where a lot of script blocks are found and as such, The part of the Scratch interface does a programmer combine code that blocks to build the program is Block palette.

Learn more about programmer from

https://brainly.com/question/23275071

#SPJ1

What allows a person to interact with web browser software?
O user interface
O file transfer protocol
O networking
O URLS

Answers

Answer:

user interface

Explanation:

A Python file that contains variables and functions and can be used in other programs is called a

Answers

Answer:

module

Explanation:

class - something that can be used to create objects

documentation - provides information on the program and how to use it

dictionary - a set of keys and terms that match with keys

Manny has drafted an email message and configured a delivery option "Do not deliver before: 5:00 P.M. and today's date." He shuts down his computer and leaves for the day at 4:30 p.m. What will happen at 5 p.m.?

The message will be delivered from the server.
The message will be delivered from Manny’s computer.
The message will remain in Manny’s outbox until the computer is started and the Outlook program is started the next day.
The message will remain in Manny’s outbox until the computer is started, and he will be prompted to send.

Answers

In this scenario: C. the message will remain in Manny’s outbox until the computer is started and the Outlook program is started the next day.

What is Microsoft Outlook?

Microsoft Outlook simply refers to an e-mail and task management software application that is designed and developed by Microsoft Inc., so as to avail end users an ability to send electronic messages, schedule and plan their work activities on a timely basis.

Based on the time schedule, what would happen is that: C. the message will remain in Manny’s outbox until the computer is started and the Outlook program is started the next day.

Read more on Microsoft Outlook here: https://brainly.com/question/1538272

#SPJ1

Juan plans on using an algorithm to make cookies. What is the step that he should follow immediately after he makes the cookies? A. be sure that he has read the directions properly B. clean everything up C. review his experience D. decide what to bake next

Answers

The step that Juan should follow immediately after he makes the cookies is to review his experience.

What is algorithm?

An algorithm is known to be the way used for handling a problem or carrying out a computation.

Note that The step that Juan should follow immediately after he makes the cookies is to review his experience as he will be able to know if his algorithm  is correct or not.

Learn more about algorithm from

https://brainly.com/question/25978728

#SPJ1

What is the value of this expression:
‘there' == 'here'

Answers

Answer: undefined

Explanation:

just gonna answer it instead of it being a comment

At a murder scene, you have started making an image of a computer’s drive. You’re in the back bedroom of the house, and a small fire has started in the kitchen. If the fire can’t be extinguished, you have only a few minutes to acquire data from a 10 GB hard disk. Discuss your options for preserving the data

Answers

To preserve data, If you've previously emptied the RAM and registry, you may simply disconnect the power from the rear of the PC and remove the drive from the case; otherwise, if you want to save the entire system, you can carry the entire case with you.

What is a hard disk?

A hard disk drive or hard drive is a storage device that store data in an electronic device.

Thus, to preserve data, If you've previously emptied the RAM and registry, you may simply disconnect the power from the rear of the PC and remove the drive from the case; otherwise, if you want to save the entire system, you can carry the entire case with you.

Learn more about hard disk

https://brainly.com/question/14504942

#SPJ1

Karishma is setting up a wired network for a small office. Which hardware component on the computer will help in network connection, and which cables will she use for the most economical network connection?

A bridgenetwork interface cardrepeater connects a computer to a network.
Fiber-opticShielded twisted-pairUnshielded twisted-pair cables are the cheapest option for network connections.

Answers

A hardware component on the computer which will help in network connection is a network interface card.

What is a network interface card?

In Computer technology, a network interface card can be defined as a hardware component installed on a computer system which is used to connect to the Internet or create a network connection.

In this scenario, a hardware component on the computer which will help in network connection is a network interface card, and the cables she would use for the most economical network connection is an unshielded twisted pair cables because it is cheaper than the other types of cables.

Read more on cables here: https://brainly.com/question/25337328

#SPJ1

Answer:

network interface cardunshielded twisted-pair

On September 1, Year 1, a company paid an $21,600 premium on a 36-month insurance policy for coverage beginning on that date. Refer to that policy and fill in the blanks in the following table.

Answers

What is an insurance policy for coverage?

Coverage is a prison agreement between the coverage company (the insurer) and the person(s), business, or entity being insured (the insured). Reading your coverage facilitates you to confirm that the coverage meets your desires and that you apprehend your and the coverage company's duties if a loss occurs.

Read more about the insurance:

https://brainly.com/question/25855858

#SPJ1

The code __ will display the filename of the current workbook. ​

Answers

code field displays file names

define and explain cyberbullying with example​

Answers

Answer:

Definition: Cyberbullying is a form of bullying using electronics as a way to hide behind the screen

Joan got an email telling her she was ugly from Kate, that is cyberbullying.

What data type does the in operator return?

Answers

[tex]\huge\red{Hi!}[/tex]

The Operator data type is any expression that is parsed and returns a value, such as tod() , gui() , rtecall() , = (comparison). An operator is a special symbol or function commonly used in expressions.

You work at a computer store and a client approaches you, asking you to recommend a computer that she can buy for her son who wants to use the computer for gaming.
Identify the components to consider and provide examples of certain specifications to each component that would be suitable to work for a gaming computer. Also provide the best type of cooling system.

Answers

A good gaming computer shall have at least an i5 processor with liquid cooling system with a good graphic card to ensure lag-free gaming.

What are the essentials of a good computer?

A good computer shall have all the connectivity options with good features and best-in class performance. Storage capacity should be high. Furthermore, processor shall be of top-notch and latest quality.

Hence, the essential technical specifications of a computer.

Learn more about computers here:

https://brainly.com/question/21080395

#SPJ1

Determine whether the compound condition is True or False.
2 <3 and 5 <1
3 <3 or 1 ≤1
not (2 == 3)​

Answers

The given compound conditions would be considered true or false as follows:

2 <3 and 5 <1 is  false.3 <3 or 1 ≤1 is true.not (2 == 3) is true.

How do you know if a statement is true or false?

A statement is said to be true if what it shows is the case, and it is false if what it shows is not the case.

Based on what is given above, The given compound conditions would be considered true or false as follows:

2 <3 and 5 <1 is  false.3 <3 or 1 ≤1 is true.not (2 == 3) is true.

Learn more about 'Compound Condition' from:

https://brainly.com/question/18450679

#SPJ1

Write a function where you are given: a list of numbers "nums", a number to search for "num". Return the index of "num" in the list "nums". If "num" is not found in the list, return -1 instead.

Answers

The program is an illustration of functions; functions are used to represent collection of named statements

The program in Python

The function in Python where comments are used to explain each line is as follows:

#This defines the function

def checkList(nums,num):

   #This checks if num exists in nums

   if num in nums:

       #If yes, this returns the index of num

       return nums.index(num)

   #If otherwise, this returns -1

   return -1

Read more about Python programs at:

https://brainly.com/question/26497128

#SPJ1

Discuss the importance of following a well-integrated change control process on IT projects. What are the consequences that can result from not following the best practices?

Answers

The projects that deal with the information system and the computer technology are called IT projects. To reduce the redundancy rates the change control processes are followed.

What is redundancy?

Redundancy is the state of the dismissal or the unuseful components that are the extra parts of the system and can act as the error. So, to avoid redundancy useful resources should be allocated.

To avoid the error and confusion between the two groups working on the same data. These types of changes are important for projects like small tasks, QC and QA, and for the big project research and development.

Therefore, to reduce the redundancy rate well-integrated changes are adopted.

Learn more about IT projects here:

https://brainly.com/question/15239278

#SPJ1

Which emerging technologies will have more injury on our day to day country & How?​

Answers

Explanation:

Complete the sentence with the words below stop push direction slow down move shape speed up pull A force is a. or a.

Which measure is best to use to avoid outliers from corrupting the average?

Answers

A measure which is best to use to avoid outliers from corrupting the average is: C. mode.

What is an outlier?

An outlier can be defined as a numeral that is either unusually too small or large in comparison with the overall pattern of the numerals contained in a data set.

In Statistics, mode is a measure which is best to use to avoid outliers from corrupting the average because it takes into consideration the most frequently occurring numerals in a data set.

Read more on outlier here: brainly.com/question/10600607

#SPJ1

Draw a Hierarchical input process output ( HIPO ) chart to represent a high - level view of the functions of the proposed system .​

Answers

The format to use in drawing the Hierarchical input process output  chart to show a high - level view of the functions of the proposed system is given in the image attached.

What is hierarchical input process output?

An HIPO model is known to be a form of hierarchical input process output model that helps in  systems analysis design and also in documentation .

Note that it is often used for depicting the modules of a system based on the use of hierarchy and for saving each module and thus by following the method used in the image attached, one can draw a Hierarchical input process output ( HIPO ) chart to represent a high - level view of the functions of the proposed system.​

Learn more about HIPO  from

https://brainly.com/question/2665138

#SPJ1

Other Questions
Choose the graph below that matches the equation: =2/3 + 5 When adding sugar to tea, it was observed that the sugar kept dissolving. After aminute, all of the sugar was completely dissolved, as no extra particles can beadded and be seen floating around. The mixture is then considered to be Daily Math QuestionYou can identify sample spaces for compound events using organized lists, tables, and tree diagrams. Which of the three methods do you find easiest to use? Which method is the most helpful? Why?What is the definition of the Fundamental Counting Principle? What does this principle state? How can the principle be used to help you identify a sample space for a compound event? What are the limitations of using the Fundamental Counting Principle when determining the probability of an outcome? Support your answers with an example. The Lincoln-Douglas debates occurred duringA) the House election of 1854.B) the presidential election of 1856.C) the Senate election of 1858.D) the presidential election of 1860. Which best describes the style of an argumentative essay?academicnarrativeinformaldescriptive Translate the shape A four squares right and two squares down.please don't delete this question iltae668.What are the coordinates of the vertices of the image? In the years that followed, I failed her many times, each time asserting my will, my right to fall short of expectations. I didn't get straight As. I didn't become class president. I didn't get into Stanford. I dropped out of college.Which characterization technique does the author use? Help. I will give brainliest if correct. A. -4/3B. -3/4C. 10/17D. 17/10 The ratio of the one leg ofthe right triangle to the otherleg of the right triangle mustbe 8:7. Determine thegreatest length of one leg ofthe right triangle given theother leg of the right triangleis 10.5 feet. ( - 37 + 37 ) - 15 = What is the answerr If there is no author to a website you are citing you cannot cite it. The roof of a clock tower is a pentagonal pyramid. Each side of the base is 7 ft long. The slant height is 9 ft. What is the area of the roof? PLEASE HELP MEE Imagine a group in the United States protesting American involvement in a war overseas burns an American flag and two people are accidentally burned. Many people want to ban flag burning, while others say it is their right. Discuss your position on the issue and include an explanation of how it relates to an amendment in the Bill of Rights (10 points) In order to qualify for a role in a play, an actor must be taller than 64 inches but shorter than 68 inches. The inequality 64 < x < 68, where x represents height, can be used to represent the height range. Which is another way of writing the inequality?x > 64 and x < 68 x > 64 or x < 68 x < 64 and x < 68 x < 64 or x < 68 A client with severe diarrhea asks why so much water is being expelled with each bowel movement. The healthcare provider explains that: If adnan is indeed innocent, did the injustice of racial profiling play a part? using the scale, list all the racial injustices that may have affected the trial. on the other side, list the ways gutierrez tried to negate the jury's potential bias. he national government would like to start a program that would give states money for flood relief. Which of the following states could most likely benefit from a program like this? Idaho Oklahoma Wyoming Mississippi The most commonly recognized characteristics of a profession are:. To aid West Berlin after the WWII was over was called? Find the value of x. x = [?]