Class JDialogProstateImageCategorize.perImageCost

  • All Implemented Interfaces:
    java.lang.Comparable
    Enclosing class:
    JDialogProstateImageCategorize

    class JDialogProstateImageCategorize.perImageCost
    extends java.lang.Object
    implements java.lang.Comparable
    NMI based image similarity measure cost class.
    Author:
    Ruida Cheng
    • Field Detail

      • index

        public int index
      • cost_CRS

        public double cost_CRS
      • cost_MIS

        public double cost_MIS
      • cost_NMIS

        public double cost_NMIS
      • cost_NXS

        public double cost_NXS
    • Constructor Detail

      • perImageCost

        public perImageCost​(int _index,
                            double _cost_CRS,
                            double _cost_MIS,
                            double _cost_NMIS,
                            double _cost_NXS)