Confusion matrixCannot make latex multicolumn workHow to get multiple multirows in a table?Misplaced omit...

F1 visa even for a three-week course?

4 Spheres all touching each other??

How to satisfy a player character's curiosity about another player character?

How to avoid being sexist when trying to employ someone to function in a very sexist environment?

If I delete my router's history can my ISP still provide it to my parents?

What is Crew Dragon approaching in this picture?

Sometimes a banana is just a banana

Called into a meeting and told we are being made redundant (laid off) and "not to share outside". Can I tell my partner?

Why do neural networks need so many training examples to perform?

Word to be used for "standing with your toes pointing out"

Criticizing long fiction. How is it different from short?

What's the rationale behind the objections to these measures against human trafficking?

How should I state my MS degree in my CV when it was in practice a joint-program?

For Loop and Sum

Why didn't Eru and/or the Valar intervene when Sauron corrupted Númenor?

How can I mix up weapons for large groups of similar monsters/characters?

Which branches of mathematics can be done just in terms of morphisms and composition?

Finding the number of integers that are a square and a cube at the same time

Find the number of ways to express 1050 as sum of consecutive integers

Wanted: 5.25 floppy to usb adapter

Is the theory of the category of topological spaces computable?

Dilemma of explaining to interviewer that he is the reason for declining second interview

Obtaining a matrix of complex values from associations giving the real and imaginary parts of each element?

What is the wife of a henpecked husband called?



Confusion matrix


Cannot make latex multicolumn workHow to get multiple multirows in a table?Misplaced omit when using multicolumn within multirow“! Misplaced omit” error in multicolumn and BlackCelltabu package - gaps in vertical lineshline not workingextra alignment tab has been changed to crInexplicable table error — 'extra alignment tab' but I definitely have the right # columns; also overfull hboxHorizontal lines in nested tabular environmentMissing vertical lines in the latex table













0















I want to make confusion matrix, but I still get error !Misplaced cr. Could someone help me where is the problem? Here is code



   begin{table}[]
begin{tabular}{ll|c|c|}
cline{3-4}
& & multicolumn{2}{c|}{Actual} \ cline{3-4}
& & multicolumn{1}{l|}{Malware} & multicolumn{1}{l|}{Benign} \ hline
multicolumn{1}{|l|}{multirow{2}{*}{Predicted}} & Malware & TP & FP \ cline{2-4}
multicolumn{1}{|l|}{} & Benign & FN & TN \ hline
end{tabular}
end{table}









share|improve this question









New contributor




Max is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
















  • 1





    The error message you descirbe is not reproducible if I add the article documentclass as well as the multirow package to turn your code fragment into a compilable MWE. The output I recieve is the following: i.stack.imgur.com/4eCce.png

    – leandriis
    13 hours ago











  • Thanks, multirow package I have included, however I am using layout for thesis, where documentclass is thesis. Is it possible to run it without article, or there is some other solution?

    – Max
    13 hours ago













  • Since you did not initially include the information about the documentclass you use into the question, the article documentclass was just a guess. If I use the thesis documentclass included in miktex your code works as well. Therefor please produce a MWE that reproduces your problem.

    – leandriis
    13 hours ago






  • 2





    There are umpteen thesis classes around the world (people have little fantasy in naming classes); without knowing which one you're using it's difficult to say more.

    – egreg
    11 hours ago
















0















I want to make confusion matrix, but I still get error !Misplaced cr. Could someone help me where is the problem? Here is code



   begin{table}[]
begin{tabular}{ll|c|c|}
cline{3-4}
& & multicolumn{2}{c|}{Actual} \ cline{3-4}
& & multicolumn{1}{l|}{Malware} & multicolumn{1}{l|}{Benign} \ hline
multicolumn{1}{|l|}{multirow{2}{*}{Predicted}} & Malware & TP & FP \ cline{2-4}
multicolumn{1}{|l|}{} & Benign & FN & TN \ hline
end{tabular}
end{table}









share|improve this question









New contributor




Max is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
















  • 1





    The error message you descirbe is not reproducible if I add the article documentclass as well as the multirow package to turn your code fragment into a compilable MWE. The output I recieve is the following: i.stack.imgur.com/4eCce.png

    – leandriis
    13 hours ago











  • Thanks, multirow package I have included, however I am using layout for thesis, where documentclass is thesis. Is it possible to run it without article, or there is some other solution?

    – Max
    13 hours ago













  • Since you did not initially include the information about the documentclass you use into the question, the article documentclass was just a guess. If I use the thesis documentclass included in miktex your code works as well. Therefor please produce a MWE that reproduces your problem.

    – leandriis
    13 hours ago






  • 2





    There are umpteen thesis classes around the world (people have little fantasy in naming classes); without knowing which one you're using it's difficult to say more.

    – egreg
    11 hours ago














0












0








0


1






I want to make confusion matrix, but I still get error !Misplaced cr. Could someone help me where is the problem? Here is code



   begin{table}[]
