SetInstance#

class SetInstance#
SetInstance.name()#

Returns the name of this instance.

Returns:

Name of the instance.

SetInstance.toString()#

Returns a string representation of this instance.

Returns:

String representation of this instance.

SetInstance.size()#

Get the number of tuples in this set. Valid only for non indexed sets.

Returns:

The number of tuples in the set.

SetInstance.members()#

Get the members of this Set. Valid only for non indexed sets.

Returns:

The list of members of the set.

SetInstance.contains(tuple)#

Check wether this set instance contains the specified tuple.

Returns:

TRUE if this set instance contains the specified tuple.

SetInstance.getValues()#

Get values of this set in a data.frame. Valid only for non indexed sets.

Returns:

data.frame containing the values of this set.

SetInstance.setValues(values)#

Set values. Valid only for non indexed sets.