Beispiel #1
0
 public double Distance(Output output)
 {
     return(Formulae.CalculateEcludianDistance(GetEnumerable(), output.GetEnumerable()));
 }