Table of Contents

Class HybridCompressionMetadata

Namespace
AiDotNet.ModelCompression
Assembly
AiDotNet.dll

Legacy non-generic metadata for backward compatibility.

[Obsolete("Use HybridCompressionMetadata<T> for type-safe operations.")]
public class HybridCompressionMetadata
Inheritance
HybridCompressionMetadata
Inherited Members

Constructors

HybridCompressionMetadata(object, object)

Initializes a new instance of the HybridCompressionMetadata class.

public HybridCompressionMetadata(object clusteringMetadata, object huffmanMetadata)

Parameters

clusteringMetadata object

Metadata from the clustering stage.

huffmanMetadata object

Metadata from the Huffman encoding stage.

Properties

ClusteringMetadata

Gets the metadata from the clustering stage.

public object ClusteringMetadata { get; }

Property Value

object

HuffmanMetadata

Gets the metadata from the Huffman encoding stage.

public object HuffmanMetadata { get; }

Property Value

object