Reliability_Server {aifeducation} | R Documentation |
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)
Arguments
id |
|
model |
Model used for inference. |
Value
This function does nothing return. It is used to create the functionality of a page for a shiny app.
See Also
Other studio_gui_page_classifier_reliability:
Reliability_UI()
[Package aifeducation version 1.0.2 Index]