Merge pull request #2690 from sgiraudot/Classification-ETHZ_random_forest-GF

Classification: ETHZ Random Forest
This commit is contained in:
Laurent Rineau
2018-02-01 17:35:30 +01:00
committed by GitHub
97 changed files with 2704 additions and 336 deletions
@@ -15,8 +15,8 @@ for p in ^*build*(/); do
elif [ -z "`echo $l | grep -Ev '^L?GPL \(v3 or later\) *$'`" ]; then
echo 'GPL (v3 or later)' > "$licFile"
else
echo "MULTIPLE!" > "$licFile";
echo $l >> "$licFile"
# echo "MULTIPLE!" > "$licFile";
echo $l > "$licFile"
fi
fi
done