Package: e1071 1.7-16

David Meyer

e1071: Misc Functions of the Department of Statistics, Probability Theory Group (Formerly: E1071), TU Wien

Functions for latent class analysis, short time Fourier transform, fuzzy clustering, support vector machines, shortest path computation, bagged clustering, naive Bayes classifier, generalized k-nearest neighbour ...

Authors:David Meyer [aut, cre], Evgenia Dimitriadou [aut, cph], Kurt Hornik [aut], Andreas Weingessel [aut], Friedrich Leisch [aut], Chih-Chung Chang [ctb, cph], Chih-Chen Lin [ctb, cph]

e1071_1.7-16.tar.gz
e1071_1.7-16.tar.gz(r-4.5-noble)e1071_1.7-16.tar.gz(r-4.4-noble)
e1071_1.7-16.tgz(r-4.4-emscripten)e1071_1.7-16.tgz(r-4.3-emscripten)
e1071.pdf |e1071.html
e1071/json (API)
NEWS

# Install 'e1071' in R:
install.packages('e1071', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Uses libs:
  • c++– GNU Standard C++ Library v3

This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.

62 exports 27 stars 14.13 score 3 dependencies 1803 dependents 419 mentions 17.3k scripts 381.6k downloads

Last updated 2 days agofrom:ba0bc20857. Checks:OK: 2. Indexed: yes.

TargetResultDate
Doc / VignettesOKSep 17 2024
R-4.5-linux-x86_64OKSep 17 2024

Exports:allShortestPathsbclustbest.gknnbest.nnetbest.randomForestbest.rpartbest.svmbest.tunebincombinationsbootstrap.lcacenters.bclustclassAgreementclusters.bclustcmeanscompareMatchedClassescountpatterncshelld2sigmoidddiscretedsigmoidelementextractPathfclustIndexgknnhamming.distancehamming.windowhanning.windowhclust.bclusthsv_paletteicaimputeinterpolatekurtosislcamatchClassesmatchControlsmomentnaiveBayespdiscretepermutationsprobplotqdiscreterbridgerdiscreteread.matrix.csrrectangle.windowrwienerscale_data_framesigmoidskewnessstftsvmtunetune.controltune.gknntune.knntune.nnettune.randomForesttune.rparttune.svmwrite.matrix.csrwrite.svm

Dependencies:classMASSproxy

Support Vector Machines---the Interface to libsvm in package e1071

Rendered fromsvmdoc.Rnwusingutils::Sweaveon Sep 17 2024.

Last update: 2024-09-16
Started: 2014-01-10

svm() internals

Rendered fromsvminternals.Rnwusingutils::Sweaveon Sep 17 2024.

Last update: 2024-09-16
Started: 2014-01-10

Readme and manuals

Help Manual

Help pageTopics
Find Shortest Paths Between All Nodes in a Directed GraphallShortestPaths extractPath
Bagged Clusteringbclust centers.bclust clusters.bclust hclust.bclust plot.bclust
Binary Combinationsbincombinations
Bootstrap Samples of LCA Resultsbootstrap.lca print.bootstrap.lca
Boxplot of Cluster Profilesboxplot.bclust
Coefficients Comparing Classification AgreementclassAgreement
Fuzzy C-Means Clusteringcmeans print.fclust
Count Binary Patternscountpattern
Fuzzy C-Shell Clusteringcshell
Discrete Distributionddiscrete pdiscrete qdiscrete rdiscrete
Deprecated Functions in Package e1071e1071-deprecated
Extract Elements of an Arrayelement
Fuzzy Cluster Indexes (Validity/Performance Measures)fclustIndex
Generalized k-Nearest Neighbors Classification or Regressiongknn gknn.default gknn.formula predict.gknn print.gknn
Hamming Distances of Vectorshamming.distance
Computes the Coefficients of a Hamming Window.hamming.window
Computes the Coefficients of a Hanning Window.hanning.window
Sequential color palette based on HSV colorshsv_palette
Independent Component Analysisica plot.ica print.ica
Replace Missing Valuesimpute
Interpolate Values of Arrayinterpolate
Kurtosiskurtosis
Latent Class Analysis (LCA)lca predict.lca print.lca print.summary.lca summary.lca
Find Similar Classes in Two-way Contingency TablescompareMatchedClasses matchClasses
Find Matched Control GroupmatchControls
Statistical Momentmoment
Naive Bayes ClassifiernaiveBayes naiveBayes.default naiveBayes.formula predict.naiveBayes print.naiveBayes
All Permutations of Integers 1:npermutations
Plot Short Time Fourier Transformsplot.stft
Plot SVM Objectsplot.svm
Plot Tuning Objectplot.tune
Predict Method for Support Vector Machinespredict.svm
Probability Plotlines.probplot probplot
Simulation of Brownian Bridgerbridge
Read/Write Sparse Dataread.matrix.csr write.matrix.csr
Computes the Coefficients of a Rectangle Window.rectangle.window
Simulation of Wiener Processrwiener
Scaling and Centering of Data Framesscale_data_frame
The Logistic Function and Derivativesd2sigmoid dsigmoid sigmoid
Skewnessskewness
Computes the Short Time Fourier Transform of a Vectorstft
Support Vector Machinescoef.svm print.summary.svm print.svm summary.svm svm svm.default svm.formula
Parameter Tuning of Functions Using Grid Searchbest.tune print.summary.tune print.tune summary.tune tune
Control Parameters for the Tune Functiontune.control
Convenience Tuning Wrapper Functionsbest.gknn best.nnet best.randomForest best.rpart best.svm tune.gknn tune.knn tune.nnet tune.randomForest tune.rpart tune.svm tune.wrapper
Write SVM Object to Filewrite.svm