- Sort Score
- Num 10 results
- Language All
- Labels All
Results 341 - 350 of 1,608 for tests (1.08 seconds)
-
ReflectionHintsPredicates.MethodHintPredicate (...
Method Details test public boolean test ( RuntimeHints...Type Method Description boolean test ( RuntimeHints runtimeHints)...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/aot/hint/predicate/R... -
KFold — scikit-learn 1.7.2 documentation
Provides train/test indices to split data in train/test sets. Split...index=[2 3] Test: index=[0 1] Fold 1: Train: index=[0 1] Test: index=[2...scikit-learn.org/stable/modules/generated/sklearn.model_selection.KFold.html -
StratifiedShuffleSplit — scikit-learn 1.7...
Provides train/test indices to split data in train/test sets. This...3] Test: index=[4 1 0] Fold 1: Train: index=[5 1 4] Test: index=[0...scikit-learn.org/stable/modules/generated/sklearn.model_selection.StratifiedShuffleSplit.html -
KNeighborsClassifier — scikit-learn 1.7.2...
or None Test samples. If None , predictions...probability estimates for the test data X. Parameters : X {array-like,...scikit-learn.org/stable/modules/generated/sklearn.neighbors.KNeighborsClassifier.html -
plot_classifier_comparison.zip
points in solid colors and testing points semi-transparent. The...classification accuracy on the test set. """ # Authors: The scikit-learn...scikit-learn.org/stable/_downloads/ce35bcc69acbd491cf7ac77fa17889d5/plot_classifier_comparison.zip -
SpringMethodRule (Spring Framework 7.0.0 API)
on the test instance testInstance - the current test instance...java.lang.Object org.springframework.test.context.junit4.rules.SpringMethodRule...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/test/context/junit4/... -
Build context-aware AI agents with watsonx Orch...
Test the AI agent Test the Employee Helper...displayed with a chat window for testing the agent. In the Welcome message...developer.ibm.com/tutorials/agentic-rag-watsonx-orchestrate-astradb/ -
NearestCentroid — scikit-learn 1.7.2 docu...
with test samples classified to the class...n_features) Array of samples (test vectors). Returns : y_scores...scikit-learn.org/stable/modules/generated/sklearn.neighbors.NearestCentroid.html -
org.springframework.aot.hint.predicate (Spring ...
testing whether the given hints match...ReflectionHints predicates, testing whether the given hints match...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/aot/hint/predicate/p... -
ComplementNB — scikit-learn 1.7.2 documen...
classification on an array of test vectors X. Parameters : X array-like...probability estimates for the test vector X. For each row x of...scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.ComplementNB.html