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

  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
Learning_MulticlassPA.java 82 public int Classify(List<IntFloat> 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/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/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/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 108 milliseconds