PKERNELPROJ

Plots isolines of kernel projection.



 Synopsis:
  pkernelproj(model)
  pkernelproj(model,options)

 Description:
  This function plots isolines corresponding to points
  having equal value of projection onto kernel basis
  (e.g. onto principal component in Kernel PCA). 
  See 'help kernelproj' for more help on kernel projection.

 Input:
  model [struct] Defines kernel data projection. 

 options [struct] Controls apperance:
  .contours [1x1] Number of plotted contours (Default 10).
  .xgrid [1x1] Density of sampling in x-axis (default 25).x
  .ygrid [1x1] Density of sampling in y-axis (default 25).
 
 Example:
  help kpca;
  
 See also
  KERNELPROJKPCAGDA.


Source: pkernelproj.m

About: Statistical Pattern Recognition Toolbox
(C) 1999-2003, Written by Vojtech Franc and Vaclav Hlavac
Czech Technical University Prague
Faculty of Electrical Engineering
Center for Machine Perception

Modifications:
4-may-2004, VF
22-jan-2003, VF
8-July-2001, V.Franc