|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectFactorizer
public class Factorizer
Constructor Summary | |
---|---|
Factorizer(Domain d)
Creates a new instance of Binarizer |
Method Summary | |
---|---|
IntList |
convert(IntList orig)
|
IntMap |
convert(IntMap orig)
|
IntSet |
convert(IntSet orig)
|
Table |
convert(Table orig)
|
Table[] |
convert(Table[] vals)
|
IntMap |
toOriginal(IntMap bin)
|
Methods inherited from class Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Factorizer(Domain d)
Method Detail |
---|
public Table convert(Table orig)
public IntMap convert(IntMap orig)
public IntMap toOriginal(IntMap bin)
public IntSet convert(IntSet orig)
public IntList convert(IntList orig)
public Table[] convert(Table[] vals)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |