Skip to content

Commit 5c31206

Browse files
remove references to ResNet
1 parent 7b81a00 commit 5c31206

6 files changed

+4
-8
lines changed

R/sits_classify.R

+1-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
#' (c) extreme gradient boosting: \code{\link[sits]{sits_xgboost}};
1414
#' (d) multi-layer perceptrons: \code{\link[sits]{sits_mlp}};
1515
#' (e) 1D CNN: \code{\link[sits]{sits_tempcnn}};
16-
#' (f) deep residual networks: \code{\link[sits]{sits_resnet}};
17-
#' (g) self-attention encoders: \code{\link[sits]{sits_lighttae}}.
16+
#' (f) self-attention encoders: \code{\link[sits]{sits_lighttae}}.
1817
#'
1918
#' @param data Data cube (tibble of class "raster_cube")
2019
#' @param ml_model R model trained by \code{\link[sits]{sits_train}}

R/sits_train.R

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
#' and different deep learning functions, including multi-layer perceptrons
1414
#' (see \code{\link[sits]{sits_mlp}}), 1D convolution neural
1515
#' networks \code{\link[sits]{sits_tempcnn}},
16-
#' deep residual networks \code{\link[sits]{sits_resnet}} and
1716
#' self-attention encoders \code{\link[sits]{sits_lighttae}}
1817
#'
1918
#' @param samples Time series with the training samples.

R/sits_variance.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
#' <https://e-sensing.github.io/sitsbook/> for detailed examples.
2828
#' @examples
2929
#' if (sits_run_examples()) {
30-
#' # create a ResNet model
30+
#' # create a random forest model
3131
#' rfor_model <- sits_train(samples_modis_ndvi, sits_rfor())
3232
#' # create a data cube from local files
3333
#' data_dir <- system.file("extdata/raster/mod13q1", package = "sits")

man/sits_classify.Rd

+1-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/sits_train.Rd

-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/sits_variance.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)