Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
1answer
121 views

Java: external class for determining equivalence?

Java has a Comparator<T> for providing comparison of objects external to the class itself, to allow for multiple/alternate methods of doing ordered comparisons. But the only standard way of ...
4
votes
3answers
982 views

What's a good data structure for building equivalence classes on nodes of a tree?

I'm looking for a good data structure to build equivalence classes on nodes of a tree. In an ideal structure, the following operations should be fast (O(1)/O(n) as appropriate) and easy (no ...
3
votes
1answer
575 views

Implementing equivalence relations in C++ (using boost::disjoint_sets)

Assume you have many elements, and you need to keep track of the equivalence relations between them. If element A is equivalent to element B, it is equivalent to all the other elements B is equivalent ...
2
votes
3answers
455 views

Python many-to-one mapping (creating equivalence classes)

I have a project of converting one database to another. One of the original database columns defines the row's category. This coulmn should be mapepd to a new category in the new databse. For ...
1
vote
4answers
368 views

Microsoft.VisualBasic.FileIO.FileSystem equivalence in C#

I use VS 2008, .net 3.5, C# projects. I need do the same functionally like Microsoft.VisualBasic.FileIO.FileSystem.DeleteDirectory. Anyone says referencing the Microsoft.VisualBasic is often ...
1
vote
0answers
44 views

Difference between lexemes, orthographical variants and syntactic equivalence classes? [closed]

What are the subtleties/differences in the pedantic definitions of lexemes, orthographical variants and syntactic equivalence classes? I am dealing with social media text.