|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--weka.roughset.LocalCovering
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 |
public LocalCovering(Instances i)
public LocalCovering(LocalCovering l)
Method Detail |
public Instances getInstances()
public void setInstances(Instances v)
v
- Value to assign to instances.public ArrayList getPairSet()
public void setPairSet(ArrayList v)
v
- Value to assign to pairSet.public void addPairs(AttributeValuePairs p)
public void removePairs(AttributeValuePairs p)
public boolean matches(RoughInstance r)
public void trimToFit(RoughInstances r)
public int size()
public Iterator iterator()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |