Uses of Class
org.tensorflow.metadata.v0.WeightedFeature
-
Packages that use WeightedFeature Package Description org.tensorflow.metadata.v0 -
-
Uses of WeightedFeature in org.tensorflow.metadata.v0
Fields in org.tensorflow.metadata.v0 with type parameters of type WeightedFeature Modifier and Type Field Description static com.google.protobuf.Parser<WeightedFeature>WeightedFeature. PARSERDeprecated.Methods in org.tensorflow.metadata.v0 that return WeightedFeature Modifier and Type Method Description WeightedFeatureWeightedFeature.Builder. build()WeightedFeatureWeightedFeature.Builder. buildPartial()static WeightedFeatureWeightedFeature. getDefaultInstance()WeightedFeatureWeightedFeature.Builder. getDefaultInstanceForType()WeightedFeatureWeightedFeature. getDefaultInstanceForType()WeightedFeatureSchema.Builder. getWeightedFeature(int index)Weighted features described in this schema.WeightedFeatureSchema. getWeightedFeature(int index)Weighted features described in this schema.WeightedFeatureSchemaOrBuilder. getWeightedFeature(int index)Weighted features described in this schema.static WeightedFeatureWeightedFeature. parseDelimitedFrom(InputStream input)static WeightedFeatureWeightedFeature. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static WeightedFeatureWeightedFeature. parseFrom(byte[] data)static WeightedFeatureWeightedFeature. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static WeightedFeatureWeightedFeature. parseFrom(com.google.protobuf.ByteString data)static WeightedFeatureWeightedFeature. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static WeightedFeatureWeightedFeature. parseFrom(com.google.protobuf.CodedInputStream input)static WeightedFeatureWeightedFeature. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static WeightedFeatureWeightedFeature. parseFrom(InputStream input)static WeightedFeatureWeightedFeature. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static WeightedFeatureWeightedFeature. parseFrom(ByteBuffer data)static WeightedFeatureWeightedFeature. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in org.tensorflow.metadata.v0 that return types with arguments of type WeightedFeature Modifier and Type Method Description com.google.protobuf.Parser<WeightedFeature>WeightedFeature. getParserForType()List<WeightedFeature>Schema.Builder. getWeightedFeatureList()Weighted features described in this schema.List<WeightedFeature>Schema. getWeightedFeatureList()Weighted features described in this schema.List<WeightedFeature>SchemaOrBuilder. getWeightedFeatureList()Weighted features described in this schema.static com.google.protobuf.Parser<WeightedFeature>WeightedFeature. parser()Methods in org.tensorflow.metadata.v0 with parameters of type WeightedFeature Modifier and Type Method Description Schema.BuilderSchema.Builder. addWeightedFeature(int index, WeightedFeature value)Weighted features described in this schema.Schema.BuilderSchema.Builder. addWeightedFeature(WeightedFeature value)Weighted features described in this schema.WeightedFeature.BuilderWeightedFeature.Builder. mergeFrom(WeightedFeature other)static WeightedFeature.BuilderWeightedFeature. newBuilder(WeightedFeature prototype)Schema.BuilderSchema.Builder. setWeightedFeature(int index, WeightedFeature value)Weighted features described in this schema.Method parameters in org.tensorflow.metadata.v0 with type arguments of type WeightedFeature Modifier and Type Method Description Schema.BuilderSchema.Builder. addAllWeightedFeature(Iterable<? extends WeightedFeature> values)Weighted features described in this schema.
-