ParametersState parametersState = (ParametersState) value;
color = parametersState.getBackgroundColor();
}
else if (value instanceof LearningState)
{
LearningState learningState = (LearningState) value;
color = learningState.getBackgroundColor();
}
else if (column == errorOnTestDataColumnIndex ||
column == notGuessedClassesPercentColumnIndex)
{
color = reflectDoubleToColorInterval((Double) value);