kernel.SDA | R Documentation |
Kernel discriminant analysis for symbolic data
kernel.SDA(sdt,formula,testSet,h,...)
sdt |
symbolic data table |
formula |
a formula, as in the |
testSet |
vector with numbers objects ij test set |
h |
kernel bandwith size |
... |
argumets passed to dist_SDA functon |
Kernel discriminant analysis for symbolic data is based on the intensity estimatior (that is based on dissimiliarity measure for symbolic data) due to the fact that classical well-known density estimator can not be applied. Density estimator can not be applied due to the fact that symbolic objects are not object of euclidean space and the integral operator for symbolic data is not applicable.
For futher details see ../doc/Kernel_SDA.pdf.pdf
vector of class belongines of each object in test set
Andrzej Dudek andrzej.dudek@ue.wroc.pl
Department of Econometrics and Computer Science, University of Economics, Wroclaw, Poland http://keii.ue.wroc.pl/symbolicDA/
Billard L., Diday E. (eds.) (2006), Symbolic Data Analysis, Conceptual Statistics and Data Mining, John Wiley & Sons, Chichester.
Bock H.H., Diday E. (eds.) (2000), Analysis of symbolic data. Explanatory methods for extracting statistical information from complex data, Springer-Verlag, Berlin.
Diday E., Noirhomme-Fraiture M. (eds.) (2008), Symbolic Data Analysis with SODAS Software, John Wiley & Sons, Chichester.
dist_SDA
# Example 1 # LONG RUNNING - UNCOMMENT TO RUN #sda<-parse.SO("samochody") #model<-kernel.SDA(sda, "Typ_samochodu~.", testSet=6:16, h=0.75) #print(model)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.