Uses of Class
de.jungblut.online.ml.FeatureOutcomePair
-
Packages that use FeatureOutcomePair Package Description de.jungblut.math de.jungblut.reader -
-
Uses of FeatureOutcomePair in de.jungblut.math
Method parameters in de.jungblut.math with type arguments of type FeatureOutcomePair Modifier and Type Method Description static de.jungblut.math.tuple.Tuple<de.jungblut.math.DoubleVector,de.jungblut.math.DoubleVector>MathUtils. meanNormalizeColumns(Dataset dataset, java.util.function.Predicate<FeatureOutcomePair> filterPredicate)Normalizes the given dataset (inplace), by subtracting the mean and dividing by the stddev. -
Uses of FeatureOutcomePair in de.jungblut.reader
Methods in de.jungblut.reader that return types with arguments of type FeatureOutcomePair Modifier and Type Method Description java.util.stream.Stream<FeatureOutcomePair>Dataset. asStream()
-