HomeSort by relevance Sort by last modified time
    Searched full:learning (Results 1 - 25 of 127) sorted by null

1 2 3 4 5 6

  /frameworks/ml/bordeaux/learning/multiclass_pa/native/
util.cpp 19 #include "learning/multiclass_pa/util.h"
23 #include "learning/multiclass_pa/multiclass_pa.h"
24 #include "learning/multiclass_pa/multiclass_pa_max.h"
25 #include "learning/multiclass_pa/multiclass_pa_opt.h"
26 #include "learning/multiclass_pa/multiclass_warp.h"
util.h 24 #include "learning/multiclass_pa/multiclass_pa.h"
  /frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
learning_rate_controller-inl.h 17 // Implements learning rate adaptations common to most stochastic algorithms.
39 // Getters and Setters for learning rate parameter lambda_
66 // in the learning rate computation
  /external/chromium/chrome/browser/instant/
instant_confirm_dialog.h 16 // URL for learning more about instant.
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
ClearLearnDictionaryDialogPreferenceJAJP.java 26 * The preference class to clear learning dictionary for Japanese IME.
57 /* clear the learning dictionary */
  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
BordeauxSessionManager.java 33 // This class manages the learning sessions from multiple applications.
34 // The learning sessions are automatically backed up to the storage.
100 // internal unique key that identifies the learning instance.
101 // Composed by the package id of the calling process, learning class name
126 Log.i(TAG, "create a new learning session: " + key.value);
IBordeauxService.aidl 22 * Main learning interface of bordeaux service
BordeauxService.java 48 * Machine Learning service that runs in a remote process.
129 Log.i(TAG, "request learning session: " + key.value);
134 Log.e(TAG, "Error getting learning interface" + e);
BordeauxPredictor.java 30 /** Predictor for the Learning framework.
Learning_MulticlassPA.java 19 import android.bordeaux.learning.MulticlassPA;
BordeauxSessionStorage.java 37 // name of the learning class
39 // data of the learning model
  /external/dnsmasq/contrib/Solaris10/
README 23 I've just started learning about SMF so if anyone has any
  /frameworks/base/docs/html/design/
index.jd 29 Welcome to <strong>Android Design</strong>, your place for learning how to design exceptional Android apps.
  /frameworks/ml/bordeaux/learning/multiclass_pa/java/android/bordeaux/learning/
MulticlassPA.java 18 package android.bordeaux.learning;
  /frameworks/ml/bordeaux/learning/stochastic_linear_ranker/jni/
jni_stochastic_linear_ranker.h 26 /* Counts the number of learning iterations. */
33 /* Ddetermines type of the regularization used in learning.
39 /* Lambda is a factor that is multiplied with the step size in learning. This can be used
44 /* This parameter determines the update type in learning process.
  /docs/source.android.com/src/source/
contributing.jd 45 <p>You can get started with Android by learning about the <a href="life-of-a-patch.html">Life of a Patch</a>,
46 and by learning about <code>git</code>, <code>repo</code>, and other tools using the links to the left.
  /frameworks/base/docs/html/distribute/googleplay/edu/
contact.jd 25 will unlock learning in the classroom &mdash; sign up to receive information about
  /ndk/
ndk-which 18 # This script is useful for learning the path of the active toolchain
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
WnnEngine.java 32 /** The identifier of the learning dictionary */
119 * candidates to the learning dictionary or update the frequency
171 * words to the converter. The converter will stop learning
  /packages/inputmethods/OpenWnn/res/values/
strings.xml 71 <string name="preference_input_learning_title">Input Word Learning</string>
72 <string name="preference_input_learning_title_ja">Japanese Input Word Learning</string>
73 <string name="preference_input_learning_title_en">English Input Word Learning</string>
91 <string name="preference_user_dictionary_clear_learning_title">Clear Learning Dictionary</string>
92 <string name="preference_user_dictionary_clear_learning_summary">Remove all words from learning dictionary.</string>
103 <string name="dialog_clear_learning_dictionary_message">Clear learning dictionary?</string>
152 <string name="button_candidate_delete">Delete learning?</string>
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/videoproc/
BackDropperFilter.java 128 // Frame count for learning bg model
130 // Frame count for learning verification
168 // Default rate at which to learn bg model during learning period
249 // Select learning rate for pixel based on smoothed decision mask alpha
395 // value for a pixel, weighted by the learning rate and by whether the pixel is classified as
421 // recent variance for the pixel, weighted by the learning rate and by whether the pixel is
454 // most recent frame, weighted by the learning rate.
502 /** Learning listener object */
564 // We can't resize because that would require re-learning.
    [all...]
  /external/arduino/
readme.txt 18 http://www.arduino.cc/playground/Learning/Linux
  /frameworks/base/docs/html/guide/practices/app-design/
index.jd 4 <p>When learning how to build applications on a new platform, you first learn what APIs are available and how to use them. Later, you learn the nuances of the platform. Put another way: first you learn how you <em>can</em> build applications; later, you learn how you <em>should</em> build them, to ensure that your applications offer outstanding performance and a great user experience. </p>
  /frameworks/ml/bordeaux/service/res/values/
strings.xml 19 <string name="send_data">Send Learning Data</string>
  /frameworks/ml/bordeaux/learning/stochastic_linear_ranker/java/android/bordeaux/learning/
StochasticLinearRanker.java 18 package android.bordeaux.learning;
36 * TODO: adding more interfaces for changing the learning parameters

Completed in 2012 milliseconds

1 2 3 4 5 6