Class ZeroWeightsDecorator

java.lang.Object
cz.fidentis.analyst.engines.distance.measurement.FacetDistancesDecorator
cz.fidentis.analyst.engines.distance.measurement.ZeroWeightsDecorator
All Implemented Interfaces:
FacetDistances, Serializable, Iterable<DistanceRecord>

public class ZeroWeightsDecorator extends FacetDistancesDecorator implements Serializable
This decorator sets weight of all distance values to zero.
See Also:
  • Constructor Details

    • ZeroWeightsDecorator

      public ZeroWeightsDecorator(FacetDistances subElement)
      Constructor.
      Parameters:
      subElement - decorated sub-element
    • ZeroWeightsDecorator

      public ZeroWeightsDecorator()
      Constructor without sub-element! Use only for future clonning by the clone(FacetDistances) method.
  • Method Details