|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--weka.roughset.Reducts
Constructor Summary | |
Reducts()
|
Method Summary | |
void |
add(Reduct r)
|
Object |
clone()
|
boolean |
containsSubsetOf(Reduct r)
|
void |
filter(double stability)
|
Reduct |
get(int i)
|
boolean |
getCompareDataSets()
Get the value of compareDataSets. |
Instances |
getLastSubtable()
Get the value of lastSubtable. |
int |
getNumSubtables()
Get the value of numSubtables. |
HashSet |
getReducts()
Get the value of reducts. |
Iterator |
iterator()
|
int |
numProperReducts(Instances i)
|
void |
setCompareDataSets(boolean v)
Set the value of compareDataSets. |
void |
setLastSubtable(Instances v)
Set the value of lastSubtable. |
void |
setNumSubtables(int v)
Set the value of numSubtables. |
void |
setReducts(HashSet v)
Set the value of reducts. |
int |
size()
|
String |
toInfoString()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Reducts()
Method Detail |
public void add(Reduct r)
public void filter(double stability)
public boolean containsSubsetOf(Reduct r)
public HashSet getReducts()
public void setReducts(HashSet v)
v
- Value to assign to reducts.public boolean getCompareDataSets()
public void setCompareDataSets(boolean v)
v
- Value to assign to compareDataSets.public int getNumSubtables()
public void setNumSubtables(int v)
v
- Value to assign to numSubtables.public Instances getLastSubtable()
public void setLastSubtable(Instances v)
v
- Value to assign to lastSubtable.public Iterator iterator()
public Reduct get(int i)
public int size()
public int numProperReducts(Instances i)
public Object clone()
clone
in class Object
public String toString()
toString
in class Object
public String toInfoString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |