marf.Stats.StatisticalEstimators.Smoothing
Interface ISmoothing

All Known Implementing Classes:
Smoothing

public interface ISmoothing

Generic Smoothing Interface.

$Id: ISmoothing.java,v 1.1 2005/06/12 23:09:37 mokhov Exp $

Since:
0.3.0
Version:
$Revision: 1.1 $
Author:
Serguei Mokhov

Field Summary
static java.lang.String MARF_INTERFACE_CODE_REVISION
          Interface source code revision.
 
Method Summary
 boolean smooth()
          General smoothing routine.
 

Field Detail

MARF_INTERFACE_CODE_REVISION

public static final java.lang.String MARF_INTERFACE_CODE_REVISION
Interface source code revision.

See Also:
Constant Field Values
Method Detail

smooth

public boolean smooth()
General smoothing routine.

Returns:
true if any smoothing took place and undelying data was altered