|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SotaCell
| Method Summary | |
|---|---|
void |
adjustCell(DataCell cell,
double learningrate)
Adjusts the cells value related to the given cell with given learningrate. |
SotaCell |
clone()
Clones the SotaCell instance and returns the clone. |
String |
getType()
|
double |
getValue()
Returns a double value of the cell. |
void |
loadFrom(ModelContentRO modelContent)
Loads the values from the given ModelContentWO. |
void |
saveTo(ModelContentWO modelContent)
Saves the value of the SotaCell to the given
ModelContentWO. |
| Method Detail |
|---|
void adjustCell(DataCell cell,
double learningrate)
cell - cell to adjust SotaCell withlearningrate - learningrate to adjust cell value withdouble getValue()
SotaCell clone()
void saveTo(ModelContentWO modelContent)
SotaCell to the given
ModelContentWO.
modelContent - The ModelContentWO to save the values
to.
void loadFrom(ModelContentRO modelContent)
throws InvalidSettingsException
ModelContentWO.
modelContent - The ModelContentWO to load the values
from.
InvalidSettingsException - If setting to load is not valid.String getType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||