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
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
New contributor
add a comment |
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
New contributor
1
The error message you descirbe is not reproducible if I add thearticle
documentclass as well as themultirow
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 isthesis
. 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, thearticle
documentclass was just a guess. If I use thethesis
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 umpteenthesis
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
add a comment |
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
New contributor
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
tables
New contributor
New contributor
edited 13 hours ago
JouleV
4,6681938
4,6681938
New contributor
asked 13 hours ago
MaxMax
1
1
New contributor
New contributor
1
The error message you descirbe is not reproducible if I add thearticle
documentclass as well as themultirow
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 isthesis
. 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, thearticle
documentclass was just a guess. If I use thethesis
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 umpteenthesis
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
add a comment |
1
The error message you descirbe is not reproducible if I add thearticle
documentclass as well as themultirow
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 isthesis
. 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, thearticle
documentclass was just a guess. If I use thethesis
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 umpteenthesis
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
add a comment |
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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.
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
1
The error message you descirbe is not reproducible if I add the
article
documentclass as well as themultirow
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 thethesis
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