Home
last modified time | relevance | path

Searched defs:points (Results 26 – 50 of 487) sorted by relevance

12345678910>>...20

/external/apache-commons-math/src/main/java/org/apache/commons/math3/stat/clustering/
DKMeansPlusPlusClusterer.java103 public List<Cluster<T>> cluster(final Collection<T> points, final int k, in cluster()
159 public List<Cluster<T>> cluster(final Collection<T> points, final int k, in cluster()
228 assignPointsToClusters(final List<Cluster<T>> clusters, final Collection<T> points, in assignPointsToClusters()
256 chooseInitialCenters(final Collection<T> points, final int k, final Random random) { in chooseInitialCenters()
469 final List<T> points = cluster.getPoints(); in getFarthestPoint() local
/external/apache-commons-math/src/main/java/org/apache/commons/math3/fitting/
DGaussianCurveFitter.java302 private double[] basicGuess(WeightedObservedPoint[] points) { in basicGuess()
328 private int findMaxY(WeightedObservedPoint[] points) { in findMaxY()
352 WeightedObservedPoint[] points, int startIdx, int idxStep, double y) in interpolateXAtY()
386 WeightedObservedPoint[] points, int startIdx, int idxStep, double y) in getInterpolationPointsForY()
/external/apache-commons-math/src/main/java/org/apache/commons/math3/ml/clustering/
DDBSCANClusterer.java134 public List<Cluster<T>> cluster(final Collection<T> points) throws NullArgumentException { in cluster()
172 final Collection<T> points, in expandCluster()
207 private List<T> getNeighbors(final T point, final Collection<T> points) { in getNeighbors()
DKMeansPlusPlusClusterer.java196 public List<CentroidCluster<T>> cluster(final Collection<T> points) in cluster()
263 final Collection<T> points, in assignPointsToClusters()
287 private List<CentroidCluster<T>> chooseInitialCenters(final Collection<T> points) { in chooseInitialCenters()
501 final List<T> points = cluster.getPoints(); in getFarthestPoint() local
551 private Clusterable centroidOf(final Collection<T> points, final int dimension) { in centroidOf()
/external/apache-commons-math/src/main/java/org/apache/commons/math3/geometry/euclidean/twod/hull/
DAbstractConvexHullGenerator2D.java88 public ConvexHull2D generate(final Collection<Vector2D> points) in generate()
114 protected abstract Collection<Vector2D> findHullVertices(Collection<Vector2D> points); in findHullVertices()
DAklToussaintHeuristic.java53 public static Collection<Vector2D> reducePoints(final Collection<Vector2D> points) { in reducePoints()
105 private static List<Vector2D> buildQuadrilateral(final Vector2D... points) { in buildQuadrilateral()
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/clustering/
DKMeansPlusPlusClusterer.java92 public List<Cluster<T>> cluster(final Collection<T> points, in cluster()
145 assignPointsToClusters(final Collection<Cluster<T>> clusters, final Collection<T> points) { in assignPointsToClusters()
162 chooseInitialCenters(final Collection<T> points, final int k, final Random random) { in chooseInitialCenters()
290 final List<T> points = cluster.getPoints(); in getFarthestPoint() local
/external/zxing/core/src/main/java/com/google/zxing/datamatrix/detector/
DDetector.java52 ResultPoint[] points = detectSolid1(cornerPoints); in detect() local
135 ResultPoint[] points = {pointD, pointA, pointB, pointC}; in detectSolid1() local
163 private ResultPoint[] detectSolid2(ResultPoint[] points) { in detectSolid2()
203 private ResultPoint correctTopRight(ResultPoint[] points) { in correctTopRight()
251 private ResultPoint[] shiftToModuleCenter(ResultPoint[] points) { in shiftToModuleCenter()
/external/fonttools/Lib/fontTools/pens/
DtransformPen.py32 def curveTo(self, *points):
35 def qCurveTo(self, *points):
42 def _transformPoints(self, points): argument
DbasePen.py159 def curveTo(self, *points):
162 def qCurveTo(self, *points):
297 def curveTo(self, *points):
326 def qCurveTo(self, *points):
355 def decomposeSuperBezierSegment(points): argument
390 def decomposeQuadraticSegment(points): argument
DteePen.py27 def qCurveTo(self, *points):
31 def curveTo(self, *points):
/external/skia/bench/
DPatchBench.cpp46 const SkPoint points[SkPatchUtils::kNumCtrlPts] = { in setCubics() local
170 const SkPoint points[SkPatchUtils::kNumCtrlPts] = { in setCubics() local
196 const SkPoint points[SkPatchUtils::kNumCtrlPts] = { in setCubics() local
222 const SkPoint points[SkPatchUtils::kNumCtrlPts] = { in setCubics() local
/external/opencensus-java/api/src/main/java/io/opencensus/metrics/export/
DTimeSeries.java54 List<LabelValue> labelValues, List<Point> points, @Nullable Timestamp startTimestamp) { in create()
109 List<LabelValue> labelValues, List<Point> points, @Nullable Timestamp startTimestamp) { in createInternal()
/external/openthread/third_party/mbedtls/repo/docs/proposed/
Dpsa-driver-interface.md179 #### Overview of driver entry points
205 #### General considerations on driver entry point parameters
217 #### Driver entry points for single-part cryptographic operations
863 #### Driver initialization
936 #### Random generator initialization
948 #### Entropy injection
973 #### Combining entropy sources with a random generation driver
983 #### Random generator drivers without entropy injection
992 #### The `"get_random"` entry point
/external/mbedtls/docs/proposed/
Dpsa-driver-interface.md179 #### Overview of driver entry points
205 #### General considerations on driver entry point parameters
217 #### Driver entry points for single-part cryptographic operations
863 #### Driver initialization
936 #### Random generator initialization
948 #### Entropy injection
973 #### Combining entropy sources with a random generation driver
983 #### Random generator drivers without entropy injection
992 #### The `"get_random"` entry point
/external/apache-commons-math/src/main/java/org/apache/commons/math3/analysis/integration/gauss/
DGaussIntegrator.java34 private final double[] points; field in GaussIntegrator
49 public GaussIntegrator(double[] points, in GaussIntegrator()
/external/zxing/core/src/main/java/com/google/zxing/aztec/
DAztecDetectorResult.java37 ResultPoint[] points, in AztecDetectorResult()
45 ResultPoint[] points, in AztecDetectorResult()
/external/robolectric/integration_tests/nativegraphics/src/test/java/org/robolectric/shadows/testing/bitmapverifiers/
DSamplePointWideGamutVerifier.java28 private final Point[] points; field in SamplePointWideGamutVerifier
32 public SamplePointWideGamutVerifier(Point[] points, Color[] colors, float eps) { in SamplePointWideGamutVerifier()
/external/pdfium/core/fxge/
Dcfx_path.cpp20 bool IsRectPreTransform(const std::vector<CFX_Path::Point>& points) { in IsRectPreTransform()
43 bool IsRectImpl(const std::vector<CFX_Path::Point>& points) { in IsRectImpl()
64 bool PathPointsNeedNormalization(const std::vector<CFX_Path::Point>& points) { in PathPointsNeedNormalization()
69 const std::vector<CFX_Path::Point>& points) { in GetNormalizedPoints()
421 std::array<CFX_PointF, 5> points; in GetRect() local
/external/dynamic_depth/internal/dynamic_depth/
Dpoint_cloud.cc40 const std::vector<float>& points, bool metric) { in FromData()
122 std::vector<float> points; in ParseFields() local
/external/MPAndroidChart/MPChartLib/src/main/java/com/github/mikephil/charting/data/filter/
DApproximator.java18 public float[] reduceWithDouglasPeucker(float[] points, float tolerance) { in reduceWithDouglasPeucker()
74 private float[] points; field in Approximator.Line
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/skrifa-0.24.1/src/outline/glyf/
Ddeltas.rs37 pub points: &'a [Point<C>], field
224 points: &'a [Point<C>], field
345 let points = make_points(&[(245, 630), (260, 700), (305, 680)]); in shift() localVariable
363 let points = make_points(&[(245, 630), (260, 700), (305, 680)]); in interpolate() localVariable
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/skrifa-0.24.1/src/outline/glyf/
Ddeltas.rs37 pub points: &'a [Point<C>], field
224 points: &'a [Point<C>], field
345 let points = make_points(&[(245, 630), (260, 700), (305, 680)]); in shift() localVariable
363 let points = make_points(&[(245, 630), (260, 700), (305, 680)]); in interpolate() localVariable
/external/libaom/aom_dsp/flow_estimation/
Dransac.c88 static void score_translation(const double *mat, const Correspondence *points, in score_translation()
114 static void score_affine(const double *mat, const Correspondence *points, in score_affine()
140 static bool find_translation(const Correspondence *points, const int *indices, in find_translation()
166 static bool find_rotzoom(const Correspondence *points, const int *indices, in find_rotzoom()
209 static bool find_affine(const Correspondence *points, const int *indices, in find_affine()
/external/opencensus-java/api/src/test/java/io/opencensus/metrics/export/
DTimeSeriesTest.java96 List<Point> points = Arrays.asList(POINT_1, null); in create_WithNullPoint() local
99 TimeSeries.create(Collections.<LabelValue>emptyList(), points, TIMESTAMP_1); in create_WithNullPoint() local

12345678910>>...20