Skip to content

Commit e9a7c2b

Browse files
committed
changing M to code M
1 parent 756a5f8 commit e9a7c2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

classification1.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ kable(math_table, booktabs = TRUE,
535535
```
536536

537537
The result of this computation shows that 3 of the 5 nearest neighbors to our new observation are
538-
malignant ("M"); since this is the majority, we classify our new observation as malignant.
538+
malignant (`M`); since this is the majority, we classify our new observation as malignant.
539539
These 5 neighbors are circled in Figure \@ref(fig:05-multiknn-3).
540540

541541
```{r 05-multiknn-3, echo = FALSE, fig.height = 3.5, fig.width = 4.5, fig.cap="Scatter plot of concavity versus perimeter with 5 nearest neighbors circled."}

0 commit comments

Comments
 (0)