jsat.parameters
Class KernelFunctionParameter
- java.lang.Object
-
- jsat.parameters.Parameter
-
- jsat.parameters.ObjectParameter<KernelFunction>
-
- jsat.parameters.KernelFunctionParameter
-
- All Implemented Interfaces:
- java.io.Serializable
public abstract class KernelFunctionParameter extends ObjectParameter<KernelFunction>
A default Parameter semi-implementation for classes that require aKernelFunctionto be specified.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class jsat.parameters.Parameter
Parameter.ParameterHolder, Parameter.WarmParameter
-
-
Constructor Summary
Constructors Constructor and Description KernelFunctionParameter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.lang.StringgetASCIIName()Returns the name of this parameter using only valid ACII characters.java.util.List<KernelFunction>parameterOptions()Returns a list of all possible objects that may be used as a parameter.-
Methods inherited from class jsat.parameters.ObjectParameter
getObject, getValueString, setObject
-
Methods inherited from class jsat.parameters.Parameter
equals, getName, getParamsFromMethods, hashCode, isWarmParameter, preferredLowToHigh, requiresRetrain, toParameterMap, toString
-
-
-
-
Method Detail
-
parameterOptions
public java.util.List<KernelFunction> parameterOptions()
Description copied from class:ObjectParameterReturns a list of all possible objects that may be used as a parameter.- Specified by:
parameterOptionsin classObjectParameter<KernelFunction>- Returns:
- a list of all possible objects that may be used as a parameter.
-
getASCIIName
public java.lang.String getASCIIName()
Description copied from class:ParameterReturns the name of this parameter using only valid ACII characters.- Specified by:
getASCIINamein classParameter- Returns:
- the ACII name
-
-
DataMelt 3.0 © DataMelt by jWork.ORG