SimilaritY 'crawler' a glimpse at one underlying geometry to write this 2_3_5_Writer observations during configuring:
the formula -------------------------------------------------------------------------- -- Gaussian influenced - Aehnlichkeitswarscheinlichkeit --- this function rates the similarity of two -- Lists vergleicht Aehnlichkeit und gibt -- die Prozentzahl der einer stelle -- der beiden listen aus -- foaehnli1 a b = (a-b) foaehnli2 a b = (b-a) --umrechnen in percent mit a bigger b und b bigger a aehnlichF a b = let a1 = if a greater b then ((foaehnli1 a b)/ (a/100) ) else if a smaller b then ((foaehnli2 a b)/ (b/100) ) else 0 in let b1 g h = ((g) / ((h)/100)) in a1 similaritYvalue li la = let a = la -- z.b. [11,12,34,44] in let b = li in let c1 w = sum w in let c2 = c1 a--length in let c3 = c1 b--length in aehnlichF c2 c3 THere are four lines of thought I. simivals in [String] II. data 'Punkt' type III. plotting IV. build 2 3 5 Counter