Interface IInstanceSchemaHandler
-
- All Known Subinterfaces:
IDataset<I>,IDataSource<I>,IDyadRankingDataset,IDyadRankingDataSource,ILabeledDataset<I>,ILabeledDataSource<I>,ILabeledInstanceSchemaHandler,ILabelRankingDataset,ILabelRankingDataSource,IMultiLabelClassificationDataset<I>,IMultiLabelClassificationDataSource<I>,IRankingDataset<O,I>,IRankingDataSource<O,I>,IRegressionDataset,IRegressionDataSource,ISingleLabelClassificationDataset,ISingleLabelClassificationDataSource<I>
public interface IInstanceSchemaHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default IAttributegetAttribute(int pos)IInstanceSchemagetInstanceSchema()default java.util.List<IAttribute>getListOfAttributes()default intgetNumAttributes()
-
-
-
Method Detail
-
getInstanceSchema
IInstanceSchema getInstanceSchema()
-
getNumAttributes
default int getNumAttributes()
-
getAttribute
default IAttribute getAttribute(int pos)
-
getListOfAttributes
default java.util.List<IAttribute> getListOfAttributes()
-
-