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

  /external/opencv3/modules/ml/src/
em.cpp 140 Mat means0 = _means0.getMat(), weights0 = _weights0.getMat(); local
143 !_covs0.empty() ? &covs0 : 0, !_weights0.empty() ? &weights0 : 0);
324 const Mat* weights0)
328 checkTrainData(startStep, samples, nclusters, covMatType, probs0, means0, covs0, weights0);
330 bool isKMeansInit = (startStep == START_AUTO_STEP) || (startStep == START_E_STEP && (covs0 == 0 || weights0 == 0));
342 if(weights0 && (startStep == START_E_STEP && covs0))
344 weights0->convertTo(weights, CV_64FC1);
354 if(covs0 && (startStep == START_E_STEP && weights0))
  /external/opencv3/modules/java/src/
ml.cpp 330 // bool trainE(Mat samples, Mat means0, Mat covs0 = Mat(), Mat weights0 = Mat(), Mat& logLikelihoods = Mat(), Mat& labels = Mat(), Mat& probs = Mat())
345 Mat& weights0 = *((Mat*)weights0_nativeObj); local
349 bool _retval_ = (*me)->trainE( samples, means0, covs0, weights0, logLikelihoods, labels, probs );
    [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 120 milliseconds