Skip to content

Commit 0332477

Browse files
Merge pull request #54 from openml/release/v1.2.1
Release/v1.2.1
2 parents 6d86273 + 5b0b516 commit 0332477

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>org.openml</groupId>
44
<artifactId>EvaluationEngine</artifactId>
5-
<version>1.2.0-SNAPSHOT</version>
5+
<version>1.2.1-SNAPSHOT</version>
66
<name>EvaluationEngine</name>
77
<description>OpenML EvaluationEngine; processes datasets, generates splits and evaluates runs</description>
88
<organization>

src/main/java/org/openml/webapplication/attributeCharacterization/AttributeCharacterizer.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,8 @@ public String[] getIDs() {
6060
}
6161

6262
/**
63-
* @param weka.core.Instances
64-
* dataset : the dataset on wich to compute the (index)th attribute meta-features
65-
* @return Map<String, Double> qualities : map of meta-features (name->value), every quality from getIDs() is supposed to be present and value is guaranteed
63+
* @param dataset : the dataset on wich to compute the (index)th attribute meta-features
64+
* @return qualities : map of meta-features (name to value), every quality from getIDs() is supposed to be present and value is guaranteed
6665
* has to be either a finite Double or null. null means that the meta-feature makes no sense on this attribute, or that it failed computation.
6766
*/
6867
public Map<String, Double> characterize(Instances dataset) {

0 commit comments

Comments
 (0)