encode_cluster_HistogramPair

encode_cluster_HistogramPair

Overview

encode_cluster_HistogramPair is a class in Aspose.Font FOSS for Python.

This class provides 1 method for working with encode_cluster_HistogramPair objects in Python programs. Available methods include: __init__. All public members are accessible to any Python application after installing the Aspose.Font FOSS for Python package. Properties: cost_combo, cost_diff, idx1, idx2, valid.

Properties

NameTypeAccessDescription
cost_diff``ReadGets the cost diff.
cost_combo``ReadGets the cost combo.
valid``ReadGets the valid.
idx2``ReadGets the idx2.
idx1``ReadGets the idx1.

Methods

SignatureDescription
__init__()Calls init on this encode_cluster_HistogramPair instance.

See Also