Description Usage Arguments Value
View source: R/summaryS3methods.R
Prints a H2OBinomialMetrics object in Pandoc's markdown.
1 2 | ## S3 method for class 'H2OBinomialMetrics'
pander(H2OBinomialMetricsObject, type)
|
H2OBinomialMetricsObject |
H2OBinomialMetrics object |
type |
Character name specifying the type of metric (e.g., "training", "validation", "cross-validation") |
By default this function outputs (see: ?cat
) the result.
If you would want to catch the result instead, then call pander_return
instead.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.