public static class SOD.SODModel extends java.lang.Object implements TextWriteable
Modifier and Type | Field and Description |
---|---|
private double[] |
center
Center vector
|
private long[] |
weightVector
Relevant dimensions.
|
Constructor and Description |
---|
SODModel(double[] center,
long[] weightVector)
Initialize SOD Model
|
Modifier and Type | Method and Description |
---|---|
void |
writeToText(TextWriterStream out,
java.lang.String label)
Write self to the given
TextWriterStream |
private double[] center
private long[] weightVector
public SODModel(double[] center, long[] weightVector)
center
- Center vectorweightVector
- Selected dimensionspublic void writeToText(TextWriterStream out, java.lang.String label)
TextWriteable
TextWriterStream
writeToText
in interface TextWriteable
out
- Output writerlabel
- LabelCopyright © 2019 ELKI Development Team. License information.