public class BootstrappedVector extends LabeledVector<Double>
vector| Constructor and Description |
|---|
BootstrappedVector(Vector features,
double lb,
int[] counters)
Creates an instance of BootstrappedVector.
|
| Modifier and Type | Method and Description |
|---|---|
int[] |
counters() |
boolean |
equals(Object o) |
int |
hashCode() |
void |
readExternal(ObjectInput in) |
void |
writeExternal(ObjectOutput out) |
label, setLabelpublic BootstrappedVector(Vector features, double lb, int[] counters)
features - Features.lb - Label.counters - Repetitions counters.public int[] counters()
public boolean equals(Object o)
equals in class LabeledVector<Double>public int hashCode()
hashCode in class LabeledVector<Double>public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizablewriteExternal in class LabeledVector<Double>IOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizablereadExternal in class LabeledVector<Double>IOExceptionClassNotFoundException
GridGain In-Memory Computing Platform : ver. 8.9.26 Release Date : October 16 2025