Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/abess-team/abess
/ functions
Functions
7,692 in github.com/abess-team/abess
⨍
Functions
7,692
◇
Types & classes
3,315
↓ 2 callers
Function
nextabove
python/include/unsupported/test/mpreal/mpreal.h:2571
↓ 2 callers
Method
nonZeros
\returns the number of non zero coefficients */
python/include/unsupported/Eigen/src/Skyline/SkylineMatrix.h:383
↓ 2 callers
Method
nonzeroPivots
\returns the number of nonzero pivots in the LU decomposition. * Here nonzero is meant in the exact sense, not in a fuzzy sense. * So that
python/include/Eigen/src/LU/FullPivLU.h:144
↓ 2 callers
Method
offsetBuffer
python/include/unsupported/Eigen/CXX11/src/Tensor/TensorContractionMapper.h:33
↓ 2 callers
Method
operator()
python/include/Eigen/src/Core/CoreEvaluators.h:347
↓ 2 callers
Method
operator()
python/include/unsupported/Eigen/CXX11/src/Tensor/TensorFFT.h:49
↓ 2 callers
Function
outer
\returns the outer stride */
python/include/Eigen/src/Core/Stride.h:76
↓ 2 callers
Method
outer
python/include/Eigen/src/SparseCore/SparseDiagonalProduct.h:111
↓ 2 callers
Method
outer
python/include/Eigen/src/SparseCore/SparseDenseProduct.h:239
↓ 2 callers
Method
outerToBlock
\returns the block index where outer belongs to */
python/include/unsupported/Eigen/src/SparseExtra/BlockSparseMatrix.h:779
↓ 2 callers
Function
p4ui_CONJ_XOR
python/include/Eigen/src/Core/arch/NEON/Complex.h:18
↓ 2 callers
Method
padding_left
python/include/unsupported/Eigen/CXX11/src/Tensor/TensorVolumePatch.h:125
↓ 2 callers
Method
padding_left
python/include/unsupported/Eigen/CXX11/src/Tensor/TensorImagePatch.h:117
↓ 2 callers
Method
padding_top
python/include/unsupported/Eigen/CXX11/src/Tensor/TensorVolumePatch.h:121
↓ 2 callers
Method
padding_top
python/include/unsupported/Eigen/CXX11/src/Tensor/TensorImagePatch.h:113
↓ 2 callers
Method
padding_top_z
python/include/unsupported/Eigen/CXX11/src/Tensor/TensorVolumePatch.h:117
↓ 2 callers
Function
pblend
python/include/Eigen/src/Core/GenericPacketMath.h:556
↓ 2 callers
Method
permutation
the permutation used in the QR factorization */
python/include/unsupported/Eigen/src/LevenbergMarquardt/LevenbergMarquardt.h:232
↓ 2 callers
Function
pexp
python/include/Eigen/src/Core/GenericPacketMath.h:401
↓ 2 callers
Method
pmul
python/include/Eigen/src/Core/arch/SSE/Complex.h:219
↓ 2 callers
Method
pmul
python/include/Eigen/src/Core/arch/NEON/Complex.h:262
↓ 2 callers
Method
pmul
python/include/Eigen/src/Core/arch/AltiVec/Complex.h:221
↓ 2 callers
Function
pnegate
python/include/Eigen/src/Core/arch/SSE/Complex.h:57
↓ 2 callers
Function
por
python/include/Eigen/src/Core/GenericPacketMath.h:201
↓ 2 callers
Method
predict
r""" Returns the time-independent part of hazard function, i.e. :math:`\exp(X\beta)` on given data. Parameters ------
python/abess/linear.py:406
↓ 2 callers
Method
predict
r""" Predict on given data. Parameters ---------- X : array-like, shape(n_samples, p_features) Sample mat
python/abess/linear.py:567
↓ 2 callers
Method
predict
r""" Prediction of the mean of each response on given data. Parameters ---------- X : array-like, shape(n_samples, p_
python/abess/linear.py:721
↓ 2 callers
Method
predict
r""" Return the most possible class for given data. Parameters ---------- X : array-like, shape(n_samples, p_features
python/abess/linear.py:890
↓ 2 callers
Method
predict_survival_function
r""" Predict survival function. The survival function for an individual with feature vector :math:`x` is defined as .
python/abess/linear.py:453
↓ 2 callers
Function
predux_downto4
python/include/Eigen/src/Core/GenericPacketMath.h:330
↓ 2 callers
Function
predux_max
python/include/Eigen/src/Core/GenericPacketMath.h:344
↓ 2 callers
Function
predux_min
python/include/Eigen/src/Core/GenericPacketMath.h:340
↓ 2 callers
Function
preloadKernel
python/include/unsupported/Eigen/CXX11/src/Tensor/TensorConvolution.h:823
↓ 2 callers
Function
promote
python/include/unsupported/test/FFTW.cpp:21
↓ 2 callers
Function
pshiftleft
python/include/Eigen/src/Core/arch/AVX/MathFunctions.h:21
↓ 2 callers
Function
queryCacheSizes_intel
python/include/Eigen/src/Core/util/Memory.h:897
↓ 2 callers
Function
rand_reentrant
Visual studio doesn't implement a rand_r() function since its implementation of rand() is already thread safe
python/include/unsupported/test/cxx11_runqueue.cpp:19
↓ 2 callers
Function
rand_reentrant
Visual studio doesn't implement a rand_r() function since its implementation of rand() is already thread safe
python/include/unsupported/test/cxx11_eventcount.cpp:17
↓ 2 callers
Method
random
Return a single random number, ranging from -0.5 to 0.5
include/Spectra/Util/SimpleRandom.h:66
↓ 2 callers
Method
rank
\returns the rank of the matrix of which *this is the LU decomposition. * * \note This method has to determine which pivots should be cons
python/include/Eigen/src/LU/FullPivLU.h:332
↓ 2 callers
Method
rankUpdate
python/include/Eigen/src/Cholesky/LLT.h:457
↓ 2 callers
Method
ratio
r""" Give new data, and it returns the explained ratio. Parameters ---------- X : array-like, shape (n_samples, n_fea
python/abess/decomposition.py:163
↓ 2 callers
Method
realRoots
python/include/unsupported/Eigen/src/Polynomials/PolynomialSolver.h:69
↓ 2 callers
Function
real_2x2_jacobi_svd
python/include/Eigen/src/misc/RealSvd2x2.h:19
↓ 2 callers
Method
reserve
* \brief Allocate the internal array of pointers to blocks and their inner indices * * \note For fixed-size blocks, call setBlockSize() to
python/include/unsupported/Eigen/src/SparseExtra/BlockSparseMatrix.h:596
↓ 2 callers
Method
resize
Forwards the resizing request to the nested expression * \sa DenseBase::resize(Index) */
python/include/Eigen/src/Core/ArrayWrapper.h:102
↓ 2 callers
Method
resize
Resize the matrix without preserving the data (the matrix is set to zero) */
python/include/unsupported/Eigen/src/SparseExtra/DynamicSparseMatrix.h:199
↓ 2 callers
Function
resize_if_allowed
python/include/Eigen/src/Core/AssignEvaluator.h:705
↓ 2 callers
Method
rowIndexPtr
* Return the location in \em rowvaluePtr() which starts each column */
python/include/Eigen/src/SparseLU/SparseLU_SupernodalMatrix.h:122
↓ 2 callers
Method
rows
python/include/Eigen/src/UmfPackSupport/UmfPackSupport.h:199
↓ 2 callers
Method
rows
python/include/Eigen/src/Core/Transpose.h:68
↓ 2 callers
Method
rows
python/include/Eigen/src/Core/Visitor.h:74
↓ 2 callers
Method
rows
\returns the number of rows */
python/include/Eigen/src/Core/PermutationMatrix.h:102
↓ 2 callers
Method
rows
python/include/Eigen/src/Core/DiagonalMatrix.h:53
↓ 2 callers
Method
rows
python/include/Eigen/src/Core/CoreEvaluators.h:1628
↓ 2 callers
Method
rows
python/include/Eigen/src/Core/CwiseBinaryOp.h:114
↓ 2 callers
Method
rows
Return the number of rows of the underlying matrix.
include/Spectra/MatOp/SparseRegularInverse.h:86
↓ 2 callers
Method
rows
Return the number of rows of the underlying matrix.
include/Spectra/MatOp/DenseGenComplexShiftSolve.h:81
↓ 2 callers
Method
rows
Return the number of rows of the underlying matrix.
include/Spectra/MatOp/SparseGenComplexShiftSolve.h:82
↓ 2 callers
Method
rows
Returns the number of rows of the underlying matrix.
include/Spectra/MatOp/SparseCholesky.h:83
↓ 2 callers
Method
rows
Return the number of rows of the underlying matrix.
include/Spectra/MatOp/DenseGenRealShiftSolve.h:73
↓ 2 callers
Method
rows
Return the number of rows of the underlying matrix.
include/Spectra/MatOp/SparseSymShiftSolve.h:76
↓ 2 callers
Method
rows
Return the number of rows of the underlying matrix.
include/Spectra/MatOp/SparseGenRealShiftSolve.h:74
↓ 2 callers
Method
rows
Return the number of rows of the underlying matrix.
include/Spectra/MatOp/internal/SymGEigsRegInvOp.h:62
↓ 2 callers
Method
rows
Return the number of rows of the underlying matrix.
include/Spectra/MatOp/internal/SymGEigsBucklingOp.h:65
↓ 2 callers
Method
rows
Return the number of rows of the underlying matrix.
include/Spectra/MatOp/internal/SymGEigsCholeskyOp.h:64
↓ 2 callers
Method
rows
Return the number of rows of the underlying matrix.
include/Spectra/MatOp/internal/SymGEigsShiftInvertOp.h:65
↓ 2 callers
Method
rows
include/Spectra/MatOp/internal/ArnoldiOp.h:55
↓ 2 callers
Method
run
python/include/Eigen/src/SVD/JacobiSVD.h:56
↓ 2 callers
Method
scatterPacket
python/include/Eigen/src/Core/util/BlasUtil.h:230
↓ 2 callers
Method
score
r""" Give new data, and it returns the prediction accuracy. Parameters ---------- X : array-like, shape(n_samples, p_
python/abess/linear.py:153
↓ 2 callers
Method
score
r""" Give data, and it returns C-index. Parameters ---------- X : array-like, shape(n_samples, p_features)
python/abess/linear.py:425
↓ 2 callers
Method
score
r""" Give new data, and it returns the :math:`D^2` score. Parameters ---------- X : array-like, shape(n_samples, p_fe
python/abess/linear.py:587
↓ 2 callers
Method
score
r""" Give data, and it returns the coefficient of determination. Parameters ---------- X : array-like, shape(n_sample
python/abess/linear.py:745
↓ 2 callers
Method
score
r""" Give new data, and it returns the prediction error. Parameters ---------- X : array-like, shape(n_samples, p_fea
python/abess/linear.py:1061
↓ 2 callers
Method
score
Give new data, and it returns normalized discounted cumulative gain. Parameters ---------- X : array-like, shape(n_s
python/abess/linear.py:1247
↓ 2 callers
Method
set
python/include/unsupported/Eigen/CXX11/src/Tensor/TensorIndexList.h:307
↓ 2 callers
Method
setFromTriplets
python/include/Eigen/src/SparseCore/SparseMatrix.h:993
↓ 2 callers
Method
setFromTriplets
python/include/unsupported/Eigen/src/SparseExtra/BlockSparseMatrix.h:631
↓ 2 callers
Method
setIdentity
Sets this matrix to be the identity matrix of the current size. */
python/include/Eigen/src/Core/DiagonalMatrix.h:204
↓ 2 callers
Method
setRhsNorm
python/include/unsupported/Eigen/src/IterativeSolvers/IterationController.h:123
↓ 2 callers
Method
setZero
Removes all non zeros but keep allocated memory * * This function does not free the currently allocated memory. To release as much as memo
python/include/Eigen/src/SparseCore/SparseMatrix.h:251
↓ 2 callers
Function
signedDistance
\returns the signed distance between the plane \c *this and a point \a p. * \sa absDistance() */
python/include/Eigen/src/Geometry/Hyperplane.h:143
↓ 2 callers
Function
sinh
python/include/Eigen/src/Core/MathFunctions.h:1222
↓ 2 callers
Method
sinh
python/include/unsupported/Eigen/src/MatrixFunctions/MatrixFunction.h:563
↓ 2 callers
Method
size
python/include/Eigen/src/SparseCore/CompressedStorage.h:109
↓ 2 callers
Method
size
python/include/Eigen/src/Core/Redux.h:359
↓ 2 callers
Method
solve
python/include/Eigen/src/SparseCore/SparseSolverBase.h:87
↓ 2 callers
Method
solve
python/include/Eigen/src/Cholesky/LLT.h:139
↓ 2 callers
Method
solve
python/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:147
↓ 2 callers
Method
solveInPlace
python/include/Eigen/src/SparseLU/SparseLU.h:712
↓ 2 callers
Method
solveInPlace
python/include/Eigen/src/Cholesky/LDLT.h:610
↓ 2 callers
Method
span
python/include/unsupported/Eigen/src/Splines/Spline.h:291
↓ 2 callers
Function
spline3d
create a reference spline */
python/include/unsupported/test/splines.cpp:67
↓ 2 callers
Method
srcCoeff
python/include/unsupported/Eigen/CXX11/src/Tensor/TensorMorphing.h:498
↓ 2 callers
Function
stable_norm_kernel
python/include/Eigen/src/Core/StableNorm.h:18
↓ 2 callers
Method
startVec
Does nothing: provided for compatibility with SparseMatrix */
python/include/unsupported/Eigen/src/SparseExtra/DynamicSparseMatrix.h:145
↓ 2 callers
Function
swap
python/include/Eigen/src/Core/util/Meta.h:469
↓ 2 callers
Method
swap
python/include/unsupported/Eigen/src/SparseExtra/BlockSparseMatrix.h:350
↓ 2 callers
Function
tan
python/include/unsupported/test/mpreal/mpreal.h:2232
← previous
next →
1,101–1,200 of 7,692, ranked by callers