Package org.apache.spark.ml.attribute
Class UnresolvedAttribute
Object
org.apache.spark.ml.attribute.UnresolvedAttribute
An unresolved attribute.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic AttributeType
attrType()
static scala.Option<Object>
index()
static boolean
static boolean
static scala.Option<String>
name()
static Metadata
static Metadata
toMetadata
(Metadata existingMetadata) static String
toString()
static StructField
static StructField
toStructField
(Metadata existingMetadata) static Attribute
withIndex
(int index) static Attribute
static Attribute
static Attribute
-
Constructor Details
-
UnresolvedAttribute
public UnresolvedAttribute()
-
-
Method Details
-
attrType
-
withIndex
-
isNumeric
public static boolean isNumeric() -
withoutIndex
-
isNominal
public static boolean isNominal() -
name
-
withoutName
-
index
-
withName
-
toMetadata
-
toMetadata
-
toStructField
-
toStructField
-
toString
-