Class LMCLUS.Separation

  • Enclosing class:
    LMCLUS

    private static class LMCLUS.Separation
    extends java.lang.Object
    Class to represent a linear manifold separation
    Author:
    Erich Schubert
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) double[][] basis
      Basis of manifold
      (package private) double goodness
      Goodness of separation
      (package private) double[] originV
      Origin vector
      (package private) double threshold
      Threshold
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Separation()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • goodness

        double goodness
        Goodness of separation
      • threshold

        double threshold
        Threshold
      • basis

        double[][] basis
        Basis of manifold
      • originV

        double[] originV
        Origin vector
    • Constructor Detail

      • Separation

        private Separation()