- Sort Score
- Num 10 results
- Language All
- Labels All
Results 651 - 660 of 1,615 for tests (0.12 seconds)
Filter
-
CategoricalNB — scikit-learn 1.8.0 documentation
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.CategoricalNB.html -
Varying regularization in Multi-layer Perceptro...
: # split into training and test part X_train , X_test , y_train..., cmap = cm_bright ) # and testing points ax . scatter ( X_test...scikit-learn.org/stable/auto_examples/neural_networks/plot_mlp_alpha.html -
クラス org.seasar.dbflute.maven.plugin.CommandPlug...
provides outside-sql-test goal to run outside-sql-test. class ReplaceSchemaCommand...dbflute.seasar.org/maven/plugin/apidocs/org/seasar/dbflute/maven/plugin/class-use/CommandPlugin.html -
AbstractTransactionalTestNGSpringContextTests (...
test.context.testng.AbstractTestNGSpring...GSpring org.springframework.test.context.testng.AbstractTransactiona...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/test/context/testng/... -
Time-related feature engineering — scikit-learn...
performance measures on the test set in the discussion, we choose...2 days between the train and test side of the splits. We also...scikit-learn.org/stable/auto_examples/applications/plot_cyclical_feature_engineering.html -
User API
"surname" : "Test" , "givenName" : "User" , "mail" : "testuser@example.com"...json リクエストボディ { "name" : "testuser" , "password" : "securepassword"...fess.codelibs.org/ja/15.5/api/admin/api-admin-user.html -
ResultHandler (Spring Framework 7.0.1 API)
test.web.servlet.request.MockMvcRequestBuilde.*;...import static org.springframework.test.web.servlet.result.MockMvcResultHandler.*;...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/test/web/servlet/Res... -
ExecutingResponseCreator (Spring Framework 7.0....
test.web.client.response.ExecutingResponseCre...original factory rather than the test factory: ResponseCreator withActualResponse...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/test/web/client/resp... -
Lasta Di (DIコンテナ) | DBFlute
switch component 'mystic' in unit test @Directory |-src/main/resources...sea.xml // in production | |-src/test/resources |- sea+mystic.xml...dbflute.seasar.org/ja/lastaflute/lastadi/index.html -
贡献指南
方法编写测试 测试方法名以 test 开头 使用 Given-When-Then 模式 @Test public void testSearch...SearchService (); String query = "test" ; // When: 执行被测试对象 SearchResponse...fess.codelibs.org/zh-cn/dev/contributing.html