[go: nahoru, domu]

Searched refs:classifier (Results 1 - 25 of 55) sorted by relevance

123

/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
H A DGestureClassifier.java17 package com.android.systemui.classifier;
H A DPointerCountEvaluator.java17 package com.android.systemui.classifier;
H A DStrokeClassifier.java17 package com.android.systemui.classifier;
H A DAnglesPercentageEvaluator.java17 package com.android.systemui.classifier;
H A DDistanceRatioEvaluator.java17 package com.android.systemui.classifier;
H A DDurationCountEvaluator.java17 package com.android.systemui.classifier;
H A DSpeedAnglesPercentageEvaluator.java17 package com.android.systemui.classifier;
H A DSpeedEvaluator.java17 package com.android.systemui.classifier;
H A DSpeedRatioEvaluator.java17 package com.android.systemui.classifier;
H A DSpeedVarianceEvaluator.java17 package com.android.systemui.classifier;
H A DAnglesVarianceEvaluator.java17 package com.android.systemui.classifier;
H A DClassifier.java17 package com.android.systemui.classifier;
36 * Contains all the information about touch events from which the classifier can query
41 * Informs the classifier that a new touch event has occurred
47 * Informs the classifier that a sensor change occurred
H A DDurationCountClassifier.java17 package com.android.systemui.classifier;
20 * A classifier which looks at the ratio between the duration of the stroke and its number of
H A DEndPointLengthClassifier.java17 package com.android.systemui.classifier;
20 * A classifier which looks at the distance between the first and the last point from the stroke.
H A DEndPointLengthEvaluator.java17 package com.android.systemui.classifier;
H A DEndPointRatioEvaluator.java17 package com.android.systemui.classifier;
H A DLengthCountClassifier.java17 package com.android.systemui.classifier;
20 * A classifier which looks at the ratio between the length of the stroke and its number of
H A DLengthCountEvaluator.java17 package com.android.systemui.classifier;
20 * A classifier which looks at the ratio between the length of the stroke and its number of
H A DProximityEvaluator.java17 package com.android.systemui.classifier;
H A DDirectionClassifier.java17 package com.android.systemui.classifier;
20 * A classifier which looks at the general direction of a stroke and evaluates it depending on
H A DEndPointRatioClassifier.java17 package com.android.systemui.classifier;
20 * A classifier which looks at the ratio between the total length covered by the stroke and the
H A DPointerCountClassifier.java17 package com.android.systemui.classifier;
22 * A classifier which looks at the total number of traces in the whole gesture.
H A DSpeedClassifier.java17 package com.android.systemui.classifier;
20 * A classifier that looks at the speed of the stroke. It calculates the speed of a stroke in
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/jni/
H A Djni_stochastic_linear_ranker.cpp77 StochasticLinearRanker<string>* classifier = (StochasticLinearRanker<string>*) paPtr; local
78 if (classifier && key_array_model && value_array_model && normalizer_model) {
87 classifier->LoadWeights(model);
102 StochasticLinearRanker<string>* classifier = (StochasticLinearRanker<string>*) paPtr; local
109 classifier->SetIterationNumber((uint64) v);
114 classifier->SetNormConstraint((double) v);
119 classifier->SetRegularizationType(learning_stochastic_linear::L0);
121 classifier->SetRegularizationType(learning_stochastic_linear::L1);
123 classifier->SetRegularizationType(learning_stochastic_linear::L2);
125 classifier
234 StochasticLinearRanker<string>* classifier = (StochasticLinearRanker<string>*) paPtr; local
257 StochasticLinearRanker<string>* classifier = (StochasticLinearRanker<string>*) paPtr; local
376 StochasticLinearRanker<string>* classifier = (StochasticLinearRanker<string>*) paPtr; local
389 StochasticLinearRanker<string>* classifier = new StochasticLinearRanker<string>(); local
397 StochasticLinearRanker<string>* classifier = (StochasticLinearRanker<string>*) paPtr; local
410 StochasticLinearRanker<string>* classifier = (StochasticLinearRanker<string>*) paPtr; local
448 StochasticLinearRanker<string>* classifier = (StochasticLinearRanker<string>*) paPtr; local
[all...]
/frameworks/ml/bordeaux/learning/multiclass_pa/jni/
H A Djni_multiclass_pa.cpp41 MulticlassPA* classifier = new MulticlassPA(num_classes, local
44 return ((jlong) classifier);
51 MulticlassPA* classifier = (MulticlassPA*) paPtr; local
52 delete classifier;
62 MulticlassPA* classifier = (MulticlassPA*) paPtr; local
64 if (classifier && index_array && value_array) {
75 classifier->SparseTrainOneExample(inputs, target);
95 MulticlassPA* classifier = (MulticlassPA*) paPtr; local
97 if (classifier && index_array && value_array) {
109 return classifier
[all...]

Completed in 129 milliseconds

123