predict.MLPClassifier {hana.ml.r}R Documentation

MLP Classifier Prediction:

Description

Predict using the multi-layer perceptron model.

Usage

## S3 method for class 'MLPClassifier'
predict(model, data, key, features = NULL)

Arguments

model

R6Class object
MLPCLassifier object for predict

data

DataFrame
DataFrame containing the data.

key

character
Name of the ID column.

features

LISTOFSTRINGS, optional]
Names of the feature columns. If 'features' is not provided, it defaults to all the non-ID columns.

Value

DataFrame

Prediction result, structured as follows:



Softmax values, structured as follows:


[Package hana.ml.r version 1.0.8 Index]