Skip to content

Commit 775b948

Browse files
committed
Update mlClassificationLogisticMultinomial.R
1 parent 79e2fe5 commit 775b948

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

R/mlClassificationLogisticMultinomial.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1616
#
1717

18-
mlClassificationLogistic <- function(jaspResults, dataset, options, ...) {
18+
mlClassificationLogisticMultinomial <- function(jaspResults, dataset, options, ...) {
1919

2020
# Preparatory work
2121
dataset <- .mlClassificationReadData(dataset, options)
@@ -63,7 +63,7 @@ mlClassificationLogistic <- function(jaspResults, dataset, options, ...) {
6363
# .mlClassificationPlotBoundaries(dataset, options, jaspResults, ready, position = 12, type = "logistic")
6464
}
6565

66-
.logisticRegressionClassification <- function(dataset, options, jaspResults, ready) {
66+
.logisticMultinomialClassification <- function(dataset, options, jaspResults, ready) {
6767
# Import model formula from jaspResults
6868
formula <- jaspResults[["formula"]]$object
6969
# Split the data into training and test sets

0 commit comments

Comments
 (0)