public class Prototype extends DataSpaceVector
DataPoint
.Constructor and Description |
---|
Prototype(double[] values,
double classLabel) |
Prototype(Vector vector) |
Modifier and Type | Method and Description |
---|---|
EmbeddedSpaceVector |
getEmbeddedSpaceVector(OmegaMatrix matrix) |
void |
setValues(double[] values) |
java.lang.String |
toString() |
deregisterAllMappingBut, getNumberOfMappings
equals, getClassLabel, getDimension, getValue, getValues, hashCode, setClassLabel, setValues
public Prototype(double[] values, double classLabel)
public Prototype(Vector vector)
public EmbeddedSpaceVector getEmbeddedSpaceVector(OmegaMatrix matrix)
getEmbeddedSpaceVector
in class DataSpaceVector