MCPcopy Create free account

hub / github.com/abess-team/abess / functions

Functions7,692 in github.com/abess-team/abess

↓ 2 callersFunctiontensor_static_symgroup_index_permute
python/include/unsupported/Eigen/CXX11/src/TensorSymmetry/StaticSymmetry.h:122
↓ 2 callersMethodtest_loss
src/Metric.h:271
↓ 2 callersFunctiontest_model
(pred, real)
docs/Tutorial/2-pca/plot_7_RPCA.py:174
↓ 2 callersMethodthreshold
Returns the threshold that will be used by certain methods such as rank(). * * See the documentation of setThreshold(const RealScalar&).
python/include/Eigen/src/LU/FullPivLU.h:317
↓ 2 callersMethodtoRotationMatrix
python/include/Eigen/src/Geometry/AngleAxis.h:217
↓ 2 callersMethodtranspose
\brief %Transpose of the Householder sequence. */
python/include/Eigen/src/Householder/HouseholderSequence.h:209
↓ 2 callersFunctiontreat_first_col
include/Spectra/LinAlg/Orthogonalization.h:33
↓ 2 callersFunctiontreePostorder
python/include/Eigen/src/SparseCore/SparseColEtree.h:178
↓ 2 callersMethodtwistedBy
\returns an expression of P H P^-1 */ TODO implement twists in a more evaluator friendly fashion
python/include/Eigen/src/SparseCore/SparseSelfAdjointView.h:127
↓ 2 callersFunctiontype_name
Convert type into humman readable string.
python/abess/functions.py:316
↓ 2 callersFunctionupdate_value
python/include/unsupported/Eigen/CXX11/src/Tensor/TensorIndexList.h:86
↓ 2 callersMethodupperProfileSize
python/include/unsupported/Eigen/src/Skyline/SkylineStorage.h:120
↓ 2 callersMethodupper_triangular_solve
Performs the upper triangular solving operation \f$y=(L')^{-1}x\f$. \param x_in Pointer to the \f$x\f$ vector. \param y_out Pointer to the \f$y\f$ v
include/Spectra/MatOp/DenseCholesky.h:115
↓ 2 callersFunctionupperbidiagonalization_inplace_unblocked
python/include/Eigen/src/SVD/UpperBidiagonalization.h:93
↓ 2 callersMethodvalues_statically_known_to_increase
python/include/unsupported/Eigen/CXX11/src/Tensor/TensorIndexList.h:322
↓ 2 callersFunctionvector_slice
src/utilities.cpp:89
↓ 2 callersFunctionvst1_f32
python/include/Eigen/src/Core/arch/NEON/PacketMath.h:108
↓ 2 callersFunctionvst1q_f32
python/include/Eigen/src/Core/arch/NEON/PacketMath.h:107
↓ 1 callersMethodEmpty
Empty tests whether container is empty. Can be called by any thread at any time.
python/include/unsupported/Eigen/CXX11/src/ThreadPool/RunQueue.h:178
↓ 1 callersFunctionFPR
(pred, real)
docs/Tutorial/2-pca/plot_7_RPCA.py:168
↓ 1 callersFunctionGetMarketLine
python/include/unsupported/Eigen/src/SparseExtra/MarketIO.h:21
↓ 1 callersMethodGetPerThread
python/include/unsupported/Eigen/CXX11/src/ThreadPool/SimpleThreadPool.h:144
↓ 1 callersMethodGetPerThread
python/include/unsupported/Eigen/CXX11/src/ThreadPool/NonBlockingThreadPool.h:255
↓ 1 callersFunctionGetVectorElt
python/include/unsupported/Eigen/src/SparseExtra/MarketIO.h:50
↓ 1 callersMethodHardImpute
src/AlgorithmPCA.h:279
↓ 1 callersFunctionKnotAveragingWithDerivatives
python/include/unsupported/Eigen/src/Splines/SplineFitting.h:78
↓ 1 callersFunctionLUnumTempV
python/include/Eigen/src/SparseLU/SparseLU_Memory.h:39
↓ 1 callersFunctionNormalize
src/normalize.cpp:33
↓ 1 callersFunctionNormalize3
src/normalize.cpp:93
↓ 1 callersFunctionNormalize4
src/normalize.cpp:117
↓ 1 callersMethodNumThreads
python/include/unsupported/Eigen/CXX11/src/ThreadPool/SimpleThreadPool.h:72
↓ 1 callersMethodPop
python/include/unsupported/test/cxx11_eventcount.cpp:60
↓ 1 callersMethodPush
python/include/unsupported/test/cxx11_eventcount.cpp:49
↓ 1 callersFunctionPutMatrixElt
python/include/unsupported/Eigen/src/SparseExtra/MarketIO.h:85
↓ 1 callersFunctionQR_orthogonalisation
include/Spectra/LinAlg/Orthogonalization.h:46
↓ 1 callersFunctionRandomFill
python/include/unsupported/doc/examples/FFT.cpp:61
↓ 1 callersFunctionTPR
(pred, real)
docs/Tutorial/2-pca/plot_7_RPCA.py:162
↓ 1 callersMethod__init__
(self, max_iter=20, exchange_num=5, is_warm_start=True, support_size=None, i
python/abess/pca.py:14
↓ 1 callersMethod__init__
(self, max_support_size=None, tune_type="gic", ic_coef=1.0, cv=5, graph_threshold=0.0, thread
python/abess/graph.py:258
↓ 1 callersMethod__init__
(self, support_size=None, group=None, ic_type="loss", ic_coef=1.0, cv=1, cv_
python/abess/decomposition.py:113
↓ 1 callersMethod__sklearn_tags__
(self)
python/abess/decomposition.py:138
↓ 1 callersFunction_check_estimate_1d
(estimate, test_time)
python/abess/functions.py:582
↓ 1 callersFunction_check_inputs
(event_indicator, event_time, estimate)
python/abess/functions.py:592
↓ 1 callersMethod_compute_counts
Count right censored and uncensored samples at each unique time point. Parameters ---------- event : array
python/abess/functions.py:183
↓ 1 callersFunction_estimate_concordance_index
( event_indicator, event_time, estimate, weights, tied_tol=1e-8)
python/abess/functions.py:640
↓ 1 callersFunction_exact_sample
Exact sampler: enumerate all 2^p configurations. Only feasible for p <= 20. Returns (unique_data, frequencies) where frequencies sum to n
python/abess/graph.py:136
↓ 1 callersFunction_gen_4nn_cyclic
4-nearest-neighbor cyclic grid topology. p must be a perfect square. Returns p×p theta matrix. graph_type 3 = ferromagnetic (+beta), 4 =
python/abess/graph.py:21
↓ 1 callersFunction_gen_ld_adjmat
Local-degree adjacency matrix (type 6).
python/abess/graph.py:51
↓ 1 callersFunction_gen_rr_adjmat
Random k-regular graph (types 1, 2, 7) using networkx.
python/abess/graph.py:66
↓ 1 callersFunction_get_comparable
(event_indicator, event_time, order)
python/abess/functions.py:612
↓ 1 callersFunction_gibbs_sample
Pure-numpy Gibbs sampler for Ising model. theta: p×p interaction matrix (including diagonal for external field). Returns: (n_sample × p)
python/abess/graph.py:107
↓ 1 callersFunction_sim_theta
Dispatch to the correct topology builder.
python/abess/graph.py:93
↓ 1 callersMethod_solve_impl
python/include/Eigen/src/SparseCore/SparseSolverBase.h:111
↓ 1 callersMethod_sort_matrix_Q
\internal */
python/include/Eigen/src/SparseQR/SparseQR.h:263
↓ 1 callersMethod_transformVector
python/include/Eigen/src/Geometry/Quaternion.h:469
↓ 1 callersFunctionabessGLM_API
[[Rcpp::export]]
src/api.cpp:139
↓ 1 callersFunctionabessPCA_API
[[Rcpp::export]]
src/api.cpp:351
↓ 1 callersFunctionabessRPCA_API
[[Rcpp::export]]
src/api.cpp:577
↓ 1 callersFunctionacosh
python/include/unsupported/test/mpreal/mpreal.h:2255
↓ 1 callersMethodaddTo
python/include/Eigen/src/Core/EigenBase.h:76
↓ 1 callersFunctionaligned_realloc
* \internal * \brief Reallocates an aligned block of memory. * \throws std::bad_alloc on allocation failure */
python/include/Eigen/src/Core/util/Memory.h:188
↓ 1 callersMethodallocateA
python/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:376
↓ 1 callersMethodanalyzePattern
Performs a symbolic decomposition on the sparcity of \a matrix. * * This function is particularly useful when solving for several problems
python/include/Eigen/src/SuperLUSupport/SuperLUSupport.h:524
↓ 1 callersMethodanalyzePattern
python/include/Eigen/src/IterativeLinearSolvers/IncompleteLUT.h:223
↓ 1 callersMethodangle
\returns the rotation angle */
python/include/Eigen/src/Geometry/Rotation2D.h:78
↓ 1 callersMethodapplyThisOnTheRight
python/include/Eigen/src/Householder/HouseholderSequence.h:285
↓ 1 callersFunctionasSluMatrix
python/include/Eigen/src/SuperLUSupport/SuperLUSupport.h:291
↓ 1 callersFunctionasinh
python/include/unsupported/test/mpreal/mpreal.h:2256
↓ 1 callersFunctionassign_sparse_to_sparse
python/include/Eigen/src/SparseCore/SparseAssign.h:71
↓ 1 callersMethodatInRange
Like at(), but the search is performed in the range [start,end) */
python/include/Eigen/src/SparseCore/CompressedStorage.h:159
↓ 1 callersFunctionatan
python/include/unsupported/test/mpreal/mpreal.h:2238
↓ 1 callersFunctionatanh
python/include/unsupported/test/mpreal/mpreal.h:2257
↓ 1 callersFunctionatomicExchCustom
python/include/unsupported/Eigen/CXX11/src/Tensor/TensorReductionCuda.h:72
↓ 1 callersMethodbalance
python/include/unsupported/Eigen/src/Polynomials/Companion.h:211
↓ 1 callersMethodbdcSvd
python/include/Eigen/src/SVD/BDCSVD.h:1222
↓ 1 callersFunctionbeta_generator
(k, M)
python/abess/datasets.py:20
↓ 1 callersFunctionbicgstab
python/include/Eigen/src/IterativeLinearSolvers/BiCGSTAB.h:29
↓ 1 callersFunctionbinom
python/include/unsupported/test/matrix_exponential.cpp:12
↓ 1 callersMethodblockOuterIndex
python/include/unsupported/Eigen/src/SparseExtra/BlockSparseMatrix.h:889
↓ 1 callersFunctionbottomRows
python/include/Eigen/src/plugins/BlockMethods.h:516
↓ 1 callersFunctionbounding_box
python/include/unsupported/test/BVH.cpp:17
↓ 1 callersMethodbuffer
python/include/unsupported/Eigen/CXX11/src/Tensor/TensorEvalTo.h:83
↓ 1 callersFunctionbug_1222
python/include/unsupported/test/autodiff.cpp:300
↓ 1 callersFunctionbug_1223
python/include/unsupported/test/autodiff.cpp:309
↓ 1 callersFunctionbug_1260
regression test for some compilation issues with specializations of ScalarBinaryOpTraits
python/include/unsupported/test/autodiff.cpp:328
↓ 1 callersFunctionbug_1261
check a compilation issue with numext::max
python/include/unsupported/test/autodiff.cpp:335
↓ 1 callersMethodcalculate_correction_vector
Compute the corrections using the DPR method. \return New correction vectors.
include/Spectra/DavidsonSymEigsSolver.h:74
↓ 1 callersFunctioncall_dense_assignment_loop
python/include/Eigen/src/Core/AssignEvaluator.h:725
↓ 1 callersFunctioncauchy_max_bound
python/include/unsupported/Eigen/src/Polynomials/PolynomialUtils.h:74
↓ 1 callersFunctioncauchy_min_bound
python/include/unsupported/Eigen/src/Polynomials/PolynomialUtils.h:97
↓ 1 callersFunctionceil
python/include/Eigen/src/Core/arch/CUDA/Half.h:425
↓ 1 callersMethodceil
python/include/unsupported/Eigen/CXX11/src/Tensor/TensorBase.h:315
↓ 1 callersMethodcenter
python/include/Eigen/src/Geometry/AlignedBox.h:116
↓ 1 callersMethodcheck_convergence
Checks if the algorithm has converged and updates root_converged \param tol Tolerance for convergence \param number_eigenvalue Number of request eige
include/Spectra/LinAlg/RitzPairs.h:73
↓ 1 callersFunctioncheck_for_aliasing
python/include/Eigen/src/Core/Transpose.h:392
↓ 1 callersFunctioncheck_global_interpolation2d
python/include/unsupported/test/splines.cpp:201
↓ 1 callersFunctioncheck_global_interpolation_with_derivatives2d
python/include/unsupported/test/splines.cpp:237
↓ 1 callersFunctioncheck_scalar
Validate scalar parameters type and value. Parameters ---------- x : object The scalar parameter to validate. name : str
python/abess/functions.py:258
↓ 1 callersFunctioncheck_sparse_kronecker_product
python/include/unsupported/test/kronecker_product.cpp:72
↓ 1 callersMethodcholmodCommon
\returns a pointer to the SPQR workspace */
python/include/Eigen/src/SPQRSupport/SuiteSparseQRSupport.h:218
← previousnext →1,201–1,300 of 7,692, ranked by callers