|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsit.AvgLearner
public class AvgLearner
Constructor Summary | |
---|---|
AvgLearner()
|
Method Summary | |
---|---|
void |
init(clus.data.rows.RowData data,
clus.main.Settings sett)
Initialize the MTLearner |
void |
initXVal(int nrFolds)
|
clus.data.rows.RowData |
LearnModel(TargetSet targets)
Learns a model for the complete trainingset and returns predictions for the testset |
void |
setData(clus.data.rows.RowData data)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface sit.MTLearner |
---|
LearnModel, setTestData |
Constructor Detail |
---|
public AvgLearner()
Method Detail |
---|
public void init(clus.data.rows.RowData data, clus.main.Settings sett)
MTLearner
init
in interface MTLearner
data
- The datasetsett
- The settings filepublic clus.data.rows.RowData LearnModel(TargetSet targets)
MTLearner
LearnModel
in interface MTLearner
targets
- The targets used in the MT model
public void setData(clus.data.rows.RowData data)
setData
in interface MTLearner
public void initXVal(int nrFolds)
initXVal
in interface MTLearner
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |