weka.roughset
Class LocalCovering

java.lang.Object
  |
  +--weka.roughset.LocalCovering

public class LocalCovering
extends Object


Constructor Summary
LocalCovering(Instances i)
           
LocalCovering(LocalCovering l)
           
 
Method Summary
 void addPairs(AttributeValuePairs p)
           
 Instances getInstances()
          Get the value of instances.
 ArrayList getPairSet()
          Get the value of pairSet.
 Iterator iterator()
           
 boolean matches(RoughInstance r)
           
 void removePairs(AttributeValuePairs p)
           
 void setInstances(Instances v)
          Set the value of instances.
 void setPairSet(ArrayList v)
          Set the value of pairSet.
 int size()
           
 String toString()
           
 void trimToFit(RoughInstances r)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LocalCovering

public LocalCovering(Instances i)

LocalCovering

public LocalCovering(LocalCovering l)
Method Detail

getInstances

public Instances getInstances()
Get the value of instances.

Returns:
value of instances.

setInstances

public void setInstances(Instances v)
Set the value of instances.

Parameters:
v - Value to assign to instances.

getPairSet

public ArrayList getPairSet()
Get the value of pairSet.

Returns:
value of pairSet.

setPairSet

public void setPairSet(ArrayList v)
Set the value of pairSet.

Parameters:
v - Value to assign to pairSet.

addPairs

public void addPairs(AttributeValuePairs p)

removePairs

public void removePairs(AttributeValuePairs p)

matches

public boolean matches(RoughInstance r)

trimToFit

public void trimToFit(RoughInstances r)

size

public int size()

iterator

public Iterator iterator()

toString

public String toString()
Overrides:
toString in class Object