Learn R Programming

aifeducation (version 1.0.2)

Reliability_Server: Server function for: graphical user interface for displaying the reliability of classifiers.

Description

Functions generates the functionality of a page on the server.

Usage

Reliability_Server(id, model)

Value

This function does nothing return. It is used to create the functionality of a page for a shiny app.

Arguments

id

string determining the id for the namespace.

model

Model used for inference.

See Also

Other studio_gui_page_classifier_reliability: Reliability_UI()