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 TypeMethodDescriptionvoidaddNewColumn(IAttribute var1) clone()intbooleanfilter(ICondition cnd) filterWithOr(List<ICondition> cndList) voidintgetColumnIndex(String attributeName) tech.tablesaw.api.DoubleColumngetDoubleColumn(IAttribute attr) doublegetDoubleValue(int colIdx, int rowIndex) getExample(int var1) inthashCode()iterator()voidrecalculateStatistics(EStatisticType stateType, String colName) voidsetDoubleValue(IAttribute att, int rowIndex, double value) intsize()voidsortBy(String columnName, EColumnSortDirections sortDir) updateMapping(IExampleSet mappingSource)
-
Constructor Details
-
ExampleSetWrapper
-
-
Method Details
-
getAnnotations
- Specified by:
getAnnotationsin interfaceIExampleSet
-
clone
- Specified by:
clonein interfaceIExampleSet- Overrides:
clonein classObject
-
equals
-
hashCode
public int hashCode() -
getAttributes
- Specified by:
getAttributesin interfaceIExampleSet
-
size
public int size()- Specified by:
sizein interfaceIExampleSet
-
getExample
- Specified by:
getExamplein interfaceIExampleSet
-
filter
- Specified by:
filterin interfaceIExampleSet
-
filterWithOr
- Specified by:
filterWithOrin interfaceIExampleSet
-
updateMapping
- Specified by:
updateMappingin interfaceIExampleSet
-
iterator
-
forEach
-
spliterator
- Specified by:
spliteratorin interfaceIterable<Example>
-
sortBy
- Specified by:
sortByin interfaceIExampleSet
-
addNewColumn
- Specified by:
addNewColumnin interfaceIExampleSet
-
getDoubleColumn
- Specified by:
getDoubleColumnin interfaceIExampleSet
-
getDoubleValue
public double getDoubleValue(int colIdx, int rowIndex) - Specified by:
getDoubleValuein interfaceIExampleSet
-
setDoubleValue
- Specified by:
setDoubleValuein interfaceIExampleSet
-
columnCount
public int columnCount()- Specified by:
columnCountin interfaceIExampleSet
-
getColumnIndex
- Specified by:
getColumnIndexin interfaceIExampleSet
-
recalculateStatistics
- Specified by:
recalculateStatisticsin interfaceIExampleSet
-