Package org.apache.spark.ml.attribute
Class UnresolvedAttribute
Object
org.apache.spark.ml.attribute.UnresolvedAttribute
An unresolved attribute.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic AttributeTypeattrType()static scala.Option<Object>index()static booleanstatic booleanstatic scala.Option<String>name()static Metadatastatic MetadatatoMetadata(Metadata existingMetadata) static StringtoString()static StructFieldstatic StructFieldtoStructField(Metadata existingMetadata) static AttributewithIndex(int index) static Attributestatic Attributestatic 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
 
 -