Package moa.clusterers.meta
Interface IParameter
-
- All Known Implementing Classes:
BooleanParameter
,CategoricalParameter
,IntegerParameter
,NumericalParameter
,OrdinalParameter
public interface IParameter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IParameter
copy()
String
getCLIString()
String
getCLIValueString()
String
getParameter()
double
getValue()
void
sampleNewConfig(double lambda, double reset, int verbose)
-
-
-
Method Detail
-
sampleNewConfig
void sampleNewConfig(double lambda, double reset, int verbose)
-
copy
IParameter copy()
-
getCLIString
String getCLIString()
-
getCLIValueString
String getCLIValueString()
-
getValue
double getValue()
-
getParameter
String getParameter()
-
-