Nothing
#' @include FamiliarS4Generics.R
#' @include FamiliarS4Classes.R
NULL
# familiarNoneNoveltyDetector --------------------------------------------------
setClass(
"familiarNoneNoveltyDetector",
contains = "familiarNoveltyDetector")
# is_available -----------------------------------------------------------------
setMethod(
"is_available",
signature(object = "familiarNoneNoveltyDetector"),
function(object, ...) {
# We can always not create a novelty detector.
return(TRUE)
}
)
.get_available_none_detectors <- function(show_general = TRUE) {
return(c("none", "false", "no"))
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.