Class DLPredDisplayParams
java.lang.Object
rawDeepLearningClassifier.dataPlotFX.DLPredDisplayParams
- All Implemented Interfaces:
Serializable
,Cloneable
,ManagedParameters
public class DLPredDisplayParams
extends Object
implements Serializable, Cloneable, ManagedParameters
The parameters for the deep learning prediction plot.
- Author:
- Jamie Macaulay
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionclone()
Get a set of data that describes all of the parameters in a class
-
Field Details
-
lineInfos
The line infos.
-
-
Constructor Details
-
DLPredDisplayParams
public DLPredDisplayParams()
-
-
Method Details
-
getParameterSet
Description copied from interface:ManagedParameters
Get a set of data that describes all of the parameters in a class- Specified by:
getParameterSet
in interfaceManagedParameters
- Returns:
- description of the parameters in a class.
-
clone
-