Home
last modified time | relevance | path

Searched refs:Gmaxp (Results 1 – 25 of 25) sorted by relevance

/dports/multimedia/vmaf/vmaf-2.3.0/third_party/libsvm/java/libsvm/
H A Dsvm.java917 double Gmaxp = -INF; in select_working_set() local
932 if(-G[t] >= Gmaxp) in select_working_set()
934 Gmaxp = -G[t]; in select_working_set()
963 double grad_diff=Gmaxp+G[j]; in select_working_set()
1009 if(Math.max(Gmaxp+Gmaxp2,Gmaxn+Gmaxn2) < eps) in select_working_set()
H A Dsvm.m4917 double Gmaxp = -INF;
932 if(-G[t] >= Gmaxp)
934 Gmaxp = -G[t];
952 if(ip != -1) // null Q_ip not accessed: Gmaxp=-INF if ip=-1
963 double grad_diff=Gmaxp+G[j];
1009 if(Math.max(Gmaxp+Gmaxp2,Gmaxn+Gmaxn2) < eps)
/dports/science/py-scikit-learn/scikit-learn-1.0.2/sklearn/svm/src/libsvm/
H A Dsvm.cpp1186 double Gmaxp = -INF; in select_working_set() local
1201 if(-G[t] >= Gmaxp) in select_working_set()
1203 Gmaxp = -G[t]; in select_working_set()
1232 double grad_diff=Gmaxp+G[j]; in select_working_set()
1278 if(max(Gmaxp+Gmaxp2,Gmaxn+Gmaxn2) < eps || Gmin_idx == -1) in select_working_set()
/dports/multimedia/vmaf/vmaf-2.3.0/libvmaf/src/
H A Dsvm.cpp1041 double Gmaxp = -INF; in select_working_set() local
1056 if(-G[t] >= Gmaxp) in select_working_set()
1058 Gmaxp = -G[t]; in select_working_set()
1087 double grad_diff=Gmaxp+G[j]; in select_working_set()
1133 if(max(Gmaxp+Gmaxp2,Gmaxn+Gmaxn2) < eps || Gmin_idx == -1) in select_working_set()
/dports/science/libsvm/libsvm-3.23/
H A Dsvm.cpp1037 double Gmaxp = -INF; in select_working_set() local
1052 if(-G[t] >= Gmaxp) in select_working_set()
1054 Gmaxp = -G[t]; in select_working_set()
1083 double grad_diff=Gmaxp+G[j]; in select_working_set()
1129 if(max(Gmaxp+Gmaxp2,Gmaxn+Gmaxn2) < eps || Gmin_idx == -1) in select_working_set()
/dports/science/libsvm-python/libsvm-3.23/java/libsvm/
H A Dsvm.java918 double Gmaxp = -INF; in select_working_set() local
933 if(-G[t] >= Gmaxp) in select_working_set()
935 Gmaxp = -G[t]; in select_working_set()
964 double grad_diff=Gmaxp+G[j]; in select_working_set()
1010 if(Math.max(Gmaxp+Gmaxp2,Gmaxn+Gmaxn2) < eps || Gmin_idx == -1) in select_working_set()
H A Dsvm.m4918 double Gmaxp = -INF;
933 if(-G[t] >= Gmaxp)
935 Gmaxp = -G[t];
953 if(ip != -1) // null Q_ip not accessed: Gmaxp=-INF if ip=-1
964 double grad_diff=Gmaxp+G[j];
1010 if(Math.max(Gmaxp+Gmaxp2,Gmaxn+Gmaxn2) < eps || Gmin_idx == -1)
/dports/science/libsvm-python/libsvm-3.23/
H A Dsvm.cpp1037 double Gmaxp = -INF; in select_working_set() local
1052 if(-G[t] >= Gmaxp) in select_working_set()
1054 Gmaxp = -G[t]; in select_working_set()
1083 double grad_diff=Gmaxp+G[j]; in select_working_set()
1129 if(max(Gmaxp+Gmaxp2,Gmaxn+Gmaxn2) < eps || Gmin_idx == -1) in select_working_set()
/dports/science/libsvm/libsvm-3.23/java/libsvm/
H A Dsvm.java918 double Gmaxp = -INF; in select_working_set() local
933 if(-G[t] >= Gmaxp) in select_working_set()
935 Gmaxp = -G[t]; in select_working_set()
964 double grad_diff=Gmaxp+G[j]; in select_working_set()
1010 if(Math.max(Gmaxp+Gmaxp2,Gmaxn+Gmaxn2) < eps || Gmin_idx == -1) in select_working_set()
H A Dsvm.m4918 double Gmaxp = -INF;
933 if(-G[t] >= Gmaxp)
935 Gmaxp = -G[t];
953 if(ip != -1) // null Q_ip not accessed: Gmaxp=-INF if ip=-1
964 double grad_diff=Gmaxp+G[j];
1010 if(Math.max(Gmaxp+Gmaxp2,Gmaxn+Gmaxn2) < eps || Gmin_idx == -1)
/dports/science/R-cran-e1071/e1071/src/
H A Dsvm.cpp1043 double Gmaxp = -INF; in select_working_set() local
1058 if(-G[t] >= Gmaxp) in select_working_set()
1060 Gmaxp = -G[t]; in select_working_set()
1089 double grad_diff=Gmaxp+G[j]; in select_working_set()
1135 if(max(Gmaxp+Gmaxp2,Gmaxn+Gmaxn2) < eps || Gmin_idx == -1) in select_working_set()
/dports/graphics/hugin/hugin-2020.0.0/src/celeste/
H A Dsvm.cpp1084 double Gmaxp = -INF; in select_working_set() local
1099 if(-G[t] >= Gmaxp) in select_working_set()
1101 Gmaxp = -G[t]; in select_working_set()
1130 double grad_diff=Gmaxp+G[j]; in select_working_set()
1176 if(max(Gmaxp+Gmaxp2,Gmaxn+Gmaxn2) < eps) in select_working_set()
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/imagery/imagery_svm/svm/
H A Dsvm.cpp1036 double Gmaxp = -INF; in select_working_set() local
1051 if(-G[t] >= Gmaxp) in select_working_set()
1053 Gmaxp = -G[t]; in select_working_set()
1082 double grad_diff=Gmaxp+G[j]; in select_working_set()
1128 if(max(Gmaxp+Gmaxp2,Gmaxn+Gmaxn2) < eps) in select_working_set()
/dports/math/octave-forge-nan/nan-3.6.1/src/
H A Dsvm.cpp1075 double Gmaxp = -INF; in select_working_set() local
1090 if(-G[t] >= Gmaxp) in select_working_set()
1092 Gmaxp = -G[t]; in select_working_set()
1121 double grad_diff=Gmaxp+G[j]; in select_working_set()
1167 if(max(Gmaxp+Gmaxp2,Gmaxn+Gmaxn2) < eps || Gmin_idx == -1) in select_working_set()
/dports/multimedia/vmaf/vmaf-2.3.0/third_party/libsvm/
H A Dsvm.cpp1037 double Gmaxp = -INF; in select_working_set() local
1052 if(-G[t] >= Gmaxp) in select_working_set()
1054 Gmaxp = -G[t]; in select_working_set()
1083 double grad_diff=Gmaxp+G[j]; in select_working_set()
1129 if(max(Gmaxp+Gmaxp2,Gmaxn+Gmaxn2) < eps) in select_working_set()
/dports/biology/viennarna/ViennaRNA-2.4.18/src/libsvm-3.24/java/libsvm/
H A Dsvm.java920 double Gmaxp = -INF; in select_working_set() local
935 if(-G[t] >= Gmaxp) in select_working_set()
937 Gmaxp = -G[t]; in select_working_set()
966 double grad_diff=Gmaxp+G[j]; in select_working_set()
1012 if(Math.max(Gmaxp+Gmaxp2,Gmaxn+Gmaxn2) < eps || Gmin_idx == -1) in select_working_set()
H A Dsvm.m4920 double Gmaxp = -INF;
935 if(-G[t] >= Gmaxp)
937 Gmaxp = -G[t];
955 if(ip != -1) // null Q_ip not accessed: Gmaxp=-INF if ip=-1
966 double grad_diff=Gmaxp+G[j];
1012 if(Math.max(Gmaxp+Gmaxp2,Gmaxn+Gmaxn2) < eps || Gmin_idx == -1)
/dports/biology/viennarna/ViennaRNA-2.4.18/src/libsvm-3.24/
H A Dsvm.cpp1037 double Gmaxp = -INF; in select_working_set() local
1052 if(-G[t] >= Gmaxp) in select_working_set()
1054 Gmaxp = -G[t]; in select_working_set()
1083 double grad_diff=Gmaxp+G[j]; in select_working_set()
1129 if(max(Gmaxp+Gmaxp2,Gmaxn+Gmaxn2) < eps || Gmin_idx == -1) in select_working_set()
/dports/biology/vt/vt-0.57721/lib/libsvm/
H A Dsvm.cpp1037 double Gmaxp = -INF; in select_working_set() local
1052 if(-G[t] >= Gmaxp) in select_working_set()
1054 Gmaxp = -G[t]; in select_working_set()
1083 double grad_diff=Gmaxp+G[j]; in select_working_set()
1129 if(max(Gmaxp+Gmaxp2,Gmaxn+Gmaxn2) < eps || Gmin_idx == -1) in select_working_set()
/dports/devel/p5-Algorithm-SVM/Algorithm-SVM-0.13/
H A Dlibsvm.cpp1011 double Gmaxp = -INF; in select_working_set() local
1026 if(-G[t] >= Gmaxp) in select_working_set()
1028 Gmaxp = -G[t]; in select_working_set()
1057 double grad_diff=Gmaxp+G[j]; in select_working_set()
1103 if(max(Gmaxp+Gmaxp2,Gmaxn+Gmaxn2) < eps) in select_working_set()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/ml/src/
H A Dsvm.cpp1216 double Gmaxp = -INF; in select_working_set() local
1230 if (-G[t] >= Gmaxp) { in select_working_set()
1231 Gmaxp = -G[t]; in select_working_set()
1258 double grad_diff = Gmaxp + G[j]; in select_working_set()
1304 if (max(Gmaxp + Gmaxp2, Gmaxn + Gmaxn2) < eps) in select_working_set()
/dports/math/fcl05/fcl-0.5.0/test/libsvm/
H A Dsvm.cpp1046 double Gmaxp = -INF; in select_working_set() local
1061 if(-G[t] >= Gmaxp) in select_working_set()
1063 Gmaxp = -G[t]; in select_working_set()
1092 double grad_diff=Gmaxp+G[j]; in select_working_set()
1138 if(max(Gmaxp+Gmaxp2,Gmaxn+Gmaxn2) < eps) in select_working_set()
/dports/math/fcl/fcl-0.7.0/test/libsvm/
H A Dsvm.cpp1079 double Gmaxp = -INF; in select_working_set() local
1094 if(-G[t] >= Gmaxp) in select_working_set()
1096 Gmaxp = -G[t]; in select_working_set()
1125 double grad_diff=Gmaxp+G[j]; in select_working_set()
1171 if(max(Gmaxp+Gmaxp2,Gmaxn+Gmaxn2) < eps) in select_working_set()
/dports/math/gretl/gretl-2021d/plugin/libsvm/
H A Dsvmlib.cpp1033 double Gmaxp = -INF; in select_working_set() local
1047 if (-G[t] >= Gmaxp) { in select_working_set()
1048 Gmaxp = -G[t]; in select_working_set()
1071 double grad_diff = Gmaxp+G[j]; in select_working_set()
1110 if (max(Gmaxp+Gmaxp2, Gmaxn+Gmaxn2) < eps || Gmin_idx == -1) in select_working_set()
/dports/science/R-cran-kernlab/kernlab/src/
H A Dsvm.cpp1119 double Gmaxp = -INF; in select_working_set() local
1134 if(-G[t] >= Gmaxp) in select_working_set()
1136 Gmaxp = -G[t]; in select_working_set()
1165 double grad_diff=Gmaxp+G[j]; in select_working_set()
1211 if(max(Gmaxp+Gmaxp2,Gmaxn+Gmaxn2) < eps) in select_working_set()