Package adaa.analytics.rules.data
Interface IExampleSet
- All Superinterfaces:
Cloneable
,Iterable<Example>
,Serializable
- All Known Implementing Classes:
ContrastExampleSet
,ContrastRegressionExampleSet
,ContrastSurvivalExampleSet
,DataTable
,ExampleSetWrapper
,RegressionExampleSet
,SurvivalExampleSet
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoid
addNewColumn
(IAttribute colMetaData) clone()
int
filter
(ICondition cnd) filterWithOr
(List<ICondition> cndList) int
getColumnIndex
(String attributeName) tech.tablesaw.api.DoubleColumn
getDoubleColumn
(IAttribute attr) double
getDoubleValue
(int colIdx, int rowIndex) getExample
(int var1) void
recalculateStatistics
(EStatisticType stateType, String colName) void
setDoubleValue
(IAttribute att, int rowIndex, double value) int
size()
void
sortBy
(String columnName, EColumnSortDirections sortDir) updateMapping
(IExampleSet mappingSource) Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Field Details
-
serialVersionUID
static final long serialVersionUID- See Also:
-
-
Method Details
-
clone
Object clone() -
getAttributes
IAttributes getAttributes() -
getColumnIndex
-
getDoubleValue
double getDoubleValue(int colIdx, int rowIndex) -
setDoubleValue
-
getAnnotations
DataTableAnnotations getAnnotations() -
recalculateStatistics
-
size
int size() -
columnCount
int columnCount() -
sortBy
-
getExample
-
filter
-
filterWithOr
-
updateMapping
-
addNewColumn
-
getDoubleColumn
-