HomeSort by relevance Sort by last modified time
    Searched refs:Classify (Results 1 - 19 of 19) sorted by null

  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
ILearning_MulticlassPA.aidl 28 int Classify(in List<IntFloat> sample);
Learning_MulticlassPA.java 82 public int Classify(List<IntFloat> sample) {
BordeauxClassifier.java 32 * For classifying: call classify
90 public int classify(final HashMap<Integer, Float> sample) { method in class:BordeauxClassifier
95 return mClassifier.Classify(getArrayList(sample));
97 Log.e(TAG,"Exception: classify the sample.");
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
btDbvtAabbMm.java 129 public int Classify(Vector3 n, float o, int s) {
  /external/v8/test/mjsunit/
keywords-and-reserved_words.js 76 // Classify word
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/BroadphaseCollision/
btDbvt.h 145 DBVT_INLINE int Classify(const btVector3& n,btScalar o,int s) const;
470 DBVT_INLINE int btDbvtAabbMm::Classify(const btVector3& n,btScalar o,int s) const
1105 const int side=se.node->volume.Classify(normals[i],offsets[i],signs[i]);
1172 const int side=se.node->volume.Classify(normals[i],offsets[i],signs[i]);
  /external/clang/lib/AST/
ExprClassification.cpp 10 // This file implements Expr::classify.
76 /// Classify an expression which creates a temporary, based on its type.
112 llvm_unreachable("cannot classify a statement");
635 Classification VC = Classify(Ctx);
Expr.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
LiveInterval.h 838 /// unsigned numComps = ConEQ.Classify(LI);
851 /// Classify - Classify the values in LI into connected components.
853 unsigned Classify(const LiveInterval *LI);
855 /// getEqClass - Classify creates equivalence classes numbered 0..N. Return
  /external/ImageMagick/MagickCore/
segment.c 221 % Classify() defines one or more classes. Each pixel is thresholded to
225 % The format of the Classify method is:
227 % MagickBooleanType Classify(Image *image,short **extrema,
252 static MagickBooleanType Classify(Image *image,short **extrema,
586 Classify this pixel.
637 Classify this pixel.
    [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]
SemaExceptionSpec.cpp     [all...]
SemaExprCXX.cpp     [all...]
SemaLookup.cpp     [all...]
SemaInit.cpp     [all...]
  /external/llvm/lib/CodeGen/
LiveInterval.cpp     [all...]
LiveIntervalAnalysis.cpp     [all...]
MachineVerifier.cpp     [all...]
  /external/clang/include/clang/AST/
Expr.h 296 /// \brief The return type of classify(). Represents the C++11 expression
360 /// \brief Classify - Classify this expression according to the C++11
372 Classification Classify(ASTContext &Ctx) const {
376 /// \brief ClassifyModifiable - Classify this expression according to the
380 /// This function extends classify in that it also tests whether the
661 /// C++ Core Issue 903 will classify these expressions as "not pointers"
    [all...]

Completed in 232 milliseconds