Class ExampleSetWrapper
java.lang.Object
adaa.analytics.rules.logic.representation.exampleset.ExampleSetWrapper
- All Implemented Interfaces:
IExampleSet
,Serializable
,Cloneable
,Iterable<Example>
- Direct Known Subclasses:
ContrastExampleSet
,RegressionExampleSet
,SurvivalExampleSet
- See Also:
-
Field Summary
Fields inherited from interface adaa.analytics.rules.data.IExampleSet
serialVersionUID
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addNewColumn
(IAttribute var1) clone()
int
boolean
filter
(ICondition cnd) filterWithOr
(List<ICondition> cndList) void
int
getColumnIndex
(String attributeName) tech.tablesaw.api.DoubleColumn
getDoubleColumn
(IAttribute attr) double
getDoubleValue
(int colIdx, int rowIndex) getExample
(int var1) int
hashCode()
iterator()
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)
-
Constructor Details
-
ExampleSetWrapper
-
-
Method Details
-
getAnnotations
- Specified by:
getAnnotations
in interfaceIExampleSet
-
clone
- Specified by:
clone
in interfaceIExampleSet
- Overrides:
clone
in classObject
-
equals
-
hashCode
public int hashCode() -
getAttributes
- Specified by:
getAttributes
in interfaceIExampleSet
-
size
public int size()- Specified by:
size
in interfaceIExampleSet
-
getExample
- Specified by:
getExample
in interfaceIExampleSet
-
filter
- Specified by:
filter
in interfaceIExampleSet
-
filterWithOr
- Specified by:
filterWithOr
in interfaceIExampleSet
-
updateMapping
- Specified by:
updateMapping
in interfaceIExampleSet
-
iterator
-
forEach
-
spliterator
- Specified by:
spliterator
in interfaceIterable<Example>
-
sortBy
- Specified by:
sortBy
in interfaceIExampleSet
-
addNewColumn
- Specified by:
addNewColumn
in interfaceIExampleSet
-
getDoubleColumn
- Specified by:
getDoubleColumn
in interfaceIExampleSet
-
getDoubleValue
public double getDoubleValue(int colIdx, int rowIndex) - Specified by:
getDoubleValue
in interfaceIExampleSet
-
setDoubleValue
- Specified by:
setDoubleValue
in interfaceIExampleSet
-
columnCount
public int columnCount()- Specified by:
columnCount
in interfaceIExampleSet
-
getColumnIndex
- Specified by:
getColumnIndex
in interfaceIExampleSet
-
recalculateStatistics
- Specified by:
recalculateStatistics
in interfaceIExampleSet
-