Package ai.libs.jaicore.ml.core.dataset
Class InstanceSchema<L>
- java.lang.Object
-
- ai.libs.jaicore.ml.core.dataset.InstanceSchema<L>
-
- All Implemented Interfaces:
java.io.Serializable
public class InstanceSchema<L> extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InstanceSchema(java.util.List<IAttributeType<?>> attributeTypeList, IAttributeType<L> targetType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IAttributeType<?>get(int index)java.util.List<IAttributeType<?>>getAttributeTypeList()IAttributeType<L>getTargetType()java.lang.StringtoString()
-
-
-
Constructor Detail
-
InstanceSchema
public InstanceSchema(java.util.List<IAttributeType<?>> attributeTypeList, IAttributeType<L> targetType)
-
-
Method Detail
-
getAttributeTypeList
public java.util.List<IAttributeType<?>> getAttributeTypeList()
-
get
public IAttributeType<?> get(int index)
-
getTargetType
public IAttributeType<L> getTargetType()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-