Home
last modified time | relevance | path

Searched refs:Get_Weight (Results 1 – 25 of 37) sorted by relevance

12

/dports/math/saga/saga-8.1.3/saga-gis/src/tools/statistics/statistics_kriging/
H A Dkriging3d_base.h102 …double Get_Weight (double dx, double dy, double dz) { return( Get_Weight(sqrt(dx*dx + dy*… in Get_Weight() function
103 …double Get_Weight (double *a, double *b) { return( Get_Weight(a[0], a[1], a[2], b[0], … in Get_Weight() function
109 + Get_Weight((ax + m_Block) - bx, (ay + m_Block) - by, (az + m_Block) - bz) in Get_Weight()
110 + Get_Weight((ax + m_Block) - bx, (ay - m_Block) - by, (az + m_Block) - bz) in Get_Weight()
111 + Get_Weight((ax - m_Block) - bx, (ay + m_Block) - by, (az + m_Block) - bz) in Get_Weight()
112 + Get_Weight((ax - m_Block) - bx, (ay - m_Block) - by, (az + m_Block) - bz) in Get_Weight()
113 + Get_Weight((ax + m_Block) - bx, (ay + m_Block) - by, (az - m_Block) - bz) in Get_Weight()
114 + Get_Weight((ax + m_Block) - bx, (ay - m_Block) - by, (az - m_Block) - bz) in Get_Weight()
115 + Get_Weight((ax - m_Block) - bx, (ay + m_Block) - by, (az - m_Block) - bz) in Get_Weight()
116 + Get_Weight((ax - m_Block) - bx, (ay - m_Block) - by, (az - m_Block) - bz) in Get_Weight()
[all …]
H A Dkriging_base.h99 double Get_Weight (double d) { d = m_Model.Get_Value(d); return( d > 0. ? d : 0. ); } in Get_Weight() function
100 …double Get_Weight (double dx, double dy) { return( Get_Weight(sqrt(dx*dx + dy*dy)) … in Get_Weight() function
101 …double Get_Weight (double *a, double *b) { return( Get_Weight(a[0], a[1], b[0], b[1]) … in Get_Weight() function
102 double Get_Weight (double ax, double ay, double bx, double by) in Get_Weight() function
106 return( ( Get_Weight((ax ) - bx, (ay ) - by) in Get_Weight()
107 + Get_Weight((ax + m_Block) - bx, (ay + m_Block) - by) in Get_Weight()
108 + Get_Weight((ax + m_Block) - bx, (ay - m_Block) - by) in Get_Weight()
109 + Get_Weight((ax - m_Block) - bx, (ay + m_Block) - by) in Get_Weight()
110 + Get_Weight((ax - m_Block) - bx, (ay - m_Block) - by) in Get_Weight()
115 return( Get_Weight(ax - bx, ay - by) ); in Get_Weight()
H A Dkriging_simple.cpp93 W[i][j] = W[j][i] = Get_Weight(Points[i], Points[j]); in Get_Weights()
133 G[i] = Get_Weight(x, y, P[i][0], P[i][1]); in Get_Value()
H A Dkriging_ordinary.cpp96 W[i][j] = W[j][i] = Get_Weight(Points[i], Points[j]); in Get_Weights()
138 G[i] = Get_Weight(x, y, P[i][0], P[i][1]); in Get_Value()
H A Dkriging3d_simple.cpp95 W[i][j] = W[j][i] = Get_Weight(Points[i], Points[j]); in Get_Weights()
135 G[i] = Get_Weight(x, y, z, P[i][0], P[i][1], P[i][2]); in Get_Value()
H A Dkriging3d_ordinary.cpp96 W[i][j] = W[j][i] = Get_Weight(Points[i], Points[j]); in Get_Weights()
138 G[i] = Get_Weight(x, y, z, P[i][0], P[i][1], P[i][2]); in Get_Value()
H A Dkriging_universal.cpp182 W[i][j] = W[j][i] = Get_Weight(Points[i], Points[j]); in Get_Weights()
243 G[i] = Get_Weight(x, y, P[i][0], P[i][1]); in Get_Value()
/dports/math/igraph/igraph-0.9.5/src/community/spinglass/
H A Dpottsmodel_2.cpp355 degree = node->Get_Weight(); in HeatBathParallelLookupZeroTemp()
360 w = l_cur->Get_Weight(); in HeatBathParallelLookupZeroTemp()
493 degree = node->Get_Weight(); in HeatBathLookupZeroTemp()
498 w = l_cur->Get_Weight(); in HeatBathLookupZeroTemp()
607 degree = node->Get_Weight(); in HeatBathParallelLookup()
612 w = l_cur->Get_Weight(); in HeatBathParallelLookup()
781 degree = node->Get_Weight(); in HeatBathLookup()
786 w = l_cur->Get_Weight(); in HeatBathLookup()
949 Ks += neighbor->Get_Weight(); in FindCommunityFromStart()
950 Kr -= neighbor->Get_Weight(); in FindCommunityFromStart()
[all …]
/dports/math/R-cran-igraph/igraph/src/
H A Dpottsmodel_2.cpp354 degree = node->Get_Weight(); in HeatBathParallelLookupZeroTemp()
359 w = l_cur->Get_Weight(); in HeatBathParallelLookupZeroTemp()
492 degree = node->Get_Weight(); in HeatBathLookupZeroTemp()
497 w = l_cur->Get_Weight(); in HeatBathLookupZeroTemp()
606 degree = node->Get_Weight(); in HeatBathParallelLookup()
611 w = l_cur->Get_Weight(); in HeatBathParallelLookup()
780 degree = node->Get_Weight(); in HeatBathLookup()
785 w = l_cur->Get_Weight(); in HeatBathLookup()
948 Ks += neighbor->Get_Weight(); in FindCommunityFromStart()
949 Kr -= neighbor->Get_Weight(); in FindCommunityFromStart()
[all …]
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/grid/grid_gridding/
H A DInterpolation_InverseDistance.cpp168 s.Add_Value(m_Search.Get_Point_Value(Index[i]), m_Weighting.Get_Weight(Distance[i])); in Get_Value()
200 s.Add_Value(pPoint->asDouble(Field), m_Weighting.Get_Weight(d)); in Get_Value()
H A DInterpolation_AngularDistance.cpp222 W[i] = m_Weighting.Get_Weight(D[i]); in Get_Value()
/dports/x11-toolkits/gtkada/gtkada-2.24.4.0/src/
H A Dpango-font.ads132 function Get_Weight subprogspec
293 pragma Import (C, Get_Weight, "pango_font_description_get_weight");
/dports/x11-toolkits/gtkada3/gtkada-1688bb8/src/generated/
H A Dpango-font.ads271 function Get_Weight subprogspec
273 pragma Import (C, Get_Weight, "pango_font_description_get_weight");
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/grid/grid_tools/
H A DGrid_Merge.h119 double Get_Weight (int x, int y);
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/grid/grid_filter/
H A DFilter_Gauss.cpp157 s.Add_Value(pInput->asDouble(ix, iy), Kernel.Get_Weight(i)); in On_Execute()
/dports/devel/matreshka/matreshka-0.7.0/source/amf/uml/
H A Damf-uml-activity_edges.ads180 not overriding function Get_Weight subprogram
H A Damf-internals-uml_control_flows.adb331 overriding function Get_Weight subprogram
340 end Get_Weight;
H A Damf-internals-uml_object_flows.adb439 overriding function Get_Weight subprogram
448 end Get_Weight;
H A Damf-internals-uml_control_flows.ads177 overriding function Get_Weight subprogspec
H A Damf-internals-uml_object_flows.ads236 overriding function Get_Weight subprogspec
/dports/devel/pragmarcs/PragmARC-1378e7a/
H A Dpragmarc-rem_nn_wrapper.adb60 function Get_Weight (Node : Node_Handle; From : Input_ID) return Weight_Group; subprogspec
338 Weight.IH_Weight (I, H) := Hidden.Get_Weight (Node => Hidden_Node (H), From => I);
628 function Get_Weight (Node : Node_Handle; From : Input_ID) return Weight_Group is subprogram
632 end Get_Weight;
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/statistics/statistics_regression/
H A Dgw_regression.cpp243 m_Weighting.Get_Weight(SG_Get_Distance(Point, pPoint->Get_Point(0))), in Get_Model()
H A Dgw_multi_regression.cpp333 m_Weighting.Get_Weight(SG_Get_Distance(Point, pPoint->Get_Point(0))), in Get_Model()
/dports/math/vowpal_wabbit/vowpal_wabbit-7.10/cs_test/
H A DVowpalWabbitInterface.cs122 public static extern float Get_Weight(VwHandle vw, SizeT index, SizeT offset); in Get_Weight() method in Microsoft.Research.MachineLearning.VowpalWabbitInterface
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/grid/grid_analysis/
H A Ddiversity_analysis.cpp280 double w = m_Search.Get_Weighting().Get_Weight(iRadius); in Get_Diversity()

12