Searched defs:_p_PetscRegressor (Results 1 – 1 of 1) sorted by relevance
23 struct _p_PetscRegressor { struct26 PetscBool setupcalled; /* True if setup has been called */27 PetscBool fitcalled; /* True if the Fit() method has been called. */28 void *data; /* Implementation-specific data */29 Mat training; /* Matrix holding the training data set */30 Vec target; /* Targets for training data (response variables or labels) */31 Tao tao; /* Tao optimizer used by many regressor implementations */