Home
last modified time | relevance | path

Searched defs:getNeighbours (Results 1 – 20 of 20) sorted by relevance

/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/ml/neuralnet/
H A DNetwork.java338 public Collection<Neuron> getNeighbours(Iterable<Neuron> neurons) { in getNeighbours() method in Network
354 public Collection<Neuron> getNeighbours(Iterable<Neuron> neurons, in getNeighbours() method in Network
382 public Collection<Neuron> getNeighbours(Neuron neuron) { in getNeighbours() method in Network
394 public Collection<Neuron> getNeighbours(Neuron neuron, in getNeighbours() method in Network
/dports/textproc/kf5-syntax-highlighting/syntax-highlighting-5.89.0/autotests/input/
H A Dhighlight.as60 private function getNeighbours(_arg1:int, _arg2:int):Array{ function
/dports/java/jgraph/jgraph-java-5.13.0.4/src/com/jgraph/layout/
H A DJGraphModelFacade.java121 public List getNeighbours(Object cell, boolean ordered) { in getNeighbours() method in JGraphModelFacade
142 public List getNeighbours(Object cell, Set exclude, boolean ordered) { in getNeighbours() method in JGraphModelFacade
H A DJGraphFacade.java575 public List getNeighbours(Object cell, boolean ordered) { in getNeighbours() method in JGraphFacade
596 public List getNeighbours(Object cell, Set exclude, boolean ordered) { in getNeighbours() method in JGraphFacade
/dports/games/flare-engine/flare-engine-1.12/src/
H A DAStarNode.cpp59 std::list<Point> AStarNode::getNeighbours(int limitX, int limitY) const { in getNeighbours() function in AStarNode
/dports/deskutils/egroupware/egroupware/vendor/pear/structures_graph/Structures/Graph/
H A DNode.php261 function getNeighbours() { function in Structures_Graph_Node
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/pear/structures_graph/Structures/Graph/
H A DNode.php261 function getNeighbours() { function in Structures_Graph_Node
/dports/science/opsin/dan2097-opsin-9b25f7546b67/opsin-core/src/main/java/uk/ac/cam/ch/wwmm/opsin/
H A DRing.java85 List<Ring> getNeighbours() { in getNeighbours() method in Ring
/dports/science/devisor/devisor2.1/devisor2/foundation/elements/
H A DCell.java278 public Cell[] getNeighbours () in getNeighbours() method in Cell
/dports/graphics/krita/krita-4.4.8/plugins/filters/indexcolors/
H A Dindexcolorpalette.cpp71 QPair<int, int> IndexColorPalette::getNeighbours(int mainClr) const in getNeighbours() function in IndexColorPalette
/dports/math/jts/jts-jts-1.18.1/modules/core/src/main/java/org/locationtech/jts/triangulate/quadedge/
H A DQuadEdgeTriangle.java316 public QuadEdgeTriangle[] getNeighbours() { in getNeighbours() method in QuadEdgeTriangle
/dports/games/residualvm/residualvm-0.3.1/engines/stark/resources/
H A Dfloor.cpp231 Common::Array<FloorEdge *> FloorEdge::getNeighbours() const { in getNeighbours() function in Stark::Resources::FloorEdge
/dports/games/scummvm/scummvm-2.5.1/engines/stark/resources/
H A Dfloor.cpp242 Common::Array<FloorEdge *> FloorEdge::getNeighbours() const { in getNeighbours() function in Stark::Resources::FloorEdge
/dports/biology/groopm/GroopM-0.3.4/groopm/
H A Dsom.py203 def getNeighbours(self, bids): member in SOM
/dports/science/jdftx/jdftx-1.6.0/jdftx/core/
H A DWignerSeitz.cpp179 std::vector<vector3<int>> WignerSeitz::getNeighbours(vector3<bool> isTruncated) const in getNeighbours() function in WignerSeitz
/dports/audio/liblastfm-qt5/liblastfm-1.0.9-5-g4433165/src/
H A DUser.cpp482 User::getNeighbours( int limit, int page ) const in getNeighbours() function in User
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/DetourCrowd/source/
H A DDetourCrowd.cpp190 static int getNeighbours(const float* pos, const float height, const float range, in getNeighbours() function
/dports/graphics/recastnavigation/recastnavigation-e75adf86f91eb3082220085e42dda62679f9a3ea/DetourCrowd/Source/
H A DDetourCrowd.cpp188 static int getNeighbours(const float* pos, const float height, const float range, in getNeighbours() function
/dports/math/dune-common/dune-common-df65b1282ea89ad40d2cb6565983f7e633ccce31/dune/common/parallel/
H A Dremoteindices.hh305 const std::set<int>& getNeighbours() const in getNeighbours() function in Dune::RemoteIndices
/dports/java/jgraph/jgraph-java-5.13.0.4/src/org/jgraph/graph/
H A DGraphLayoutCache.java2471 public List getNeighbours(Object cell, Set exclude, boolean directed, in getNeighbours() method in GraphLayoutCache