marf.Stats.StatisticalEstimators.Smoothing
Interface ISmoothing

All Known Implementing Classes:
AddDelta, AddOne, GoodTuring, MLE, Smoothing, WittenBell

public interface ISmoothing

Generic Smoothing Interface. All smoothing statistical estimators should extend the Smoothing class. If they can't, they must implement this interface.

$Id: ISmoothing.java,v 1.3 2007/12/18 21:57:15 mokhov Exp $

Since:
0.3.0.3
Version:
$Revision: 1.3 $
Author:
Serguei Mokhov
See Also:
Smoothing

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

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

See Also:
Constant Field Values
Method Detail

smooth

boolean smooth()
General smoothing routine.

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


SourceForge Logo