- Update dependencies
Showing 2 of 6 files from the diff.
Other files ignored by Codecov
pom.xml
has changed.
app/example/pom.xml
has changed.
src/site/markdown/docs/endusers.md
has changed.
@@ -142,7 +142,7 @@
Loading
142 | 142 | */ |
|
143 | 143 | public static MiningSchema buildMiningSchema(InputSchema schema, double[] importances) { |
|
144 | 144 | Preconditions.checkArgument( |
|
145 | - | importances == null || (importances.length == schema.getNumPredictors())); |
|
145 | + | importances == null || importances.length == schema.getNumPredictors()); |
|
146 | 146 | List<String> featureNames = schema.getFeatureNames(); |
|
147 | 147 | List<MiningField> miningFields = new ArrayList<>(); |
|
148 | 148 | for (int featureIndex = 0; featureIndex < featureNames.size(); featureIndex++) { |
1384.1
TRAVIS_OS_NAME=linux openjdk8=
Sunburst
The inner-most circle is the entire project, moving away from the center are folders then, finally, a single file.
The size and color of each slice is representing the number of statements and the coverage, respectively.
Icicle
The top section represents the entire project. Proceeding with folders and finally individual files.
The size and color of each slice is representing the number of statements and the coverage, respectively.