示例#1
0
 /// <summary>
 /// Returns the label counts as a dictionary of item pairs (int nLabel, int nCount).
 /// </summary>
 /// <returns>The label counts are returned as item pairs (int nLabel, int nCount).</returns>
 public Dictionary <int, int> LoadLabelCounts()
 {
     return(m_factory.LoadLabelCounts(m_src.ID));
 }