|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--edu.uiuc.ge.illigal.gale.data.HoldOutGenerator
This class computes the instance sets for hold out.
Constructor Summary | |
HoldOutGenerator()
|
Method Summary | |
static edu.uiuc.ge.illigal.gale.data.InstanceSet[] |
stratifiedHoldOut(edu.uiuc.ge.illigal.gale.data.InstanceSet inss,
float fProp,
edu.uiuc.ge.illigal.gale.config.GALEConfiguration galeCnf)
Computes the instance sets for a stratified |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public HoldOutGenerator()
Method Detail |
public static edu.uiuc.ge.illigal.gale.data.InstanceSet[] stratifiedHoldOut(edu.uiuc.ge.illigal.gale.data.InstanceSet inss, float fProp, edu.uiuc.ge.illigal.gale.config.GALEConfiguration galeCnf)
inss
- the instance set to usefProp
- the hold out proportion (% training instances)galeCnf
- the GALE environment configuration object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |