HomeSort by relevance Sort by last modified time
    Searched defs:NU (Results 1 - 13 of 13) sorted by null

  /external/opencv3/modules/java/src/
ml+SVM.java 33 NU = 3,
  /external/lzma/C/
Ppmd7.c 17 #define U2B(nu) ((UInt32)(nu) * UNIT_SIZE)
18 #define U2I(nu) (p->Units2Indx[(nu) - 1])
49 UInt16 NU;
135 unsigned i, nu = I2U(oldIndx) - I2U(newIndx); local
137 if (I2U(i = U2I(nu)) != nu)
140 InsertNode(p, ((Byte *)ptr) + U2B(k), nu - k - 1);
162 UInt16 nu = I2U(i); local
185 UInt32 nu = (UInt32)node->NU; local
203 unsigned nu; local
    [all...]
  /external/opencv3/modules/ml/include/opencv2/
ml.hpp 525 /** Parameter \f$\nu\f$ of a %SVM optimization problem.
575 /** \f$\nu\f$-Support Vector Classification. n-class classification with possible
576 imperfect separation. Parameter \f$\nu\f$ (in the range 0..1, the larger the value, the smoother
587 /** \f$\nu\f$-Support Vector Regression. \f$\nu\f$ is used instead of p.
626 NU=3,
641 @param nuGrid grid for nu
649 nu, coef0, degree. Parameters are considered optimal when the cross-validation
669 ParamGrid nuGrid = SVM::getDefaultGrid(SVM::NU),
    [all...]
  /frameworks/base/core/java/com/android/internal/os/
BatteryStatsHelper.java 496 final int NU = uidStats.size();
497 for (int iu = 0; iu < NU; iu++) {
BatteryStatsImpl.java     [all...]
  /external/opencv/ml/include/
ml.h 334 double nu; // for CV_SVM_NU_SVC, CV_SVM_ONE_CLASS, and CV_SVM_NU_SVR member in struct:CvSVMParams
492 enum { C=0, GAMMA=1, P=2, NU=3, COEF=4, DEGREE=5 };
510 CvParamGrid nu_grid = get_default_grid(CvSVM::NU),
    [all...]
  /packages/apps/Settings/src/com/android/settings/applications/
RunningState.java     [all...]
  /external/opencv3/apps/traincascade/
old_ml.hpp 296 double Cvalue, double nu, double p,
306 CV_PROP_RW double nu; // for CV_SVM_NU_SVC, CV_SVM_ONE_CLASS, and CV_SVM_NU_SVR member in struct:CvSVMParams
467 enum { C=0, GAMMA=1, P=2, NU=3, COEF=4, DEGREE=5 };
486 CvParamGrid nuGrid = get_default_grid(CvSVM::NU),
508 CvParamGrid nuGrid = CvSVM::get_default_grid(CvSVM::NU),
    [all...]
  /frameworks/base/core/java/android/os/
BatteryStats.java     [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 

Completed in 2364 milliseconds