compact support vector machine regression model -凯发k8网页登录
package: classreg.learning.regr
compact support vector machine regression model
description
compactregressionsvm
is a compact support vector machine (svm) regression model. it consumes less memory than a full, trained support vector machine model (regressionsvm
model) because it does not store the data used to train the model.
because the compact model does not store the training data, you cannot use it to perform certain tasks, such as cross validation. however, you can use a compact svm regression model to predict responses using new input data.
construction
returns a compact svm regression model compactmdl
= compact(mdl
)compactmdl
from a full, trained svm regression model, mdl
. for more information, see .
input arguments
properties
object functions
discardsupportvectors | discard support vectors for linear support vector machine (svm) regression model |
gather properties of statistics and machine learning toolbox object from gpu | |
convert support vector machine (svm) regression model to incremental learner | |
lime | local interpretable model-agnostic explanations (lime) |
regression error for support vector machine regression model | |
partialdependence | compute partial dependence |
plotpartialdependence | create partial dependence plot (pdp) and individual conditional expectation (ice) plots |
predict responses using support vector machine regression model | |
shapley | shapley values |
update | update model parameters for code generation |
copy semantics
value. to learn how value classes affect copy operations, see .
examples
references
[1] nash, w.j., t. l. sellers, s. r. talbot, a. j. cawthorn, and w. b. ford. "the population biology of abalone (haliotis species) in tasmania. i. blacklip abalone (h. rubra) from the north coast and islands of bass strait." sea fisheries division, technical report no. 48, 1994.
[2] waugh, s. "extending and benchmarking cascade-correlation: extensions to the cascade-correlation architecture and benchmarking of feed-forward supervised artificial neural networks." university of tasmania department of computer science thesis, 1995.
[3] clark, d., z. schreter, a. adams. "a quantitative comparison of dystal and backpropagation." submitted to the australian conference on neural networks, 1996.
[4] lichman, m. uci machine learning repository, [http://archive.ics.uci.edu/ml]. irvine, ca: university of california, school of information and computer science.
extended capabilities
version history
introduced in r2015bsee also
fitrsvm
| regressionsvm
| | update