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, setLabel
public 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 Externalizable
writeExternal
in class LabeledVector<Double>
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
readExternal
in class LabeledVector<Double>
IOException
ClassNotFoundException
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024