MCPcopy Create free account

hub / github.com/apache/madlib / functions

Functions2,182 in github.com/apache/madlib

↓ 3 callersFunctionr_undouble
src/libstemmer/src_c/stem_ISO_8859_1_dutch.c:328
↓ 3 callersFunctionr_undouble
src/libstemmer/src_c/stem_UTF_8_dutch.c:334
↓ 3 callersMethodreset
* @brief Reset the inter-iteration fields. */
src/modules/regress/logistic.cpp:133
↓ 3 callersMethodreset
src/modules/glm/GLM_impl.hpp:37
↓ 3 callersFunctionsb_stemmer_delete
src/libstemmer/libstemmer/libstemmer.c:66
↓ 3 callersMethodscan_tag_uri
(self, name, start_mark)
src/madpack/yaml/scanner.py:1385
↓ 3 callersFunctionsetup_mem_context_for_functional_calls
methods/kmeans/src/pg_gp/kmeans.c:96
↓ 3 callersFunctionsigma
* @brief Logistic function */
examples/hello_world/iterative/simple_logistic.cpp:221
↓ 3 callersFunctionsketch_md5_bytea
! * Run the datum through an md5 hash. No need to special-case variable-length types, * we'll just hash their length header too. * The POSTGRES co
methods/sketch/src/pg_gp/sketch_support.c:296
↓ 3 callersFunctionstateToResult
* @brief Compute the diagnostic statistics * * This function wraps the common parts of computing the results for both the * CG and the IRLS method.
src/modules/regress/logistic.cpp:1028
↓ 3 callersFunctionsubarr
* @param sdata The SparseData from which to extract a subarray * @param start The start index of the desired subarray * @param end The end index of
methods/svec/src/pg_gp/SparseData.c:1599
↓ 3 callersFunctionsvec_svec_dot_product
* Dot Product of two svec types */
methods/svec/src/pg_gp/operators.c:46
↓ 3 callersFunctiontStatsToResult
src/modules/stats/t_test.cpp:300
↓ 3 callersMethodtrueChild
src/modules/recursive_partitioning/DT_proto.hpp:94
↓ 3 callersFunctionupdate_prez
src/modules/tsa/arima.cpp:506
↓ 3 callersFunctionvalidate_label
*@brief compute loglikelihood and gradient using forward-backward algorithm */
src/modules/crf/linear_crf.cpp:701
↓ 2 callersFunctionGeneral_2Array_to_Element
* @brief Aggregates two arrays to a scalar. * * @param v1 Array. * @param v2 Array. * @param element_function Transition function. * @param final
methods/array_ops/src/pg_gp/array_ops.c:1712
↓ 2 callersFunctionGeneral_Array_to_Cumulative_Array
* @brief Transforms an array to another array using cumulative operations. * * @param v1 Array. * @param initial Parameter. * @param element_funct
methods/array_ops/src/pg_gp/array_ops.c:2016
↓ 2 callersFunctionGeneral_Array_to_Struct
------------------------------------------------------------------------ general helper functions ----------------------------------------------------
methods/array_ops/src/pg_gp/array_ops.c:1624
↓ 2 callersFunctionGleasonsNormalApproxForStudentsT
src/modules/prob/student.hpp:189
↓ 2 callersFunctionKolmogorovProb
* @brief Calculates the Kolmogorov distribution function * @param x Value to compare with * @return Output probability that Kolmogorov's test st
src/modules/prob/kolmogorov.cpp:41
↓ 2 callersFunction__sum
* @brief Get the sum of an array - for parameter checking * @return The sum * @note The caller will ensure that ah is always non-null. **/
src/modules/lda/lda.cpp:150
↓ 2 callersMethod_build_dependency_graph
(self, hasProcDependency=False)
src/madpack/upgrade_util.py:564
↓ 2 callersFunction_db_create_schema
Create schema @param from_schema name of the schema to rename @param to_schema new name for the schema
src/madpack/madpack.py:684
↓ 2 callersFunction_db_rename_schema
Rename schema @param from_schema name of the schema to rename @param to_schema new name for the schema
src/madpack/madpack.py:668
↓ 2 callersMethod_get_handler
(self)
src/madpack/argparse.py:1447
↓ 2 callersFunction_get_madlib_dbrev
Read MADlib version from database @param dbconn database conection object @param schema MADlib schema name
src/madpack/madpack.py:286
↓ 2 callersMethod_get_nargs_pattern
(self, action)
src/madpack/argparse.py:2155
↓ 2 callersMethod_get_positional_actions
(self)
src/madpack/argparse.py:1702
↓ 2 callersMethod_iter_indented_subactions
(self, action)
src/madpack/argparse.py:632
↓ 2 callersFunction_make_dir
# Create a temp dir # @param dir temp directory path
src/madpack/madpack.py:68
↓ 2 callersMethod_metavar_formatter
(self, action, default_metavar)
src/madpack/argparse.py:584
↓ 2 callersMethod_node_to_str
(self, node)
src/madpack/upgrade_util.py:717
↓ 2 callersFunction_plpy_check
Check pl/python existence and version @param py_min_ver min Python version to run MADlib
src/madpack/madpack.py:390
↓ 2 callersMethod_pop_action_class
(self, kwargs, default=None)
src/madpack/argparse.py:1443
↓ 2 callersMethod_remove_action
(self, action)
src/madpack/argparse.py:1520
↓ 2 callersFunction_run_sql_file
Run SQL file @param schema name of the target schema @param maddir_mod_py name of the module dir with Python code
src/madpack/madpack.py:180
↓ 2 callersMethodadd_argument_group
(self, *args, **kwargs)
src/madpack/argparse.py:1318
↓ 2 callersMethodadd_path_resolver
(cls, tag, path, kind=None)
src/madpack/yaml/resolver.py:34
↓ 2 callersFunctionappend_to_rle_index
Appends a count to the count array * The function appendBinaryStringInfo always make sure to attach a trailing '\0' * to the data array of the index
methods/svec/src/pg_gp/SparseData.c:64
↓ 2 callersFunctionarray_set_bit_in_place
* Given an array of n b-bit bitmaps, turn on the k'th most * significant bit of the j'th bitmap. * Both j and k are zero-indexed, BUT the bitmaps ar
methods/sketch/src/pg_gp/sketch_support.c:176
↓ 2 callersFunctionas_scalar
src/dbal/EigenIntegration/EigenIntegration.hpp:83
↓ 2 callersMethodascend_resolver
(self)
src/madpack/yaml/resolver.py:111
↓ 2 callersMethodbind
src/modules/glm/GLM_impl.hpp:60
↓ 2 callersFunctioncalc_dot_product
methods/kmeans/src/pg_gp/kmeans.c:194
↓ 2 callersMethodcall
src/ports/postgres/dbconnector/UDF_impl.hpp:141
↓ 2 callersMethodcheck_data
(self)
src/madpack/yaml/constructor.py:31
↓ 2 callersMethodcheck_empty_mapping
(self)
src/madpack/yaml/emitter.py:415
↓ 2 callersMethodcheck_empty_sequence
(self)
src/madpack/yaml/emitter.py:411
↓ 2 callersMethodcheck_printable
(self, data)
src/madpack/yaml/reader.py:173
↓ 2 callersMethodchoose_scalar_style
(self)
src/madpack/yaml/emitter.py:483
↓ 2 callersFunctionclosestColumnsAndDistancesShortcut
src/modules/linalg/metric.cpp:298
↓ 2 callersFunctioncmsketch_count_c
! * get the approximate count of objects with value arg * \param sketch a countmin sketch * \param arg the Datum we want to find the count of * \p
methods/sketch/src/pg_gp/countmin.c:353
↓ 2 callersFunctioncmsketch_count_md5_datum
methods/sketch/src/pg_gp/countmin.c:362
↓ 2 callersFunctioncompute_exp_Mi
*@brief compute exponential of Mi and Vi */
src/modules/crf/linear_crf.cpp:666
↓ 2 callersFunctionconstruct_md_array_zero
* @brief construct an array of zero values. * @note the supported types are: int2, int4, int8, float4 and float8 * */
src/ports/postgres/dbconnector/Compatibility.hpp:114
↓ 2 callersFunctioncopyStringInfo
* @param sinfo The StringInfo structure to be copied * @return A copy of sinfo */
methods/svec/src/pg_gp/SparseData.c:1282
↓ 2 callersFunctioncountmin_trans_c
! * Main loop of Cormode and Muthukrishnan's sketching algorithm, for setting counters in * sketches at a single "dyadic range". For each call, we w
methods/sketch/src/pg_gp/countmin.c:156
↓ 2 callersFunctiondatum_int64_cast
----------------------------------------------------------------------- * Type cast functions * ----------------------------------------------------
methods/array_ops/src/pg_gp/array_ops.c:1148
↓ 2 callersMethoddeallocate
src/utils/MallocAllocator.hpp:71
↓ 2 callersMethoddescend_resolver
(self, current_node, current_index)
src/madpack/yaml/resolver.py:88
↓ 2 callersMethoddetermine_chomp
(self, text)
src/madpack/yaml/emitter.py:1011
↓ 2 callersMethoddetermine_encoding
(self)
src/madpack/yaml/reader.py:157
↓ 2 callersFunctiondistPNorm
src/modules/linalg/metric.cpp:139
↓ 2 callersFunctiondist_fn_name
src/modules/linalg/metric.cpp:287
↓ 2 callersMethodfetch_block_scalar
(self, style)
src/madpack/yaml/scanner.py:640
↓ 2 callersMethodfetch_document_indicator
(self, TokenClass)
src/madpack/yaml/scanner.py:408
↓ 2 callersMethodfetch_flow_collection_end
(self, TokenClass)
src/madpack/yaml/scanner.py:453
↓ 2 callersMethodfetch_flow_collection_start
(self, TokenClass)
src/madpack/yaml/scanner.py:430
↓ 2 callersMethodfetch_flow_scalar
(self, style)
src/madpack/yaml/scanner.py:657
↓ 2 callersMethodfind_python_name
(self, name, mark)
src/madpack/yaml/constructor.py:491
↓ 2 callersFunctionfloat8arr_partition_internal
methods/svec_util/src/pg_gp/svec_util.c:995
↓ 2 callersMethodflush_stream
(self)
src/madpack/yaml/emitter.py:820
↓ 2 callersFunctionfmsketch_sortasort_insert
! * wrapper for insertion into a sortasort. calls sortasort_try_insert and if that fails it * makes more space for insertion (double or more the siz
methods/sketch/src/pg_gp/fm.c:576
↓ 2 callersMethodgetArgumentType
* @brief Retrieve the type of a function argument * * @param inArgID The ID of the argument (first argument is 0) * @param inFmgrInfo System-catalo
src/ports/postgres/dbconnector/SystemInformation_impl.hpp:400
↓ 2 callersMethodgetFullName
* @brief Retrieve the full function name (including arguments) * * We currently do not cache this information because we expect this function * to
src/ports/postgres/dbconnector/SystemInformation_impl.hpp:569
↓ 2 callersMethodgetTupleDesc
* @brief Retrieve tuple description for a composite type * * @param inTypeMod Transient record types have tye ID RECORDOID and are * identified
src/ports/postgres/dbconnector/SystemInformation_impl.hpp:323
↓ 2 callersMethodgetType
src/ports/postgres/dbconnector/SystemInformation_impl.hpp:381
↓ 2 callersMethodgetUserFuncContext
src/ports/postgres/dbconnector/AnyType_impl.hpp:16
↓ 2 callersFunctionget_b_utf8
src/libstemmer/runtime/utilities.c:82
↓ 2 callersMethodget_create_order_views
(self)
src/madpack/upgrade_util.py:594
↓ 2 callersMethodget_data
(self)
src/madpack/yaml/constructor.py:35
↓ 2 callersMethodget_depended_func_signature
@brief Get the depended UDF/UDA signatures for comparison
src/madpack/upgrade_util.py:620
↓ 2 callersMethodget_proc_w_dependency
(self, tag='UDA')
src/madpack/upgrade_util.py:646
↓ 2 callersFunctionget_utf8
src/libstemmer/runtime/utilities.c:68
↓ 2 callersFunctionhash_counters_iterate
! * for each row of the sketch, use the 16 bits starting at 2^i mod NUMCOUNTERS, * and invoke the lambda on those 16 bits (which may destructively m
methods/sketch/src/pg_gp/countmin.c:421
↓ 2 callersMethodidxOfGroup
src/modules/stats/one_way_anova.cpp:89
↓ 2 callersMethodindexCatStats
src/modules/recursive_partitioning/DT_impl.hpp:1818
↓ 2 callersMethodindexConStats
src/modules/recursive_partitioning/DT_impl.hpp:1806
↓ 2 callersMethodinitialize
* @brief Initialize the iteratively-reweighted-least-squares state. * * This function is only called for the first iteration, for the first
src/modules/regress/multilogistic.cpp:85
↓ 2 callersMethodinitialize
src/modules/linalg/average.cpp:46
↓ 2 callersMethodinitialize
src/modules/linalg/matrix_decomp.cpp:48
↓ 2 callersMethodinitialize
* @brief Initialize the conjugate-gradient state. * * This function is only called for the first iteration, for the first row. */
src/modules/linear_systems/sparse_linear_systems.cpp:85
↓ 2 callersMethodinitialize
* @brief Initialize the transition state. Only called for first row. * * @param inAllocator Allocator for the memory transition state. Must
src/modules/stats/robust_variance_coxph.cpp:315
↓ 2 callersMethodinitialize
* @brief Initialize the transition state. Only called for first row. * * @param inAllocator Allocator for the memory transition state. Must
src/modules/stats/CoxPHState.hpp:44
↓ 2 callersFunctioninitializeOidHashTable
* @brief Initialize an OID-to-data hash table */
src/ports/postgres/dbconnector/SystemInformation_impl.hpp:21
↓ 2 callersFunctionleftmost_zero
! * Simple linear function to find the leftmost zero (# leading 1's) * Would be nice to unify with the previous -- e.g. a foomost_bar function * wh
methods/sketch/src/pg_gp/sketch_support.c:108
↓ 2 callersFunctionlogistic
src/modules/regress/marginal.cpp:29
↓ 2 callersMethodmake_python_instance
(self, suffix, node, args=None, kwds=None, newobj=False)
src/madpack/yaml/constructor.py:534
↓ 2 callersFunctionmargins_stateToResult
src/modules/regress/marginal.cpp:37
← previousnext →301–400 of 2,182, ranked by callers