hex
Class DPCA.EigenvectorMatrix

java.lang.Object
  extended by water.Iced
      extended by hex.DPCA.EigenvectorMatrix
All Implemented Interfaces:
java.lang.Cloneable, Freezable
Enclosing class:
DPCA

public static class DPCA.EigenvectorMatrix
extends Iced


Field Summary
 double[][] _arr
           
 
Constructor Summary
DPCA.EigenvectorMatrix(double[][] eigvec)
           
DPCA.EigenvectorMatrix(int n)
           
 
Method Summary
 DPCA.EigenvectorMatrix clone()
           
static Key makeKey(Key dataKey, Key modelKey)
           
 int size()
           
 java.lang.String toString()
           
 
Methods inherited from class water.Iced
frozenType, init, newInstance, read, toDocField, write, writeJSON, writeJSONFields
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_arr

public double[][] _arr
Constructor Detail

DPCA.EigenvectorMatrix

public DPCA.EigenvectorMatrix(int n)

DPCA.EigenvectorMatrix

public DPCA.EigenvectorMatrix(double[][] eigvec)
Method Detail

clone

public DPCA.EigenvectorMatrix clone()
Overrides:
clone in class Iced

size

public final int size()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

makeKey

public static Key makeKey(Key dataKey,
                          Key modelKey)