Remove comment that isn't true
This commit is contained in:
parent
31d6ce9b3e
commit
86122fd90d
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||||
|
|
Loading…
Reference in a new issue