Public Member Functions | Public Attributes | List of all members
com.google.protobuf.Utf8Utils.Utf8Distribution Enum Reference

Public Member Functions

abstract int[] getDistribution ()
 

Public Attributes

 getDistribution
 

Detailed Description

The Utf8 distribution of real data. The distribution is an array with length 4. "distribution[i]" means the total number of characters who are encoded with (i + 1) bytes.

GMM_UTF8_DISTRIBUTION is the distribution of gmm data set. GSR_UTF8_DISTRIBUTION is the distribution of gsreq/gsresp data set

Definition at line 92 of file Utf8Utils.java.

Member Function Documentation

◆ getDistribution()

abstract int [] com.google.protobuf.Utf8Utils.Utf8Distribution.getDistribution ( )
abstract

Member Data Documentation

◆ getDistribution

com.google.protobuf.Utf8Utils.Utf8Distribution.getDistribution
Initial value:
=() {
return new int[] {53059, 104, 0, 0};
}
},
GSR_UTF8_DISTRIBUTION {
@Override
public int[] getDistribution() {
return new int[] {119458, 74, 2706, 0};
}
}

Definition at line 95 of file Utf8Utils.java.


The documentation for this enum was generated from the following file:
com.google.protobuf.Utf8Utils.Utf8Distribution.getDistribution
getDistribution
Definition: Utf8Utils.java:95


libaditof
Author(s):
autogenerated on Wed May 21 2025 02:07:08