class BinaryAttribute extends Attribute
- Alphabetic
- By Inheritance
- BinaryAttribute
- Attribute
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
attrType: AttributeType
Attribute type.
Attribute type.
- Definition Classes
- BinaryAttribute → Attribute
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(other: Any): Boolean
- Definition Classes
- BinaryAttribute → AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- BinaryAttribute → AnyRef → Any
-
val
index: Option[Int]
Index of the attribute.
Index of the attribute. None if it is not set.
- Definition Classes
- BinaryAttribute → Attribute
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isNominal: Boolean
Tests whether this attribute is nominal, true for NominalAttribute and BinaryAttribute.
Tests whether this attribute is nominal, true for NominalAttribute and BinaryAttribute.
- Definition Classes
- BinaryAttribute → Attribute
-
def
isNumeric: Boolean
Tests whether this attribute is numeric, true for NumericAttribute and BinaryAttribute.
Tests whether this attribute is numeric, true for NumericAttribute and BinaryAttribute.
- Definition Classes
- BinaryAttribute → Attribute
-
val
name: Option[String]
Name of the attribute.
Name of the attribute. None if it is not set.
- Definition Classes
- BinaryAttribute → Attribute
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toMetadata(): Metadata
Converts to ML metadata
Converts to ML metadata
- Definition Classes
- Attribute
-
def
toMetadata(existingMetadata: Metadata): Metadata
Converts to ML metadata with some existing metadata.
Converts to ML metadata with some existing metadata.
- Definition Classes
- Attribute
-
def
toString(): String
- Definition Classes
- Attribute → AnyRef → Any
-
def
toStructField(): StructField
Converts to a
StructField
.Converts to a
StructField
.- Definition Classes
- Attribute
-
def
toStructField(existingMetadata: Metadata): StructField
Converts to a
StructField
with some existing metadata.Converts to a
StructField
with some existing metadata.- existingMetadata
existing metadata to carry over
- Definition Classes
- Attribute
- val values: Option[Array[String]]
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
withIndex(index: Int): BinaryAttribute
Copy with a new index.
Copy with a new index.
- Definition Classes
- BinaryAttribute → Attribute
-
def
withName(name: String): BinaryAttribute
Copy with a new name.
Copy with a new name.
- Definition Classes
- BinaryAttribute → Attribute
-
def
withValues(negative: String, positive: String): BinaryAttribute
Copy with new values.
Copy with new values.
- negative
name for negative
- positive
name for positive
-
def
withoutIndex: BinaryAttribute
Copy without the index.
Copy without the index.
- Definition Classes
- BinaryAttribute → Attribute
-
def
withoutName: BinaryAttribute
Copy without the name.
Copy without the name.
- Definition Classes
- BinaryAttribute → Attribute
-
def
withoutValues: BinaryAttribute
Copy without the values.