Searched refs:NearestNeighbour1D (Results 1 – 14 of 14) sorted by relevance
30 CLASSNAMEINIT(NearestNeighbour1D)41 NearestNeighbour1D::NearestNeighbour1D() in NearestNeighbour1D() function in NearestNeighbour1D51 NearestNeighbour1D::NearestNeighbour1D(const Sample & vertices) in NearestNeighbour1D() function in NearestNeighbour1D62 NearestNeighbour1D * NearestNeighbour1D::clone() const in clone()64 return new NearestNeighbour1D( *this ); in clone()68 NearestNeighbour1D * NearestNeighbour1D::emptyClone() const in emptyClone()70 return new NearestNeighbour1D(); in emptyClone()97 Sample NearestNeighbour1D::getSample() const in getSample()103 String NearestNeighbour1D::__repr__() const in __repr__()242 void NearestNeighbour1D::save(Advocate & adv) const in save()[all …]
50 p_implementation_ = new NearestNeighbour1D(sample); in NearestNeighbourAlgorithm()
9 %include openturns/NearestNeighbour1D.hxx10 …amespace OT { %extend NearestNeighbour1D { NearestNeighbour1D(const NearestNeighbour1D & other) { … in NearestNeighbour1D() function
1 %feature("docstring") OT::NearestNeighbour1D20 >>> tree = ot.NearestNeighbour1D([[x] for x in myRegularGrid.getValues()])26 %feature("docstring") OT::NearestNeighbour1D::queryScalar51 %feature("docstring") OT::NearestNeighbour1D::queryScalarK
29 * :class:`~openturns.NearestNeighbour1D` looks for nearest neighbour by38 * If input dimension is 1, :class:`~openturns.NearestNeighbour1D` is selected.43 KDTree, NearestNeighbour1D, RegularGridNearestNeighbour, NaiveNearestNeighbour
48 %include NearestNeighbour1D.i
36 class OT_API NearestNeighbour1D class46 NearestNeighbour1D();49 explicit NearestNeighbour1D(const Sample & sample);52 NearestNeighbour1D * clone() const override;56 NearestNeighbour1D * emptyClone() const override;
1 tree= class=NearestNeighbour1D points= [ X0 ]
12 tree = ot.NearestNeighbour1D(sample)
150 NearestNeighbour1D
52 const NearestNeighbour1D tree(sample); in main()
1 tree=class=NearestNeighbour1D points=class=Sample name=Normal implementation=class=SampleImplementa…
657 const NearestNeighbour1D proximityAlgorithm(support); in ChiSquared()
622 * NearestNeighbourAlgorithm, RegularGridNearestNeighbour, NaiveNearestNeighbour, NearestNeighbour1D