- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1 - 10 of 20 for c (0.06 sec)
-
test.c
#include <sdtio.h> int main(void) { printf("Lorem ipsum. (ロレム・イプサム) 吾輩は猫である。"); }raw.githubusercontent.com/codelibs/fess-testdata/master/source_code/test.c -
cross_validation.rst.txt
"c", "c", "c", "d", "d", "d"] >>> groups...= ["a", "b", "b", "b", "c", "c", "c", "a"] >>> groups = [1, 1,...scikit-learn.org/stable/_sources/modules/cross_validation.rst.txt -
linear_model.rst.txt
``C`` is given by ``alpha = 1 / C`` or ``alpha =...:func:`sklearn.svm.l1_min_c` allows to calculate the lower bound for C in order...scikit-learn.org/stable/_sources/modules/linear_model.rst.txt -
feature_selection.rst.txt
the parameter C controls the sparsity: the smaller C the fewer features...(150, 4) >>> lsvc = LinearSVC(C=0.01, penalty="l1", dual=False).fit(X,...scikit-learn.org/stable/_sources/modules/feature_selection.rst.txt -
model_evaluation.rst.txt
math:: \frac{1}{c(c-1)}\sum_{j=1}^{c}\sum_{k > j}^c (\text{AUC}(j...math:: \frac{1}{c(c-1)}\sum_{j=1}^{c}\sum_{k > j}^c p(j \cup k)(...scikit-learn.org/stable/_sources/modules/model_evaluation.rst.txt -
plot_classifier_comparison.rst.txt
C=0.025, random_state=42), SVC(gamma=2, C=1, random_state=42),...ax.scatter(X_train[:, 0], X_train[:, 1], c=y_train, cmap=cm_bright, edgecolors="k")...scikit-learn.org/stable/_sources/auto_examples/classification/plot_classifier_comparison.rst.txt -
plot_discretization_strategies.rst.txt
c_[xx.ravel(), yy.ravel()] ax.set_xlim(xx.min(),...scikit-learn.org/stable/_sources/auto_examples/preprocessing/plot_discretization_strategies.rst.txt -
grid_search.rst.txt
= [ {'C': [1, 10, 100, 1000], 'kernel': ['linear']}, {'C': [1,...classes. Typical examples include ``C``, ``kernel`` and ``gamma`` for...scikit-learn.org/stable/_sources/modules/grid_search.rst.txt -
clustering.rst.txt
\sum_{q=1}^k n_q (c_q - c_E) (c_q - c_E)^T with :math:`C_q` the set...math:: C = \left[\begin{matrix} C_{00} & C_{01} \\ C_{10} & C_{11}...scikit-learn.org/stable/_sources/modules/clustering.rst.txt -
decomposition.rst.txt
C. Sorensen, and C. Yang, (1998) .. _LSA:....org/Boutsidis_PRE_08.pdf>`_ C. Boutsidis, E. Gallopoulos, 2008...scikit-learn.org/stable/_sources/modules/decomposition.rst.txt