Home
last modified time | relevance | path

Searched refs:Centroid (Results 1 – 25 of 2287) sorted by relevance

12345678910>>...92

/dports/devel/fuzzylite/fuzzylite-6.0/fuzzylite/src/defuzzifier/
H A DCentroid.cpp23 Centroid::Centroid(int resolution) in Centroid() function in fl::Centroid
26 Centroid::~Centroid() { } in ~Centroid()
28 std::string Centroid::className() const { in className()
32 Complexity Centroid::complexity(const Term* term) const { in complexity()
37 scalar Centroid::defuzzify(const Term* term, scalar minimum, scalar maximum) const { in defuzzify()
60 Centroid* Centroid::clone() const { in clone()
61 return new Centroid(*this); in clone()
64 Defuzzifier* Centroid::constructor() { in constructor()
65 return new Centroid; in constructor()
/dports/benchmarks/vegeta/vegeta-12.8.4/vendor/github.com/influxdata/tdigest/
H A Dcentroid_test.go13 c tdigest.Centroid
14 r tdigest.Centroid
15 want tdigest.Centroid
21 r: tdigest.Centroid{
29 c: tdigest.Centroid{
33 r: tdigest.Centroid{
37 want: tdigest.Centroid{
44 c: tdigest.Centroid{
48 r: tdigest.Centroid{
52 want: tdigest.Centroid{
[all …]
H A Dcentroid.go19 type Centroid struct { struct
24 func (c *Centroid) String() string { argument
29 func (c *Centroid) Add(r Centroid) error { argument
44 type CentroidList []Centroid
55 func NewCentroidList(centroids []Centroid) CentroidList { argument
/dports/benchmarks/ali/ali-0.7.5/vendor/github.com/influxdata/tdigest/
H A Dcentroid_test.go13 c tdigest.Centroid
14 r tdigest.Centroid
15 want tdigest.Centroid
21 r: tdigest.Centroid{
29 c: tdigest.Centroid{
33 r: tdigest.Centroid{
37 want: tdigest.Centroid{
44 c: tdigest.Centroid{
48 r: tdigest.Centroid{
52 want: tdigest.Centroid{
[all …]
H A Dcentroid.go19 type Centroid struct {
24 func (c *Centroid) String() string {
29 func (c *Centroid) Add(r Centroid) error {
44 type CentroidList []Centroid
55 func NewCentroidList(centroids []Centroid) CentroidList {
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/shapes/shapes_polygons/
H A DPolygon_Centroids.cpp129 TSG_Point Centroid = pPolygon->Get_Centroid(); in On_Execute() local
131 if( bInside && !pPolygon->Contains(Centroid ) ) { Force_Inside(Centroid, pPolygon); } in On_Execute()
133 pCentroids->Add_Shape(pPolygon, SHAPE_COPY_ATTR)->Add_Point(Centroid); in On_Execute()
137 TSG_Point Centroid = pPolygon->Get_Centroid(iPart); in On_Execute() local
139 if( bInside && !pPolygon->Contains(Centroid, iPart) ) { Force_Inside(Centroid, pPolygon); } in On_Execute()
141 pCentroids->Add_Shape(pPolygon, SHAPE_COPY_ATTR)->Add_Point(Centroid); in On_Execute()
155 bool CPolygon_Centroids::Force_Inside(TSG_Point &Centroid, CSG_Shape_Polygon *pPolygon) in Force_Inside() argument
167 double d = SG_Get_Nearest_Point_On_Line(Centroid, A, B, C, true); in Force_Inside()
183 Centroid = cMin; in Force_Inside()
/dports/science/fastjet/fastjet-3.3.4/plugins/CDFCones/CDFcode/
H A Dmakefile.static19 Centroid.o : Centroid.cc Centroid.hh
20 $(CXX) $(CXXFLAGS) -c Centroid.cc
22 Cluster.o : Cluster.cc Cluster.hh CalTower.hh Centroid.hh LorentzVector.hh PhysicsTower.hh
25 ClusterComparisons.o : ClusterComparisons.cc ClusterComparisons.hh CalTower.hh Centroid.hh Cluster.…
28 JetCluAlgorithm.o : JetCluAlgorithm.cc JetCluAlgorithm.hh CalTower.hh Centroid.hh Cluster.hh Cluste…
38 MidPointAlgorithm.o : MidPointAlgorithm.cc MidPointAlgorithm.hh CalTower.hh Centroid.hh Cluster.hh …
44 libJetAlgs.a : CalTower.o Centroid.o Cluster.o ClusterComparisons.o JetCluAlgorithm.o LorentzVector…
45 …ar rs libJetAlgs.a CalTower.o Centroid.o Cluster.o ClusterComparisons.o JetCluAlgorithm.o LorentzV…
48 …rm -f CalTower.o Centroid.o Cluster.o ClusterComparisons.o JetCluAlgorithm.o LorentzVector.o MidPo…
H A DCentroid.hh40 class Centroid class
46 Centroid(): Et(0), eta(0), phi(0) {} in Centroid() function in cdf::Centroid
47Centroid(double centroidEt, double centroidEta, double centroidPhi): Et(centroidEt), eta(centroidE… in Centroid() function in cdf::Centroid
48 Centroid(const Centroid& c): Et(c.Et), eta(c.eta), phi(c.phi) {} in Centroid() function in cdf::Centroid
49 void add(Centroid c) in add()
65 void subtract(Centroid c) in subtract()
81 bool isEqual(Centroid c) in isEqual()
H A DCluster.hh44 Centroid centroid;
59 centroid = Centroid(); in clear()
66 centroid.add(Centroid(p.Et(),p.eta(),p.phi())); in addTower()
74 centroid.subtract(Centroid(towerIter->Et(),towerIter->eta(),towerIter->phi())); in removeTower()
/dports/graphics/geos/geos-3.9.1/src/algorithm/
H A DCentroid.cpp38 Centroid::getCentroid(const Geometry& geom, Coordinate& pt) in getCentroid()
40 Centroid cent(geom); in getCentroid()
46 Centroid::getCentroid(Coordinate& cent) const in getCentroid()
69 Centroid::add(const Geometry& geom) in add()
93 Centroid::setAreaBasePoint(const Coordinate& basePt) in setAreaBasePoint()
100 Centroid::add(const Polygon& poly) in add()
110 Centroid::addShell(const CoordinateSequence& pts) in addShell()
125 Centroid::addHole(const CoordinateSequence& pts) in addHole()
157 Centroid::area2(const Coordinate& p1, const Coordinate& p2, const Coordinate& p3) in area2()
166 Centroid::addLineSegments(const CoordinateSequence& pts) in addLineSegments()
[all …]
/dports/devel/folly/folly-2021.12.27.00/folly/stats/
H A DTDigest.h53 class Centroid {
55 explicit Centroid(double mean = 0.0, double weight = 1.0)
69 inline bool operator<(const Centroid& other) const {
82 std::vector<Centroid> centroids,
123 const std::vector<Centroid>& getCentroids() const { return centroids_; } in getCentroids()
128 std::vector<Centroid> centroids_;
H A DTDigest.cpp83 std::vector<Centroid> centroids, in TDigest()
151 std::vector<Centroid> compressed; in merge()
160 Centroid cur; in merge()
165 cur = Centroid(*it_sortedValues++, 1.0); in merge()
176 Centroid next; in merge()
183 next = Centroid(*it_sortedValues++, 1.0); in merge()
222 std::vector<Centroid> centroids; in merge()
225 std::vector<std::vector<Centroid>::iterator> starts; in merge()
277 std::vector<Centroid> compressed; in merge()
283 Centroid cur = centroids.front(); in merge()
[all …]
/dports/devel/fuzzylite/fuzzylite-6.0/fuzzylite/fl/defuzzifier/
H A DCentroid.h34 class FL_API Centroid : public IntegralDefuzzifier {
36 explicit Centroid(int resolution = defaultResolution());
37 virtual ~Centroid() FL_IOVERRIDE;
38 FL_DEFAULT_COPY_AND_MOVE(Centroid)
57 virtual Centroid* clone() const FL_IOVERRIDE;
/dports/benchmarks/vegeta/vegeta-12.8.4/vendor/github.com/influxdata/tdigest/test/
H A Dtdigest.h45 class Centroid {
47 Centroid() : Centroid(0.0, 0.0) {} in Centroid() function
55 inline void add(const Centroid& c) { in add()
73 std::vector<Centroid>::const_iterator iter;
74 std::vector<Centroid>::const_iterator end;
91 bool operator()(const Centroid& a, const Centroid& b) const { return a.mean() < b.mean(); } in operator()
119 TDigest(std::vector<Centroid>&& processed, std::vector<Centroid>&& unprocessed, Value compression, in TDigest()
383 …inline void add(std::vector<Centroid>::const_iterator iter, std::vector<Centroid>::const_iterator … in add()
410 std::vector<Centroid> processed_;
412 std::vector<Centroid> unprocessed_;
[all …]
/dports/benchmarks/ali/ali-0.7.5/vendor/github.com/influxdata/tdigest/test/
H A Dtdigest.h45 class Centroid {
47 Centroid() : Centroid(0.0, 0.0) {} in Centroid() function
55 inline void add(const Centroid& c) { in add()
73 std::vector<Centroid>::const_iterator iter;
74 std::vector<Centroid>::const_iterator end;
91 bool operator()(const Centroid& a, const Centroid& b) const { return a.mean() < b.mean(); } in operator()
119 TDigest(std::vector<Centroid>&& processed, std::vector<Centroid>&& unprocessed, Value compression, in TDigest()
383 …inline void add(std::vector<Centroid>::const_iterator iter, std::vector<Centroid>::const_iterator … in add()
410 std::vector<Centroid> processed_;
412 std::vector<Centroid> unprocessed_;
[all …]
/dports/math/vtk8/VTK-8.2.0/Interaction/Widgets/
H A DvtkCurveRepresentation.cxx122 this->Centroid[0] = 0.0; in vtkCurveRepresentation()
123 this->Centroid[1] = 0.0; in vtkCurveRepresentation()
124 this->Centroid[2] = 0.0; in vtkCurveRepresentation()
512 this->Transform->Translate(this->Centroid[0],this->Centroid[1],this->Centroid[2]); in Spin()
514 this->Transform->Translate(-this->Centroid[0],-this->Centroid[1],-this->Centroid[2]); in Spin()
606 this->Centroid[0] = 0.0; in CalculateCentroid()
607 this->Centroid[1] = 0.0; in CalculateCentroid()
608 this->Centroid[2] = 0.0; in CalculateCentroid()
614 this->Centroid[0] += ctr[0]; in CalculateCentroid()
615 this->Centroid[1] += ctr[1]; in CalculateCentroid()
[all …]
/dports/math/vtk9/VTK-9.1.0/Interaction/Widgets/
H A DvtkCurveRepresentation.cxx102 this->Centroid[0] = 0.0; in vtkCurveRepresentation()
103 this->Centroid[1] = 0.0; in vtkCurveRepresentation()
104 this->Centroid[2] = 0.0; in vtkCurveRepresentation()
524 double rv[3] = { p2[0] - this->Centroid[0], p2[1] - this->Centroid[1], in Spin()
525 p2[2] - this->Centroid[2] }; in Spin()
539 this->Transform->Translate(this->Centroid[0], this->Centroid[1], this->Centroid[2]); in Spin()
541 this->Transform->Translate(-this->Centroid[0], -this->Centroid[1], -this->Centroid[2]); in Spin()
615 this->Centroid[0] = 0.0; in CalculateCentroid()
616 this->Centroid[1] = 0.0; in CalculateCentroid()
617 this->Centroid[2] = 0.0; in CalculateCentroid()
[all …]
/dports/biology/viennarna/ViennaRNA-2.4.18/doc/latex/
H A Dgroup__centroid__fold.tex1 \hypertarget{group__centroid__fold}{}\doxysection{Compute the Centroid Structure}
2 \label{group__centroid__fold}\index{Compute the Centroid Structure@{Compute the Centroid Structure}}
6 Collaboration diagram for Compute the Centroid Structure\+:
27 \index{Compute the Centroid Structure@{Compute the Centroid Structure}!vrna\_centroid@{vrna\_centro…
28 \index{vrna\_centroid@{vrna\_centroid}!Compute the Centroid Structure@{Compute the Centroid Structu…
55 \index{Compute the Centroid Structure@{Compute the Centroid Structure}!vrna\_centroid\_from\_plist@…
56 …\_from\_plist@{vrna\_centroid\_from\_plist}!Compute the Centroid Structure@{Compute the Centroid S…
87 \index{Compute the Centroid Structure@{Compute the Centroid Structure}!vrna\_centroid\_from\_probs@…
88 …\_from\_probs@{vrna\_centroid\_from\_probs}!Compute the Centroid Structure@{Compute the Centroid S…
/dports/science/simbody/simbody-Simbody-3.7/Simbody/tests/
H A DGazeboReactionForceWithAppliedForceRigid.cpp89 const Vec3 Centroid(.5,0,.5); variable
90 const Vec3 COM1=Centroid, COM2=Centroid, COM3=Centroid+Vec3(0,.5,0);
188 link1Info.addDecoration(Centroid, drawCube); in MyMultibodySystem()
189 link1Info.addContactSurface(Centroid, in MyMultibodySystem()
191 link1Info.addDecoration(Centroid, showMesh); in MyMultibodySystem()
194 link2Info.addDecoration(Centroid, drawCube); in MyMultibodySystem()
197 link3Info.addDecoration(Centroid, drawCube); in MyMultibodySystem()
214 const Vec3 pt = Centroid + Vec3(i,j,k).elementwiseMultiply(Cube); in MyMultibodySystem()
225 m_link2 = MobilizedBody::Pin(m_link1, Transform(ZtoY,2*Centroid), in MyMultibodySystem()
227 m_link3 = MobilizedBody::Pin(m_link2, Transform(ZtoY,2*Centroid), in MyMultibodySystem()
H A DGazeboReactionForceWithAppliedForceCompliant.cpp88 const Vec3 Centroid(.5,0,.5); variable
89 const Vec3 COM1=Centroid, COM2=Centroid, COM3=Centroid+Vec3(0,.5,0);
190 link1Info.addDecoration(Centroid, drawCube); in MyMultibodySystem()
191 link1Info.addContactSurface(Centroid, in MyMultibodySystem()
193 link1Info.addDecoration(Centroid, showMesh); in MyMultibodySystem()
196 link2Info.addDecoration(Centroid, drawCube); in MyMultibodySystem()
199 link3Info.addDecoration(Centroid, drawCube); in MyMultibodySystem()
218 m_link2 = MobilizedBody::Pin(m_link1, Transform(ZtoY,2*Centroid), in MyMultibodySystem()
220 m_link3 = MobilizedBody::Pin(m_link2, Transform(ZtoY,2*Centroid), in MyMultibodySystem()
/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/elki-input/src/main/java/de/lmu/ifi/dbs/elki/datasource/filter/transform/
H A DLinearDiscriminantAnalysisFilter.java33 import de.lmu.ifi.dbs.elki.math.linearalgebra.Centroid;
86 List<Centroid> centroids = computeCentroids(dim, vectorcolumn, keys, classes); in computeProjectionMatrix()
91 for(Centroid c : centroids) { in computeProjectionMatrix()
126 …protected List<Centroid> computeCentroids(int dim, List<V> vectorcolumn, List<ClassLabel> keys, Ma… in computeCentroids()
128 List<Centroid> centroids = new ArrayList<>(numc); in computeCentroids()
130 Centroid c = new Centroid(dim); in computeCentroids()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/util/
H A Dtdigest.cc43 struct Centroid { struct
48 void Merge(const Centroid& centroid) { in Merge() argument
80 void Reset(double total_weight, std::vector<Centroid>* tdigest) { in Reset()
91 void Add(const Centroid& centroid) { in Add()
129 std::vector<Centroid>* tdigest_;
192 using CentroidIter = std::vector<Centroid>::const_iterator; in Merge()
260 merger_.Add(Centroid{input[input_index++], 1}); in MergeInput()
267 merger_.Add(Centroid{input[input_index++], 1}); in MergeInput()
314 const Centroid* c = &td[ci_right]; in Quantile()
322 const Centroid* c = &td[0]; in Quantile()
[all …]
/dports/graphics/dataplot/dataplot-2c1b27601a3b7523449de612613eadeead9a8f70/lib/frmenus/dexmix/
H A Dscmodel3.men1 This is file scmodel3.men--Fit Simplex-Centroid (k=3) Design
4 1. Fit Simplex-Centroid (k=3) Design
8 5. the appropriate Simplex-Centroid design.
17 13. Fit Simplex-Centroid Design?:
H A Dscmodel4.men1 This is file scmodel4.men--Fit Simplex-Centroid (k=4) Design
4 1. Fit Simplex-Centroid (k=3) Design
8 5. the appropriate Simplex-Centroid design.
17 13. Fit Simplex-Centroid Design?:
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/util/
H A Dtdigest.cc41 struct Centroid { struct
46 void Merge(const Centroid& centroid) { in Merge() argument
78 void Reset(double total_weight, std::vector<Centroid>* tdigest) { in Reset()
89 void Add(const Centroid& centroid) { in Add()
127 std::vector<Centroid>* tdigest_;
190 using CentroidIter = std::vector<Centroid>::const_iterator; in Merge()
258 merger_.Add(Centroid{input[input_index++], 1}); in MergeInput()
265 merger_.Add(Centroid{input[input_index++], 1}); in MergeInput()
312 const Centroid* c = &td[ci_right]; in Quantile()
320 const Centroid* c = &td[0]; in Quantile()
[all …]

12345678910>>...92