return false;
}
protected boolean update(int L, int y, int[] x, double[] v, double[] gs, double[] cWeights, double[] aWeights, int count)
{
IntPrediction max = getPrediction(L, y, x, v, cWeights);
if (max.label != y)
{
updateCounts (L, gs, y, max.label, x, v);
updateWeights(L, gs, y, max.label, x, v, cWeights, aWeights, count);