hdi-amiri
hdi-amiri
when I use this in my code, drag drop does not work, any workaround ? .config(['$compileProvider', function ($compileProvider) { $compileProvider.debugInfoEnabled(false); }]) I am using angular-dragdrop version `angular-dragdrop": 1.0.13`
I was wondering why[ `isConverged`](https://github.com/guoguibing/librec/blob/2.0.0/core/src/main/java/net/librec/recommender/AbstractRecommender.java#L459) function is not based on `RMSE` of training set, instead it is based on value of objective function. with this `isConverged` function, I guess it...
If I want to config my recommender with a config file, if I try to load configuration from `Resource` it kind of ignores the config file, but If I try...
Hi If I have dynamic access like following ``` data: { permission: { only: function (transitionProperties) { if (transitionProperties.toParams.type === "A") { return [PERMISSIONS.A]; } else if (transitionProperties.toParams.type === "B")...
I have seen that this directive has options for positive and negative numbers, but I was wondering how can I prevent user from entering zero?  I don't want to...