merge with remote
[aggexp.git] / pkg / R / m_ExponentialWeights.R
index e59e28f..0916287 100644 (file)
@@ -46,10 +46,6 @@ ExponentialWeights = setRefClass(
 
                        appendWeight(finalWeight)
                        return (matricize(x) %*% finalWeight)
-#                      M = matricize(x)
-#                      M[M<=30] = -1
-#                      M[M>30] = 1
-#                      return (30 + M%*%finalWeight)
                }
        )
 )