Package org.apache.spark.ml.attribute
Class UnresolvedAttribute
Object
org.apache.spark.ml.attribute.UnresolvedAttribute
An unresolved attribute.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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- 
UnresolvedAttributepublic UnresolvedAttribute()
 
- 
- 
Method Details- 
attrType
- 
withIndex
- 
isNumericpublic static boolean isNumeric()
- 
withoutIndex
- 
isNominalpublic static boolean isNominal()
- 
name
- 
withoutName
- 
index
- 
withName
- 
toMetadata
- 
toMetadata
- 
toStructField
- 
toStructField
- 
toString
 
-