- Sort Score
- Num 10 results
- Language All
- Labels All
Results 111 - 120 of 2,473 for test (3.29 seconds)
-
构建和测试
单元测试的执行 执行所有单元测试 mvn test 执行特定的测试类 mvn test -Dtest = SearchServiceTest...测试错误 测试超时 延长测试超时时间: mvn test -Dmaven.test.timeout = 600 OpenSearch...fess.codelibs.org/zh-cn/dev/building.html -
Semi-supervised Classification on a Text Datase...
0 Micro-averaged F1 score on test set: 0.885 ---------- Supervised...0 Micro-averaged F1 score on test set: 0.773 ---------- SelfTrainingClassifi...scikit-learn.org/stable/auto_examples/semi_supervised/plot_semi_supervised_newsgroups.html -
Sql (Spring Framework 7.0.1 API)
is used to annotate a test class or test method to configure SQL...ResourceDatabasePopu ScriptUtils Nested Class Summary Nested Classes Modifier...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/test/context/jdbc/Sq... -
BeanOverrideProcessor (Spring Framework 7.0.0 API)
given override annotation and test class. Method Details createHandler...this processor testClass - the test class to process field - the...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/test/context/bean/ov... -
SqlMergeMode (Spring Framework 7.0.1 API)
is used to annotate a test class or test method to configure whether...is not declared on a test class or test method, SqlMergeMode.MergeMode.OVERRIDE...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/test/context/jdbc/Sq... -
Open Source Full-text Search Server - Fess Deve...
Testing Create and run unit tests to verify changes...# JSP files │ └── test/ │ └── java/ # Test code ├── pom.xml #...fess.codelibs.org/dev/getting-started.html -
Developing a stream processor with Apache Kafka...
Test your stream processor You can test your stream...will test the stream processor using kafka-streams-test-utils...developer.ibm.com/tutorials/developing-a-streams-processor-with-apache-kafka/ -
RepeatedStratifiedKFold — scikit-learn 1....
index=[1 2] Test: index=[0 3] Fold 1: Train: index=[0 3] Test: index=[1...index=[1 3] Test: index=[0 2] Fold 3: Train: index=[0 2] Test: index=[1...scikit-learn.org/stable/modules/generated/sklearn.model_selection.RepeatedStratifiedKFold.html -
Development
Running Unit Tests Step 4: Run Local Tests Running Unit Tests Running...Plugins Testing Running Unit Tests Running All Unit Tests Running...fess.codelibs.org/development.html -
11. Common pitfalls and recommended practices &...
not the test dataset, so model performance on the test dataset...keeping the test and train data subsets separate. Test data should...scikit-learn.org/stable/common_pitfalls.html