hdi-amiri

Results 5 issues of 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? ![image](https://user-images.githubusercontent.com/10879511/29269902-41a53e9e-8109-11e7-95b1-40692f3bcaab.png) I don't want to...