HomeSort by relevance Sort by last modified time
    Searched defs:Cluster (Results 1 - 25 of 29) sorted by null

1 2

  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/clustering/
Cluster.java 25 * Cluster holding a set of {@link Clusterable} points.
30 public class Cluster<T extends Clusterable<T>> implements Serializable {
35 /** The points contained in this cluster. */
38 /** Center of the cluster. */
42 * Build a cluster centered at a specified point.
43 * @param center the point which is to be the center of this cluster
45 public Cluster(final T center) {
51 * Add a point to this cluster.
59 * Get the points contained in the cluster.
60 * @return points contained in the cluster
    [all...]
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/
remote_bitrate_estimator_abs_send_time.h 40 struct Cluster {
41 Cluster()
96 const Cluster& cluster_aggregate);
98 static void AddCluster(std::list<Cluster>* clusters, Cluster* cluster);
118 void ComputeClusters(std::list<Cluster>* clusters) const;
120 std::list<Cluster>::const_iterator FindBestProbe(
121 const std::list<Cluster>& clusters) const
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/emr/
emrobject.py 257 class Cluster(EmrObject):
connection.py 32 Cluster, ClusterSummaryList, HadoopStep, \
87 Describes an Elastic MapReduce cluster
90 :param cluster_id: The cluster id of interest
95 return self.get_object('DescribeCluster', params, Cluster)
144 :param cluster_id: The cluster id of interest
157 Get a list of bootstrap actions for an Elastic MapReduce cluster
160 :param cluster_id: The cluster id of interest
179 :param created_after: Bound on cluster creation time
181 :param created_before: Bound on cluster creation time
183 :param cluster_states: Bound on cluster state
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.cpp 215 bool Cluster = false;
237 Cluster = true;
242 if (!Cluster)
266 // Cluster loads by adding MVT::Glue outputs and inputs. This also
289 /// ClusterNodes - Cluster certain nodes which should be scheduled together.
300 // Cluster loads from "near" addresses into combined SUnits.
515 // Cluster certain nodes which should be scheduled together.
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/emr/
test_connection.py 35 Cluster, RunJobFlowResponse
261 <Message>Cluster was terminated.</Message>
281 <Message>Cluster was terminated.</Message>
301 <Message>Cluster was terminated.</Message>
538 <Cluster>
572 </Cluster>
588 self.assertTrue(isinstance(response, Cluster))
    [all...]
  /external/ImageMagick/MagickCore/
segment.c 67 % The fuzzy c-Means technique attempts to cluster a pixel by finding
152 } Cluster;
262 Cluster
263 *cluster,
298 cluster=(Cluster *) NULL;
299 head=(Cluster *) NULL;
314 if (head != (Cluster *) NULL)
316 cluster->next=(Cluster *) AcquireMagickMemory
257 *cluster, local
542 *cluster; local
935 *cluster, local
    [all...]
  /external/eigen/unsupported/Eigen/src/MatrixFunctions/
MatrixFunction.h 137 typedef std::list<Scalar> Cluster;
138 typedef std::list<Cluster> ListOfClusters;
167 DynamicIntVectorType m_eivalToCluster; /**< \brief m_eivalToCluster[i] = j means i-th ei'val is in j-th cluster */
169 DynamicIntVectorType m_blockStart; /**< \brief Row index at which block corresponding to i-th cluster starts */
170 IntVectorType m_permutation; /**< \brief Permutation which groups ei'vals in the same cluster together */
228 * # Any eigenvalue in a certain cluster is at most separation() away
229 * from another eigenvalue in the same cluster.
246 Cluster l;
268 /** \brief Find cluster in #m_clusters containing some value
270 * \returns Iterator to cluster containing \c key, o
325 Index cluster = m_eivalToCluster[i]; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libmkv/
EbmlIDs.h 60 /* Cluster */
61 Cluster = 0x1F43B675,
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
TimeClustering.java 41 // Disregard a cluster split time of anything over 2 hours.
47 // Try and merge 2 clusters if they are both smaller than min cluster size.
48 // The min cluster size can range from 8 to 15.
52 // Try and split a cluster if it is bigger than max cluster size.
53 // The max cluster size can range from 20 to 50.
57 // Initially put 2 items in the same cluster as long as they are within
58 // 3 cluster frequencies of each other.
66 // Make the cluster split time of a large cluster half that of a regula
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/
mkvmuxer.cpp 2264 Cluster* const cluster = cluster_list_[i]; local
2531 const Cluster* const cluster = cluster_list_[cluster_list_size_ - 1]; local
2667 Cluster* const cluster = cluster_list_[cluster_list_size_ - 1]; local
3007 Cluster*& cluster = cluster_list_[cluster_list_size_]; local
3138 Cluster* const cluster = cluster_list_[i]; local
3184 Cluster* const cluster = cluster_list_[cluster_list_size_ - 1]; local
3226 Cluster* const cluster = cluster_list_[cluster_list_size_ - 1]; local
    [all...]
mkvparser.cpp 684 Cluster** i = m_clusters;
685 Cluster** j = m_clusters + count;
688 Cluster* const p = *i++;
1051 long long cluster_size = -1; // size of cluster payload
1153 // Besides the Segment, Libwebm allows only cluster elements of unknown
1154 // size. Fail the parse upon encountering a non-cluster element reporting
1163 // We have a cluster.
1174 // No cluster, die.
1181 status = Cluster::HasBlockEntries(this, cluster_off, pos_, len_);
1195 // pos ptr past the most recent cluster parsed, and the
    [all...]
mkvparser.hpp 71 class Cluster;
84 long Parse(const Cluster*);
87 long long GetTimeCode(const Cluster*) const; // absolute, but not scaled
88 long long GetTime(const Cluster*) const; // absolute, and scaled (ns)
111 short m_timecode; // relative to cluster
126 BlockEntry(Cluster*, long index);
132 const Cluster* GetCluster() const;
140 Cluster* const m_pCluster;
149 SimpleBlock(Cluster*, long index, long long start, long long size);
164 BlockGroup(Cluster*, long index
    [all...]
mkvmuxer.hpp 195 // The position of the Cluster containing the Block.
198 // Number of the Block within the Cluster, starting from 1.
847 // Cluster element
851 class Cluster {
853 // |timecode| is the absolute timecode of the cluster. |cues_pos| is the
854 // position for the cluster within the segment that should be written in
856 Cluster(uint64 timecode, int64 cues_pos, uint64 timecode_scale);
857 ~Cluster();
872 // timecode: Absolute (not relative to cluster) timestamp of the
889 // abs_timecode: Absolute (not relative to cluster) timestamp of th
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvmuxer.cpp 2093 Cluster* const cluster = cluster_list_[i]; local
2348 const Cluster* const cluster = cluster_list_[cluster_list_size_-1]; local
2422 Cluster* const cluster = cluster_list_[cluster_list_size_ - 1]; local
2488 Cluster* const cluster = cluster_list_[cluster_list_size_ - 1]; local
2556 Cluster* const cluster = cluster_list_[cluster_list_size_ - 1]; local
2603 Cluster* const cluster = cluster_list_[cluster_list_size_-1]; local
2957 Cluster*& cluster = cluster_list_[cluster_list_size_]; local
3075 Cluster* const cluster = cluster_list_[i]; local
3121 Cluster* const cluster = cluster_list_[cluster_list_size_-1]; local
3178 Cluster* const cluster = cluster_list_[cluster_list_size_-1]; local
    [all...]
mkvmuxer.hpp 166 // The position of the Cluster containing the Block.
169 // Number of the Block within the Cluster, starting from 1.
703 // Cluster element
707 class Cluster {
709 Cluster(uint64 timecode, int64 cues_pos);
710 ~Cluster();
712 // |timecode| is the absolute timecode of the cluster. |cues_pos| is the
713 // position for the cluster within the segment that should be written in
724 // timecode: Absolute (not relative to cluster) timestamp of the
743 // abs_timecode: Absolute (not relative to cluster) timestamp of th
    [all...]
mkvparser.hpp 75 class Cluster;
89 long Parse(const Cluster*);
92 long long GetTimeCode(const Cluster*) const; //absolute, but not scaled
93 long long GetTime(const Cluster*) const; //absolute, and scaled (ns)
117 short m_timecode; //relative to cluster
134 BlockEntry(Cluster*, long index);
140 const Cluster* GetCluster() const;
148 Cluster* const m_pCluster;
160 SimpleBlock(Cluster*, long index, long long start, long long size);
179 Cluster*,
    [all...]
  /external/llvm/include/llvm/CodeGen/
ScheduleDAG.h 70 Cluster ///< Weak DAG edge linking a chain of clustered instrs.
221 /// as "cluster", meaning it is artificial and wants to be adjacent.
223 return getKind() == Order && Contents.OrdKind == Cluster;
MachineScheduler.h 247 /// Record the next node in a scheduled cluster.
757 NoCand, PhysRegCopy, RegExcess, RegCritical, Stall, Cluster, Weak, RegMax,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libwebm/
mkvparser.hpp 75 class Cluster;
92 long long GetTimeCode(const Cluster*) const; //absolute, but not scaled
93 long long GetTime(const Cluster*) const; //absolute, and scaled (ns)
115 short m_timecode; //relative to cluster
130 BlockEntry(Cluster*, long index);
136 const Cluster* GetCluster() const;
144 Cluster* const m_pCluster;
156 SimpleBlock(Cluster*, long index, long long start, long long size);
175 Cluster*,
612 long long m_pos; //of cluster
    [all...]
  /external/libvpx/libwebm/mkvparser/
mkvparser.cc 683 Cluster** i = m_clusters;
684 Cluster** j = m_clusters + count;
687 Cluster* const p = *i++;
1050 long long cluster_size = -1; // size of cluster payload
1152 // Besides the Segment, Libwebm allows only cluster elements of unknown
1153 // size. Fail the parse upon encountering a non-cluster element reporting
1162 // We have a cluster.
1173 // No cluster, die.
1180 status = Cluster::HasBlockEntries(this, cluster_off, pos_, len_);
1194 // pos ptr past the most recent cluster parsed, and the
    [all...]
mkvparser.h 69 class Cluster;
82 long Parse(const Cluster*);
85 long long GetTimeCode(const Cluster*) const; // absolute, but not scaled
86 long long GetTime(const Cluster*) const; // absolute, and scaled (ns)
109 short m_timecode; // relative to cluster
124 BlockEntry(Cluster*, long index);
130 const Cluster* GetCluster() const;
138 Cluster* const m_pCluster;
147 SimpleBlock(Cluster*, long index, long long start, long long size);
162 BlockGroup(Cluster*, long index
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp 210 const ClusterBindings &Cluster = I.getData();
211 for (ClusterBindings::iterator CI = Cluster.begin(), CE = Cluster.end();
242 ClusterBindings Cluster =
245 ClusterBindings NewCluster = CBFactory->add(Cluster, K, V);
257 const ClusterBindings *Cluster = lookup(K.getBaseRegion());
258 if (!Cluster)
260 return Cluster->lookup(K);
270 const ClusterBindings *Cluster = lookup(Base);
271 if (!Cluster)
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
btSoftBody.h 139 CL_RS = 0x0002, ///Cluster vs convex rigid vs soft
143 CL_SS = 0x0020, ///Cluster vs cluster soft vs soft handling
144 CL_SELF = 0x0040, ///Cluster soft body self collision
318 /* Cluster */
319 struct Cluster
346 Cluster() : m_leaf(0),m_ndamping(0),m_ldamping(0),m_adamping(0),m_matching(0)
378 Cluster* m_soft;
383 Body(Cluster* p) : m_soft(p),m_rigid(0),m_collisionObject(0) {}
579 btScalar kSRHR_CL; // Soft vs rigid hardness [0,1] (cluster only
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/com/badlogic/gdx/physics/bullet/softbody/
btSoftBody.java 4089 SoftbodyJNI.btSoftBody_clusterVImpulse(btSoftBody.Cluster.getCPtr(cluster), cluster, rpos, impulse); local
4093 SoftbodyJNI.btSoftBody_clusterDImpulse(btSoftBody.Cluster.getCPtr(cluster), cluster, rpos, impulse); local
4097 SoftbodyJNI.btSoftBody_clusterImpulse(btSoftBody.Cluster.getCPtr(cluster), cluster, rpos, btSoftBody.Impulse.getCPtr(impulse), impulse); local
4101 SoftbodyJNI.btSoftBody_clusterVAImpulse(btSoftBody.Cluster.getCPtr(cluster), cluster, impulse); local
4105 SoftbodyJNI.btSoftBody_clusterDAImpulse(btSoftBody.Cluster.getCPtr(cluster), cluster, impulse); local
4109 SoftbodyJNI.btSoftBody_clusterAImpulse(btSoftBody.Cluster.getCPtr(cluster), cluster, btSoftBody.Impulse.getCPtr(impulse), impulse); local
4113 SoftbodyJNI.btSoftBody_clusterDCImpulse(btSoftBody.Cluster.getCPtr(cluster), cluster, impulse); local
    [all...]

Completed in 1418 milliseconds

1 2