public class ScalingFactorsVisitor extends CSVVisitor
| Modifier and Type | Class and Description |
|---|---|
class |
ScalingFactorsVisitor.DoubleArrayIterable |
CSVVisitor.IndexedIterable<T>separatorbasePath, relativeFilePattern| Constructor and Description |
|---|
ScalingFactorsVisitor(String basePath,
String relativeFilePattern,
String separator) |
| Modifier and Type | Method and Description |
|---|---|
<T extends RealType<T>> |
act(int iteration,
RandomAccessibleInterval<T> matrix,
RandomAccessibleInterval<T> scaledMatrix,
double[] lut,
int[] permutation,
int[] inversePermutation,
double[] scalingFactors,
RandomAccessibleInterval<double[]> estimatedFit) |
getSeparator, setSeparator, writecreateParentDirectory, fileDir, getBasePath, getRelativeFilePattern, setBasePath, setRelativeFilePattern, setRelativeFilePatternpublic <T extends RealType<T>> void act(int iteration, RandomAccessibleInterval<T> matrix, RandomAccessibleInterval<T> scaledMatrix, double[] lut, int[] permutation, int[] inversePermutation, double[] scalingFactors, RandomAccessibleInterval<double[]> estimatedFit)
Copyright © 2015–2021 Fiji. All rights reserved.