Class DendrogramModel

  • All Implemented Interfaces:
    Model
    Direct Known Subclasses:
    PrototypeDendrogramModel

    public class DendrogramModel
    extends java.lang.Object
    implements Model
    Model for dendrograms, provides the height of this subtree.
    Since:
    0.4.0
    Author:
    Elke Achtert
    • Field Detail

      • height

        private double height
        Distance to child cluster
    • Constructor Detail

      • DendrogramModel

        public DendrogramModel​(double distance)
        Constructor.
        Parameters:
        distance - Distance to child cluster.