idl.tmt.representation.transformations
Class TermOccurrenceFilter.MakeZerosAfterCol

java.lang.Object
  |
  +--idl.tmt.representation.transformations.TermOccurrenceFilter.MakeZerosAfterCol
All Implemented Interfaces:
IntIntDoubleFunction
Enclosing class:
TermOccurrenceFilter

public class TermOccurrenceFilter.MakeZerosAfterCol
extends java.lang.Object
implements IntIntDoubleFunction


Field Summary
(package private)  int colIndex
           
 
Constructor Summary
TermOccurrenceFilter.MakeZerosAfterCol(int colIndex)
           
 
Method Summary
 double apply(int row, int col, double val)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

colIndex

int colIndex
Constructor Detail

TermOccurrenceFilter.MakeZerosAfterCol

public TermOccurrenceFilter.MakeZerosAfterCol(int colIndex)
Method Detail

apply

public double apply(int row,
                    int col,
                    double val)
Specified by:
apply in interface IntIntDoubleFunction