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
clusteringMetadataobjectMetadata from the clustering stage.
huffmanMetadataobjectMetadata from the Huffman encoding stage.
Properties
ClusteringMetadata
Gets the metadata from the clustering stage.
public object ClusteringMetadata { get; }
Property Value
HuffmanMetadata
Gets the metadata from the Huffman encoding stage.
public object HuffmanMetadata { get; }