Remove comment that isn't true

This commit is contained in:
Joel Therrien 2019-01-10 17:34:52 -08:00
parent 31d6ce9b3e
commit 86122fd90d

View file

@ -52,7 +52,7 @@ public final class NumericCovariate implements Covariate<Double> {
if(number == 0){ if(number == 0){
dataIterator = new UniqueValueIterator<>(sortedDataIterator); dataIterator = new UniqueValueIterator<>(sortedDataIterator);
} }
else{ // random splitting; we will not weight based on how many times a Row appears in the bootstrap sample else{
final TreeSet<Integer> indexSet = new TreeSet<>(); final TreeSet<Integer> indexSet = new TreeSet<>();
final int maxIndex = data.size(); final int maxIndex = data.size();