Uses of Interface
org.tensorflow.metadata.v0.FeatureNameStatisticsOrBuilder
-
Packages that use FeatureNameStatisticsOrBuilder Package Description org.tensorflow.metadata.v0 -
-
Uses of FeatureNameStatisticsOrBuilder in org.tensorflow.metadata.v0
Classes in org.tensorflow.metadata.v0 that implement FeatureNameStatisticsOrBuilder Modifier and Type Class Description classFeatureNameStatisticsThe complete set of statistics for a given feature name for a dataset.static classFeatureNameStatistics.BuilderThe complete set of statistics for a given feature name for a dataset.Methods in org.tensorflow.metadata.v0 that return FeatureNameStatisticsOrBuilder Modifier and Type Method Description FeatureNameStatisticsOrBuilderDatasetFeatureStatistics.Builder. getFeaturesOrBuilder(int index)The feature statistics for the dataset.FeatureNameStatisticsOrBuilderDatasetFeatureStatistics. getFeaturesOrBuilder(int index)The feature statistics for the dataset.FeatureNameStatisticsOrBuilderDatasetFeatureStatisticsOrBuilder. getFeaturesOrBuilder(int index)The feature statistics for the dataset.Methods in org.tensorflow.metadata.v0 that return types with arguments of type FeatureNameStatisticsOrBuilder Modifier and Type Method Description List<? extends FeatureNameStatisticsOrBuilder>DatasetFeatureStatistics.Builder. getFeaturesOrBuilderList()The feature statistics for the dataset.List<? extends FeatureNameStatisticsOrBuilder>DatasetFeatureStatistics. getFeaturesOrBuilderList()The feature statistics for the dataset.List<? extends FeatureNameStatisticsOrBuilder>DatasetFeatureStatisticsOrBuilder. getFeaturesOrBuilderList()The feature statistics for the dataset.
-