Description Usage Arguments Details Value
These functions allow to calculate Vapnik-Chervonenkis Dimension that is used in Probably Approximately Correct (PAC) Learning to get the sample complexity of a given model.
1 2 3 |
d |
The number of dimensions (variables) in the model. |
vcDimensionLinearRegression
allows to calculate VC dimension for Multiple Linear Model.
vcDimensionArtificialNeuralNetwork
allows to calculate VC dimension for ANN, restricting that the neural network must have just one hidden layer with the number of hidden neurons equal to the number of input neurons in the input layer. This consider a ANN with just one output neuron in the output layer.
vcDimensionNaiveBayes
allows to calculate VC dimension for Naive Bayes classifier. This function consider a NB to classify two classes.
This functions returns a "float" number that represents VC-Dimension.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.