String Kernel Function: Difference between revisions

From GM-RKB
Jump to navigation Jump to search
m (Text replace - " Geoffrey I. Webb" to " Geoffrey I. Webb")
 
m (Text replacement - "<U>AKA</U>" to "AKA")
Line 1: Line 1:
A [[String Kernel Function]] is a [[Kernel Function]] that evaluates the similarity between two [[string]]s.
A [[String Kernel Function]] is a [[Kernel Function]] that evaluates the similarity between two [[string]]s.
* <B><U>AKA</U>:</B> [[Sequence Kernel Function]]
* <B>AKA:</B> [[Sequence Kernel Function]]
* <B><U>Context</U>:</B>
* <B><U>Context</U>:</B>
** A proposed approach is to count the number of common [[Subsequence]]s between two [[string]]s and weight their matches by their [[Sequence Length]] and to computer the [[Dot Product]].
** A proposed approach is to count the number of common [[Subsequence]]s between two [[string]]s and weight their matches by their [[Sequence Length]] and to computer the [[Dot Product]].

Revision as of 23:07, 10 September 2014

A String Kernel Function is a Kernel Function that evaluates the similarity between two strings.



References

2011

2002

2000

1999