public class CoxPHModelOutputV3 extends ModelOutputSchemaV3
| Modifier and Type | Field and Description |
|---|---|
TwoDimTableV3 |
coefficientsTable
Table of Coefficients
|
double[] |
cumhaz0
baseline cumulative hazard
|
java.lang.String |
formula
formula
|
int |
iter
number of iterations
|
double |
loglik
log-likelihood
|
double |
loglikTest
log-likelihood test stat
|
double |
lre
log relative error
|
double |
maxrsq
Maximum R-square
|
double[] |
meanOffset
unweighted mean vector for numeric offsets
|
long |
n
n
|
double[] |
nCensor
number of censored obs
|
double[] |
nEvent
number of events
|
long |
nMissing
number of rows with missing values
|
double[] |
nRisk
number at risk
|
double |
nullLoglik
null log-likelihood
|
java.lang.String[] |
offsetNames
names of offsets
|
double |
rsq
R-square
|
double |
scoreTest
Score test stat
|
CoxPHTies |
ties
ties
|
double[] |
time
time
|
long |
totalEvent
total events
|
double[][] |
varCoef
var(coefficients)
|
double[] |
varCumhaz1
component of var(cumhaz)
|
FrameKeyV3 |
varCumhaz2
component of var(cumhaz)
|
double |
waldTest
Wald test stat
|
double[][] |
xMeanCat
x weighted mean vector for categorical variables
|
double[][] |
xMeanNum
x weighted mean vector for numeric variables
|
crossValidationFoldAssignmentFrameId, crossValidationHoldoutPredictionsFrameId, crossValidationMetrics, crossValidationMetricsSummary, crossValidationModels, crossValidationPredictions, domains, endTime, help, modelCategory, modelSummary, names, runTime, scoringHistory, startTime, status, trainingMetrics, validationMetrics| Constructor and Description |
|---|
CoxPHModelOutputV3()
Public constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the contents of this object as a JSON String.
|
public TwoDimTableV3 coefficientsTable
public double[][] varCoef
public double nullLoglik
public double loglik
public double loglikTest
public double waldTest
public double scoreTest
public double rsq
public double maxrsq
public double lre
public int iter
public double[][] xMeanCat
public double[][] xMeanNum
public double[] meanOffset
public java.lang.String[] offsetNames
public long n
public long nMissing
public long totalEvent
public double[] time
public double[] nRisk
public double[] nEvent
public double[] nCensor
public double[] cumhaz0
public double[] varCumhaz1
public FrameKeyV3 varCumhaz2
public java.lang.String formula
public CoxPHTies ties
public java.lang.String toString()
toString in class ModelOutputSchemaV3