Documentation of 'jsat.outlier.LoOP' Java class
LoOP
jsat.outlier

Class LoOP

  • All Implemented Interfaces:
    java.io.Serializable, Outlier


    public class LoOP
    extends java.lang.Object
    implements Outlier
    This class implements the Local Outlier Probabilities (LoOP) algorithm for outlier detection.
    See Also:
    Serialized Form
    • Constructor Detail

      • LoOP

        public LoOP()
      • LoOP

        public LoOP(int minPnts)
    • Method Detail

      • setMinPnts

        public void setMinPnts(int minPnts)
      • getMinPnts

        public int getMinPnts()
      • setLambda

        public void setLambda(double lambda)
      • getLambda

        public double getLambda()
      • setDistanceMetric

        public void setDistanceMetric(DistanceMetric distanceMetric)
      • fit

        public void fit(DataSet d,
                        boolean parallel)
        Specified by:
        fit in interface Outlier
      • score

        public double score(DataPoint x)
        Description copied from interface: Outlier
        Returns an unbounded anomaly/outlier score. Negative values indicate the input is likely to be an outlier, and positive values that the input is likely to be an inlier.
        Specified by:
        score in interface Outlier
        Returns:

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.