R/coef.cv.tropsvm.R

Defines functions coef.cv.tropsvm

Documented in coef.cv.tropsvm

#' Extract Optimal Tropical Hyperplane from a cv.tropsvm object
#'
#' Obtain the optimal tropical hyperplane in the form of vectors from a cv.tropsvm object.
#'
#' @param object a fitted \code{"cv.tropsvm"} object.
#' @param \dots Not used. Other arguments.

#' @return An output of the apex of the fitted optimal tropical hyperplane.
#' @method coef cv.tropsvm
#' @export
#' @export coef.cv.tropsvm
coef.cv.tropsvm <- function(object, ...) {
  coef.tropsvm(object)
}
HoujieWang/Rtropical documentation built on May 18, 2022, 11:56 a.m.