begin{tabular}{ll|c|c|}
cline{3-4}
& & multicolumn{2}{c|}{Actual} \ cline{3-4}
& & multicolumn{1}{l|}{Malware} & multicolumn{1}{l|}{Benign} \ hline
multicolumn{1}{|l|}{multirow{2}{*}{Predicted}} & Malware & TP & FP \ cline{2-4}
multicolumn{1}{|l|}{} & Benign & FN & TN \ hline
end{tabular}
end{table}









share|improve this question









New contributor




Max is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












I want to make confusion matrix, but I still get error !Misplaced cr. Could someone help me where is the problem? Here is code



   begin{table}[]
begin{tabular}{ll|c|c|}
cline{3-4}
& & multicolumn{2}{c|}{Actual} \ cline{3-4}
& & multicolumn{1}{l|}{Malware} & multicolumn{1}{l|}{Benign} \ hline
multicolumn{1}{|l|}{multirow{2}{*}{Predicted}} & Malware & TP & FP \ cline{2-4}
multicolumn{1}{|l|}{} & Benign & FN & TN \ hline
end{tabular}
end{table}






tables






share|improve this question









New contributor




Max is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question









New contributor




Max is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question








edited 13 hours ago









JouleV

4,6681938




4,6681938






New contributor




Max is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 13 hours ago









MaxMax

1




1




New contributor




Max is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Max is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Max is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.








  • 1





    The error message you descirbe is not reproducible if I add the article documentclass as well as the multirow package to turn your code fragment into a compilable MWE. The output I recieve is the following: i.stack.imgur.com/4eCce.png

    – leandriis
    13 hours ago











  • Thanks, multirow package I have included, however I am using layout for thesis, where documentclass is thesis. Is it possible to run it without article, or there is some other solution?

    – Max
    13 hours ago













  • Since you did not initially include the information about the documentclass you use into the question, the article documentclass was just a guess. If I use the thesis documentclass included in miktex your code works as well. Therefor please produce a MWE that reproduces your problem.

    – leandriis
    13 hours ago






  • 2





    There are umpteen thesis classes around the world (people have little fantasy in naming classes); without knowing which one you're using it's difficult to say more.

    – egreg
    11 hours ago














  • 1





    The error message you descirbe is not reproducible if I add the article documentclass as well as the multirow package to turn your code fragment into a compilable MWE. The output I recieve is the following: i.stack.imgur.com/4eCce.png

    – leandriis
    13 hours ago











  • Thanks, multirow package I have included, however I am using layout for thesis, where documentclass is thesis. Is it possible to run it without article, or there is some other solution?

    – Max
    13 hours ago













  • Since you did not initially include the information about the documentclass you use into the question, the article documentclass was just a guess. If I use the thesis documentclass included in miktex your code works as well. Therefor please produce a MWE that reproduces your problem.

    – leandriis
    13 hours ago






  • 2





    There are umpteen thesis classes around the world (people have little fantasy in naming classes); without knowing which one you're using it's difficult to say more.

    – egreg
    11 hours ago








1




1





The error message you descirbe is not reproducible if I add the article documentclass as well as the multirow package to turn your code fragment into a compilable MWE. The output I recieve is the following: i.stack.imgur.com/4eCce.png

– leandriis
13 hours ago





The error message you descirbe is not reproducible if I add the article documentclass as well as the multirow package to turn your code fragment into a compilable MWE. The output I recieve is the following: i.stack.imgur.com/4eCce.png

– leandriis
13 hours ago













Thanks, multirow package I have included, however I am using layout for thesis, where documentclass is thesis. Is it possible to run it without article, or there is some other solution?

– Max
13 hours ago







Thanks, multirow package I have included, however I am using layout for thesis, where documentclass is thesis. Is it possible to run it without article, or there is some other solution?

– Max
13 hours ago















Since you did not initially include the information about the documentclass you use into the question, the article documentclass was just a guess. If I use the thesis documentclass included in miktex your code works as well. Therefor please produce a MWE that reproduces your problem.

– leandriis
13 hours ago





Since you did not initially include the information about the documentclass you use into the question, the article documentclass was just a guess. If I use the thesis documentclass included in miktex your code works as well. Therefor please produce a MWE that reproduces your problem.

– leandriis
13 hours ago




2




2





There are umpteen thesis classes around the world (people have little fantasy in naming classes); without knowing which one you're using it's difficult to say more.

– egreg
11 hours ago





There are umpteen thesis classes around the world (people have little fantasy in naming classes); without knowing which one you're using it's difficult to say more.

– egreg
11 hours ago










0






active

oldest

votes











Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "85"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});






Max is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f477536%2fconfusion-matrix%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes








Max is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















Max is a new contributor. Be nice, and check out our Code of Conduct.













Max is a new contributor. Be nice, and check out our Code of Conduct.












Max is a new contributor. Be nice, and check out our Code of Conduct.
















Thanks for contributing an answer to TeX - LaTeX Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f477536%2fconfusion-matrix%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Why does my Macbook overheat and use so much CPU and energy when on YouTube?Why do so many insist on using...

Puerta de Hutt Referencias Enlaces externos Menú de navegación15°58′00″S 5°42′00″O /...

How to prevent page numbers from appearing on glossaries?How to remove a dot and a page number in the...