Packages

c

org.tensorflow.metadata.v0

DynamicClassSpec

final class DynamicClassSpec extends GeneratedMessageV3 with DynamicClassSpecOrBuilder

Specifies a dynamic multiclass/multi-label problem where the number of label
 classes is inferred from the data.

Protobuf type tensorflow.metadata.v0.DynamicClassSpec

Source
DynamicClassSpec.java
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DynamicClassSpec
  2. DynamicClassSpecOrBuilder
  3. GeneratedMessageV3
  4. Serializable
  5. AbstractMessage
  6. Message
  7. MessageOrBuilder
  8. AbstractMessageLite
  9. MessageLite
  10. MessageLiteOrBuilder
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def equals(obj: AnyRef): Boolean
    Definition Classes
    DynamicClassSpec → AbstractMessage → Message → AnyRef → Any
    Annotations
    @Override()
  2. def findInitializationErrors(): List[String]
    Definition Classes
    AbstractMessage → MessageOrBuilder
  3. def getAllFields(): Map[FieldDescriptor, AnyRef]
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  4. def getDefaultInstanceForType(): DynamicClassSpec
    Definition Classes
    DynamicClassSpec → MessageOrBuilder → MessageLiteOrBuilder
    Annotations
    @Override()
  5. def getDescriptorForType(): Descriptor
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  6. def getField(field: FieldDescriptor): AnyRef
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  7. def getInitializationErrorString(): String
    Definition Classes
    AbstractMessage → MessageOrBuilder
  8. def getOneofFieldDescriptor(oneof: OneofDescriptor): FieldDescriptor
    Definition Classes
    GeneratedMessageV3 → AbstractMessage → MessageOrBuilder
  9. def getOovClassSpec(): OovClassSpec

    Optional. If specified, an Out-Of-Vocabulary (OOV) class is created and
    populated based on frequencies in the training set. If no OOV class is
    specified, the model's label vocabulary should consist of all labels that
    appear in the training set.
    

    Optional. If specified, an Out-Of-Vocabulary (OOV) class is created and
    populated based on frequencies in the training set. If no OOV class is
    specified, the model's label vocabulary should consist of all labels that
    appear in the training set.
    

    .tensorflow.metadata.v0.DynamicClassSpec.OovClassSpec oov_class_spec = 1;

    returns

    The oovClassSpec.

    Definition Classes
    DynamicClassSpecDynamicClassSpecOrBuilder
    Annotations
    @Override()
  10. def getOovClassSpecOrBuilder(): OovClassSpecOrBuilder

    Optional. If specified, an Out-Of-Vocabulary (OOV) class is created and
    populated based on frequencies in the training set. If no OOV class is
    specified, the model's label vocabulary should consist of all labels that
    appear in the training set.
    

    Optional. If specified, an Out-Of-Vocabulary (OOV) class is created and
    populated based on frequencies in the training set. If no OOV class is
    specified, the model's label vocabulary should consist of all labels that
    appear in the training set.
    

    .tensorflow.metadata.v0.DynamicClassSpec.OovClassSpec oov_class_spec = 1;

    Definition Classes
    DynamicClassSpecDynamicClassSpecOrBuilder
    Annotations
    @Override()
  11. def getParserForType(): Parser[DynamicClassSpec]
    Definition Classes
    DynamicClassSpec → GeneratedMessageV3 → Message → MessageLite
    Annotations
    @Override()
  12. def getRepeatedField(field: FieldDescriptor, index: Int): AnyRef
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  13. def getRepeatedFieldCount(field: FieldDescriptor): Int
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  14. def getSerializedSize(): Int
    Definition Classes
    DynamicClassSpec → GeneratedMessageV3 → AbstractMessage → MessageLite
    Annotations
    @Override()
  15. def getUnknownFields(): UnknownFieldSet
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  16. def hasField(field: FieldDescriptor): Boolean
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  17. def hasOneof(oneof: OneofDescriptor): Boolean
    Definition Classes
    GeneratedMessageV3 → AbstractMessage → MessageOrBuilder
  18. def hasOovClassSpec(): Boolean

    Optional. If specified, an Out-Of-Vocabulary (OOV) class is created and
    populated based on frequencies in the training set. If no OOV class is
    specified, the model's label vocabulary should consist of all labels that
    appear in the training set.
    

    Optional. If specified, an Out-Of-Vocabulary (OOV) class is created and
    populated based on frequencies in the training set. If no OOV class is
    specified, the model's label vocabulary should consist of all labels that
    appear in the training set.
    

    .tensorflow.metadata.v0.DynamicClassSpec.OovClassSpec oov_class_spec = 1;

    returns

    Whether the oovClassSpec field is set.

    Definition Classes
    DynamicClassSpecDynamicClassSpecOrBuilder
    Annotations
    @Override()
  19. def hashCode(): Int
    Definition Classes
    DynamicClassSpec → AbstractMessage → Message → AnyRef → Any
    Annotations
    @Override()
  20. final def isInitialized(): Boolean
    Definition Classes
    DynamicClassSpec → GeneratedMessageV3 → AbstractMessage → MessageLiteOrBuilder
    Annotations
    @Override()
  21. def newBuilderForType(): Builder
    Definition Classes
    DynamicClassSpec → Message → MessageLite
    Annotations
    @Override()
  22. def toBuilder(): Builder
    Definition Classes
    DynamicClassSpec → Message → MessageLite
    Annotations
    @Override()
  23. def toByteArray(): Array[Byte]
    Definition Classes
    AbstractMessageLite → MessageLite
  24. def toByteString(): ByteString
    Definition Classes
    AbstractMessageLite → MessageLite
  25. final def toString(): String
    Definition Classes
    AbstractMessage → Message → AnyRef → Any
  26. def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    AbstractMessageLite → MessageLite
    Annotations
    @throws(classOf[java.io.IOException])
  27. def writeTo(output: CodedOutputStream): Unit
    Definition Classes
    DynamicClassSpec → GeneratedMessageV3 → AbstractMessage → MessageLite
    Annotations
    @Override()
  28. def writeTo(output: OutputStream): Unit
    Definition Classes
    AbstractMessageLite → MessageLite
    Annotations
    @throws(classOf[java.io.IOException])