powered by
Multiclass logistic regression.
SoftmaxRegression object
Provides functionality for SoftmaxRegression operations.
VectorForgeML-package
model <- SoftmaxRegression$new() X <- matrix(rnorm(20), nrow=10) y <- sample(0:2, 10, replace=TRUE) model$fit(X,y) model$predict(X)
Run the code above in your browser using DataLab