Uses of Class
featRep.FeatureRepresentation

Packages that use FeatureRepresentation
libsvm   
 

Uses of FeatureRepresentation in libsvm
 

Fields in libsvm declared as FeatureRepresentation
private  FeatureRepresentation Kernel.fr
           
 FeatureRepresentation svm_parameter.fr
           
 

Methods in libsvm with parameters of type FeatureRepresentation
(package private) static double Kernel.dot(svm_node[] x, svm_node[] y, FeatureRepresentation fr, boolean useExpectedValues)