MCPcopy Index your code
hub / github.com/EdwardRaff/JSAT / applyTransform

Method applyTransform

JSAT/src/jsat/DataSet.java:112–115  ·  view source on GitHub ↗

Applies the given transformation to all points in this data set, replacing each data point with the new value. No mutation of the data points will occur @param dt the transformation to apply

(DataTransform dt)

Source from the content-addressed store, hash-verified

110 * @param dt the transformation to apply
111 */
112 public void applyTransform(DataTransform dt)
113 {
114 applyTransform(dt, false);
115 }
116
117 /**
118 * Applies the given transformation to all points in this data set in

Callers 15

SFSSelectFeatureMethod · 0.95
SBSRemoveFeatureMethod · 0.95
testTrainWarmRFastMethod · 0.80
testScaleMethod · 0.80
testSetCMethod · 0.80
testWarmOtherMethod · 0.80
testCloneMethod · 0.80
testCloneMethod · 0.80
testCloneMethod · 0.80
testCloneMethod · 0.80
testCloneMethod · 0.80
testCloneMethod · 0.80

Calls 10

getDataPointMethod · 0.95
getNumNumericalVarsMethod · 0.95
submitMethod · 0.80
numNumericalValuesMethod · 0.80
getCategoricalDataMethod · 0.80
logMethod · 0.80
getNameMethod · 0.65
awaitMethod · 0.45
clearMethod · 0.45
addMethod · 0.45

Tested by 15

testTrainWarmRFastMethod · 0.64
testScaleMethod · 0.64
testSetCMethod · 0.64
testWarmOtherMethod · 0.64
testCloneMethod · 0.64
testCloneMethod · 0.64
testCloneMethod · 0.64
testCloneMethod · 0.64
testCloneMethod · 0.64
testCloneMethod · 0.64
testCloneMethod · 0.64
testCloneMethod · 0.64