public class CorrelationFitVisitor extends CSVVisitor
Modifier and Type | Class and Description |
---|---|
class |
CorrelationFitVisitor.ArrayIterable |
CSVVisitor.IndexedIterable<T>
separator
basePath, relativeFilePattern
Constructor and Description |
---|
CorrelationFitVisitor(String basePath,
String relativeFilePattern,
String separator,
int range) |
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[] multipliers,
RandomAccessibleInterval<double[]> estimatedFits) |
int |
getRange() |
void |
setRange(int range) |
getSeparator, setSeparator, write
createParentDirectory, fileDir, getBasePath, getRelativeFilePattern, setBasePath, setRelativeFilePattern, setRelativeFilePattern
public int getRange()
public void setRange(int range)
public <T extends RealType<T>> void act(int iteration, RandomAccessibleInterval<T> matrix, RandomAccessibleInterval<T> scaledMatrix, double[] lut, int[] permutation, int[] inversePermutation, double[] multipliers, RandomAccessibleInterval<double[]> estimatedFits)
Copyright © 2015–2021 Fiji. All rights reserved.