You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Main method. This method allows to the user to perform the primary function. User need to invoke it in order to call others public methodsdefexplain(self, windows: np.ndarray, target_window: np.ndarray, target: np.ndarray, num_cases: int):
# gather some basic data from passed in variablescomponents_len=windows.shape[2]
window_len=windows.shape[1]
windows_len=len(windows)
self.__correlation_per_window=self._compute_distance(windows, windows_len, components_len, target)
self._compute_cbr_analysis(windows_len)
self._compute_statistics(num_cases, target_window,target)
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: