Package elki.outlier.subspace
Class SOD.SODModel
- java.lang.Object
-
- elki.outlier.subspace.SOD.SODModel
-
- All Implemented Interfaces:
TextWriteable
- Enclosing class:
- SOD<V extends NumberVector>
public static class SOD.SODModel extends java.lang.Object implements TextWriteable
SOD Model class- Author:
- Arthur Zimek
-
-
Field Summary
Fields Modifier and Type Field Description private double[]centerCenter vectorprivate long[]weightVectorRelevant dimensions.
-
Constructor Summary
Constructors Constructor Description SODModel(double[] center, long[] weightVector)Initialize SOD Model
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidwriteToText(TextWriterStream out, java.lang.String label)Write self to the givenTextWriterStream
-
-
-
Method Detail
-
writeToText
public void writeToText(TextWriterStream out, java.lang.String label)
Description copied from interface:TextWriteableWrite self to the givenTextWriterStream- Specified by:
writeToTextin interfaceTextWriteable- Parameters:
out- Output writerlabel- Label
-
-