- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1111 - 1120 of 9,498 for 2 (0.19 seconds)
-
Upgrade Procedure
2/fess-15.3.2.tar.gz $ tar -xzf fess-15.3.2.tar.gz Copy...-Uvh fess-15.3.2.rpm # DEB $ sudo dpkg -i fess-15.3.2.deb Note Configuration...fess.codelibs.org/15.3/install/upgrade.html -
卸载步骤
2 步骤 2: 删除 OpenSearch 删除 OpenSearch...rm -rf /path/to/opensearch-3.3.2 步骤 3: 删除数据目录(可选) 默认情况下,数据目录在 Fess...fess.codelibs.org/zh-cn/15.3/install/uninstall.html -
IBM Cloud Pak for Applications - IBM Developer
developer.ibm.com/components/cloud-pak-for-applications -
MultiTaskLassoCV — scikit-learn 1.8.0 doc...
it is: ( 1 / ( 2 * n_samples )) * || Y - XW ||^ 2 _Fro + alpha...X = np . array ([[ 1 , 2 , 3.1 ], [ 2.3 , 5.4 , 4.3 ]]) . T >>>...scikit-learn.org/stable/modules/generated/sklearn.linear_model.MultiTaskLassoCV.html -
contingency_matrix — scikit-learn 1.8.0 d...
2 , 2 ] >>> labels_pred = [ 1 , 0 , 2 , 1 , 0...0 , 2 ] >>> contingency_matrix ( labels_true , labels_pred...scikit-learn.org/stable/modules/generated/sklearn.metrics.cluster.contingency_matrix.html -
MeanShift — scikit-learn 1.8.0 documentation
complexity will tend towards O(T*n^2). Scalability can be boosted by...X = np . array ([[ 1 , 1 ], [ 2 , 1 ], [ 1 , 0 ], ... [ 4 , 7...scikit-learn.org/stable/modules/generated/sklearn.cluster.MeanShift.html -
How to deploy NLP: Text embeddings and vector s...
predicted dense vector as the result: 2. Loading initial data As mentioned...question) (1), Highly Relevant (2), and Perfectly Relevant (3)....www.elastic.co/search-labs/blog/how-to-deploy-nlp-text-embeddings-and-vector-search -
kmeans_plusplus — scikit-learn 1.8.0 docu...
2 ], [ 1 , 4 ], [ 1 , 0 ], ... [ 10 , 2 ], [ 10 , 4...array([[10, 2], [ 1, 0]]) >>> indices array([3, 2]) Gallery...scikit-learn.org/stable/modules/generated/sklearn.cluster.kmeans_plusplus.html -
Visualizing the probabilistic predictions of a ...
SplineTransformer ( degree = 2 , n_knots = 2 ), PolynomialFeatures (...SplineTransformer(degree=2, n_knots=2)), ('polynomialfeatures',...scikit-learn.org/stable/auto_examples/ensemble/plot_voting_decision_regions.html -
NearestCentroid — scikit-learn 1.8.0 docu...
[ - 2 , - 1 ], [ - 3 , - 2 ], [ 1 , 1 ], [ 2 , 1 ], [ 3...3 , 2 ]]) >>> y = np . array ([ 1 , 1 , 1 , 2 , 2 , 2...scikit-learn.org/stable/modules/generated/sklearn.neighbors.NearestCentroid.html