Uses of Class
org.tensorflow.metadata.v0.FeatureNameStatistics
-
Packages that use FeatureNameStatistics Package Description org.tensorflow.metadata.v0 -
-
Uses of FeatureNameStatistics in org.tensorflow.metadata.v0
Methods in org.tensorflow.metadata.v0 that return FeatureNameStatistics Modifier and Type Method Description FeatureNameStatisticsFeatureNameStatistics.Builder. build()FeatureNameStatisticsFeatureNameStatistics.Builder. buildPartial()static FeatureNameStatisticsFeatureNameStatistics. getDefaultInstance()FeatureNameStatisticsFeatureNameStatistics.Builder. getDefaultInstanceForType()FeatureNameStatisticsFeatureNameStatistics. getDefaultInstanceForType()FeatureNameStatisticsDatasetFeatureStatistics.Builder. getFeatures(int index)The feature statistics for the dataset.FeatureNameStatisticsDatasetFeatureStatistics. getFeatures(int index)The feature statistics for the dataset.FeatureNameStatisticsDatasetFeatureStatisticsOrBuilder. getFeatures(int index)The feature statistics for the dataset.static FeatureNameStatisticsFeatureNameStatistics. parseDelimitedFrom(InputStream input)static FeatureNameStatisticsFeatureNameStatistics. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FeatureNameStatisticsFeatureNameStatistics. parseFrom(byte[] data)static FeatureNameStatisticsFeatureNameStatistics. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FeatureNameStatisticsFeatureNameStatistics. parseFrom(com.google.protobuf.ByteString data)static FeatureNameStatisticsFeatureNameStatistics. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FeatureNameStatisticsFeatureNameStatistics. parseFrom(com.google.protobuf.CodedInputStream input)static FeatureNameStatisticsFeatureNameStatistics. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FeatureNameStatisticsFeatureNameStatistics. parseFrom(InputStream input)static FeatureNameStatisticsFeatureNameStatistics. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FeatureNameStatisticsFeatureNameStatistics. parseFrom(ByteBuffer data)static FeatureNameStatisticsFeatureNameStatistics. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in org.tensorflow.metadata.v0 that return types with arguments of type FeatureNameStatistics Modifier and Type Method Description List<FeatureNameStatistics>DatasetFeatureStatistics.Builder. getFeaturesList()The feature statistics for the dataset.List<FeatureNameStatistics>DatasetFeatureStatistics. getFeaturesList()The feature statistics for the dataset.List<FeatureNameStatistics>DatasetFeatureStatisticsOrBuilder. getFeaturesList()The feature statistics for the dataset.com.google.protobuf.Parser<FeatureNameStatistics>FeatureNameStatistics. getParserForType()static com.google.protobuf.Parser<FeatureNameStatistics>FeatureNameStatistics. parser()Methods in org.tensorflow.metadata.v0 with parameters of type FeatureNameStatistics Modifier and Type Method Description DatasetFeatureStatistics.BuilderDatasetFeatureStatistics.Builder. addFeatures(int index, FeatureNameStatistics value)The feature statistics for the dataset.DatasetFeatureStatistics.BuilderDatasetFeatureStatistics.Builder. addFeatures(FeatureNameStatistics value)The feature statistics for the dataset.FeatureNameStatistics.BuilderFeatureNameStatistics.Builder. mergeFrom(FeatureNameStatistics other)static FeatureNameStatistics.BuilderFeatureNameStatistics. newBuilder(FeatureNameStatistics prototype)DatasetFeatureStatistics.BuilderDatasetFeatureStatistics.Builder. setFeatures(int index, FeatureNameStatistics value)The feature statistics for the dataset.Method parameters in org.tensorflow.metadata.v0 with type arguments of type FeatureNameStatistics Modifier and Type Method Description DatasetFeatureStatistics.BuilderDatasetFeatureStatistics.Builder. addAllFeatures(Iterable<? extends FeatureNameStatistics> values)The feature statistics for the dataset.
-