class NumericAttribute extends Attribute
- Alphabetic
- By Inheritance
- NumericAttribute
- Attribute
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
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: AttributeTypeAttribute type. Attribute type. - Definition Classes
- NumericAttribute → Attribute
 
-    def clone(): AnyRef- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
 
-   final  def eq(arg0: AnyRef): Boolean- Definition Classes
- AnyRef
 
-    def equals(other: Any): Boolean- Definition Classes
- NumericAttribute → AnyRef → Any
 
-   final  def getClass(): Class[_ <: AnyRef]- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
 
-    def hashCode(): Int- Definition Classes
- NumericAttribute → AnyRef → Any
 
-    val index: Option[Int]Index of the attribute. Index of the attribute. None if it is not set. - Definition Classes
- NumericAttribute → Attribute
 
-   final  def isInstanceOf[T0]: Boolean- Definition Classes
- Any
 
-    def isNominal: BooleanTests whether this attribute is nominal, true for NominalAttribute and BinaryAttribute. Tests whether this attribute is nominal, true for NominalAttribute and BinaryAttribute. - Definition Classes
- NumericAttribute → Attribute
 
-    def isNumeric: BooleanTests whether this attribute is numeric, true for NumericAttribute and BinaryAttribute. Tests whether this attribute is numeric, true for NumericAttribute and BinaryAttribute. - Definition Classes
- NumericAttribute → Attribute
 
-  val max: Option[Double]
-  val min: Option[Double]
-    val name: Option[String]Name of the attribute. Name of the attribute. None if it is not set. - Definition Classes
- NumericAttribute → Attribute
 
-   final  def ne(arg0: AnyRef): Boolean- Definition Classes
- AnyRef
 
-   final  def notify(): Unit- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
 
-   final  def notifyAll(): Unit- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
 
-  val sparsity: Option[Double]
-  val std: Option[Double]
-   final  def synchronized[T0](arg0: => T0): T0- Definition Classes
- AnyRef
 
-    def toMetadata(): MetadataConverts to ML metadata Converts to ML metadata - Definition Classes
- Attribute
 
-    def toMetadata(existingMetadata: Metadata): MetadataConverts 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(): StructFieldConverts to a StructField.Converts to a StructField.- Definition Classes
- Attribute
 
-    def toStructField(existingMetadata: Metadata): StructFieldConverts to a StructFieldwith some existing metadata.Converts to a StructFieldwith some existing metadata.- existingMetadata
- existing metadata to carry over 
 - Definition Classes
- Attribute
 
-   final  def wait(arg0: Long, arg1: Int): Unit- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
 
-   final  def wait(arg0: Long): Unit- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
 
-   final  def wait(): Unit- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
 
-    def withIndex(index: Int): NumericAttributeCopy with a new index. Copy with a new index. - Definition Classes
- NumericAttribute → Attribute
 
-    def withMax(max: Double): NumericAttributeCopy with a new max value. 
-    def withMin(min: Double): NumericAttributeCopy with a new min value. 
-    def withName(name: String): NumericAttributeCopy with a new name. Copy with a new name. - Definition Classes
- NumericAttribute → Attribute
 
-    def withSparsity(sparsity: Double): NumericAttributeCopy with a new sparsity. 
-    def withStd(std: Double): NumericAttributeCopy with a new standard deviation. 
-    def withoutIndex: NumericAttributeCopy without the index. Copy without the index. - Definition Classes
- NumericAttribute → Attribute
 
-    def withoutMax: NumericAttributeCopy without the max value. 
-    def withoutMin: NumericAttributeCopy without the min value. 
-    def withoutName: NumericAttributeCopy without the name. Copy without the name. - Definition Classes
- NumericAttribute → Attribute
 
-    def withoutSparsity: NumericAttributeCopy without the sparsity. 
-    def withoutStd: NumericAttributeCopy without the standard deviation. 
-    def withoutSummary: NumericAttributeCopy without summary statistics. 
Deprecated Value Members
-    def finalize(): Unit- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
- (Since version 9)