Package samer.models
Class ICAScalerSync
- java.lang.Object
-
- samer.tools.AnonymousTask
-
- samer.models.ICAScalerSync
-
- All Implemented Interfaces:
- Task
public class ICAScalerSync extends AnonymousTask
This is a task which subsumes a post-scaling into an ICA weight matrix- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description ICAScalerSync(ICA ica, DiffScaler sc)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description void
run()
-
Methods inherited from class samer.tools.AnonymousTask
dispose, starting, stopping
-
-
-
-
Constructor Detail
-
ICAScalerSync
public ICAScalerSync(ICA ica, DiffScaler sc)
-
-