Searched defs:classifier (Results 1 - 25 of 37) sorted by last modified time

12

/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...]
/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/base/packages/SystemUI/src/com/android/systemui/classifier/
H A DAccelerationClassifier.java17 package com.android.systemui.classifier;
24 * A classifier which looks at the speed and distance between successive points of a Stroke.
H A DAnglesClassifier.java17 package com.android.systemui.classifier;
26 * A classifier which calculates the variance of differences between successive angles in a stroke.
28 * ignores the repetitions. If a new point is added, the classifier calculates the angle between
35 * This classifier also tries to split the stroke into two parts in the place in which the biggest
37 * classifier is doing this, is because some human swipes at the beginning go for a moment in one
40 * of the two parts split up. The classifier tries the tick option only if the first part is
43 * Additionally, the classifier classifies the angles as left angles (those angles which value is
H A DAnglesPercentageEvaluator.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 DClassifierData.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 DDirectionEvaluator.java17 package com.android.systemui.classifier;
H A DDistanceRatioEvaluator.java17 package com.android.systemui.classifier;
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 DDurationCountEvaluator.java17 package com.android.systemui.classifier;
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 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 DEndPointRatioEvaluator.java17 package com.android.systemui.classifier;
H A DFalsingLog.java17 package com.android.systemui.classifier;
H A DFalsingManager.java17 package com.android.systemui.classifier;
168 * @return true if the classifier determined that this is not a human interacting with the phone
184 // Touch exploration triggers false positives in the classifier and
H A DGestureClassifier.java17 package com.android.systemui.classifier;
H A DHistoryEvaluator.java17 package com.android.systemui.classifier;
H A DHumanInteractionClassifier.java17 package com.android.systemui.classifier;
33 * An classifier trying to determine whether it is a human interacting with the phone or not.
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 DPoint.java17 package com.android.systemui.classifier;

Completed in 145 milliseconds

12