示例#1
0
 /*
  * public void Merge(Affinities other)
  * {
  *  other.Normalize();
  *  Normalize();
  *  foreach (string table in other.tables)
  *      Add(table, other.Get(table));
  *  Normalize();
  * }
  */
 public double Get(string table)
 {
     return(affinities.At(table));
 }